Skip to content

Commit 487252a

Browse files
committed
fix: correct probe ports in full-values.yaml for nginx-unprivileged
1 parent aa8e93b commit 487252a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/wik-webservice/ci/full-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ webservice:
5353

5454
livenessProbe:
5555
httpGet:
56-
path: /health
57-
port: 80
56+
path: /
57+
port: 8080
5858
initialDelaySeconds: 30
5959
periodSeconds: 10
6060

6161
readinessProbe:
6262
httpGet:
63-
path: /ready
64-
port: 80
63+
path: /
64+
port: 8080
6565
initialDelaySeconds: 5
6666
periodSeconds: 5
6767

0 commit comments

Comments
 (0)