diff --git a/k8s/timoni/runner/templates/service.cue b/k8s/timoni/runner/templates/service.cue index 5547d9f76..1b4248b21 100644 --- a/k8s/timoni/runner/templates/service.cue +++ b/k8s/timoni/runner/templates/service.cue @@ -13,7 +13,7 @@ import ( type: corev1.#ServiceTypeClusterIP selector: #config.selector.labels ports: [{ - port: #config.service.port + port: 80 protocol: "TCP" name: "http" targetPort: name