Merge "Delete liveness and readness proves"

This commit is contained in:
Zuul 2024-04-17 13:53:53 +00:00 committed by Gerrit Code Review
commit fe7e8194bc
2 changed files with 1 additions and 9 deletions

View File

@ -37,14 +37,6 @@ spec:
- name: http - name: http
containerPort: 8080 containerPort: 8080
protocol: TCP protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}

View File

@ -38,7 +38,7 @@ securityContext: {}
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 8080
ingress: ingress:
enabled: false enabled: false