Merge pull request #11462 from p33t/main

Readiness & liveness probes correct port
pull/11465/head
Martin Hickey 2 years ago committed by GitHub
commit 7ed9d16dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -312,7 +312,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:

Loading…
Cancel
Save