|
|
|
@ -97,6 +97,8 @@ replicaCount: 1
|
|
|
|
image:
|
|
|
|
image:
|
|
|
|
repository: nginx
|
|
|
|
repository: nginx
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
# Overrides the image tag whose default is the chart version.
|
|
|
|
|
|
|
|
tag: ""
|
|
|
|
|
|
|
|
|
|
|
|
imagePullSecrets: []
|
|
|
|
imagePullSecrets: []
|
|
|
|
nameOverride: ""
|
|
|
|
nameOverride: ""
|
|
|
|
@ -262,7 +264,7 @@ spec:
|
|
|
|
- name: {{ .Chart.Name }}
|
|
|
|
- name: {{ .Chart.Name }}
|
|
|
|
securityContext:
|
|
|
|
securityContext:
|
|
|
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
|
|
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
|
|
|
image: "{{ .Values.image.repository }}:{{ .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
|
|
|
|
|