Skip to content

Commit e16a8de

Browse files
committed
feat(probes_readiness): Update to port 8000
1 parent 0d78cc5 commit e16a8de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

probes_readiness.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ spec:
2121
readinessProbe:
2222
httpGet:
2323
path: /readyz
24-
port: 80
24+
port: http
2525
initialDelaySeconds: 5
2626
failureThreshold: 2
2727
periodSeconds: 1
2828
ports:
29-
- containerPort: 80
29+
- name: http
30+
containerPort: 8000
3031
resources:
3132
requests:
3233
memory: 10Mi
@@ -45,5 +46,4 @@ spec:
4546
app: readiness
4647
ports:
4748
- port: 80
48-
protocol: TCP
49-
targetPort: 80
49+
targetPort: http

0 commit comments

Comments
 (0)