From 90672fe868e2868bdd557e1798e9bb6d7f467e7e Mon Sep 17 00:00:00 2001 From: "Eric J. Smith" Date: Sun, 15 Oct 2023 23:29:01 -0500 Subject: [PATCH] Fix ports on jobs --- k8s/exceptionless/templates/jobs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/exceptionless/templates/jobs.yaml b/k8s/exceptionless/templates/jobs.yaml index 8ee285f014..e305d5ae07 100644 --- a/k8s/exceptionless/templates/jobs.yaml +++ b/k8s/exceptionless/templates/jobs.yaml @@ -33,7 +33,7 @@ spec: livenessProbe: httpGet: path: /health - port: 80 + port: 8080 initialDelaySeconds: 10 periodSeconds: 10 resources: @@ -84,7 +84,7 @@ spec: livenessProbe: httpGet: path: /health - port: 80 + port: 8080 initialDelaySeconds: 10 periodSeconds: 10 resources: @@ -125,7 +125,7 @@ spec: livenessProbe: httpGet: path: /health - port: 80 + port: 8080 initialDelaySeconds: 10 periodSeconds: 10 resources: @@ -177,7 +177,7 @@ spec: livenessProbe: httpGet: path: /health - port: 80 + port: 8080 initialDelaySeconds: 10 periodSeconds: 10 resources: