Removed ports and probes.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-07-14 23:56:33 +02:00
parent b225c3bb82
commit 4424fed1f1

View File

@ -39,14 +39,14 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: {{/* ports: */}}
- name: http {{/* - name: http */}}
containerPort: {{ .Values.service.port }} {{/* containerPort: {{ .Values.service.port }} */}}
protocol: TCP {{/* protocol: TCP */}}
livenessProbe: {{/* livenessProbe: */}}
{{- toYaml .Values.livenessProbe | nindent 12 }} {{/* {{- toYaml .Values.livenessProbe | nindent 12 }} */}}
readinessProbe: {{/* readinessProbe: */}}
{{- toYaml .Values.readinessProbe | nindent 12 }} {{/* {{- toYaml .Values.readinessProbe | nindent 12 }} */}}
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.volumeMounts }} {{- with .Values.volumeMounts }}