@ -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 }}
|
||||||
|
Reference in New Issue
Block a user