Skip to content

Commit

Permalink
Fix ports on jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 16, 2023
1 parent 500aafb commit 90672fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/exceptionless/templates/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
livenessProbe:
httpGet:
path: /health
port: 80
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
resources:
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
livenessProbe:
httpGet:
path: /health
port: 80
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
resources:
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
livenessProbe:
httpGet:
path: /health
port: 80
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
resources:
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
livenessProbe:
httpGet:
path: /health
port: 80
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
resources:
Expand Down

0 comments on commit 90672fe

Please sign in to comment.