Skip to content

Commit 90672fe

Browse files
committed
Fix ports on jobs
1 parent 500aafb commit 90672fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

k8s/exceptionless/templates/jobs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
livenessProbe:
3434
httpGet:
3535
path: /health
36-
port: 80
36+
port: 8080
3737
initialDelaySeconds: 10
3838
periodSeconds: 10
3939
resources:
@@ -84,7 +84,7 @@ spec:
8484
livenessProbe:
8585
httpGet:
8686
path: /health
87-
port: 80
87+
port: 8080
8888
initialDelaySeconds: 10
8989
periodSeconds: 10
9090
resources:
@@ -125,7 +125,7 @@ spec:
125125
livenessProbe:
126126
httpGet:
127127
path: /health
128-
port: 80
128+
port: 8080
129129
initialDelaySeconds: 10
130130
periodSeconds: 10
131131
resources:
@@ -177,7 +177,7 @@ spec:
177177
livenessProbe:
178178
httpGet:
179179
path: /health
180-
port: 80
180+
port: 8080
181181
initialDelaySeconds: 10
182182
periodSeconds: 10
183183
resources:

0 commit comments

Comments
 (0)