Commit 888a7e14 authored by Ndoumbe's avatar Ndoumbe

Update deployment.yaml

parent 6af6d82b
......@@ -37,16 +37,23 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
#httpGet:
#path: /
#port: http
#readinessProbe:
#httpGet:
#path: /
#port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
env:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12}}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- 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