Skip to content
Snippets Groups Projects
Commit 2287a0b0 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

changed command for nginx container

parent cf3797fc
No related branches found
No related tags found
2 merge requests!1541Development,!1534Resolve "Optimize Deployment"
...@@ -77,6 +77,7 @@ spec: ...@@ -77,6 +77,7 @@ spec:
# Nginx Container # Nginx Container
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["nginx"]
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.application.secretName }} {{- if .Values.application.secretName }}
envFrom: envFrom:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment