Commit 436e00ee authored by Ndoumbe's avatar Ndoumbe

Merge branch 'dev' into 'master'

Update deployment.yaml

See merge request !3
parents 8538ce5f 888a7e14
...@@ -37,16 +37,23 @@ spec: ...@@ -37,16 +37,23 @@ spec:
- name: http - name: http
containerPort: 80 containerPort: 80
protocol: TCP protocol: TCP
livenessProbe: #livenessProbe:
httpGet: #httpGet:
path: / #path: /
port: http #port: http
readinessProbe: #readinessProbe:
httpGet: #httpGet:
path: / #path: /
port: http #port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
env:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12}}
{{- end }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment