Commit cc5557d5 authored by Ndoumbe's avatar Ndoumbe

Update deployment.yaml

parent dfbe37cc
...@@ -37,14 +37,14 @@ spec: ...@@ -37,14 +37,14 @@ 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 }}
{{- with .Values.env }} {{- with .Values.env }}
......
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