Fix incorrect health check port

This commit is contained in:
navaneeth 2021-05-23 14:24:29 +05:30
parent 6776ce8949
commit 1c2b5d2aed

View file

@ -30,10 +30,10 @@ spec:
memory: "1024Mi"
cpu: "200m"
ports:
- containerPort: 8080
- containerPort: 3000
readinessProbe:
httpGet:
port: 8080
port: 3000
path: /
successThreshold: 1
initialDelaySeconds: 10