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 }} imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:

Loading…
Cancel
Save