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 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
{{- toYaml .Values.readinessProbe | nindent 12 }}
{{/* ports: */}}
{{/* - name: http */}}
{{/* containerPort: {{ .Values.service.port }} */}}
{{/* protocol: TCP */}}
{{/* livenessProbe: */}}
{{/* {{- toYaml .Values.livenessProbe | nindent 12 }} */}}
{{/* readinessProbe: */}}
{{/* {{- toYaml .Values.readinessProbe | nindent 12 }} */}}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.volumeMounts }}