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: