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