update container port and probes

This commit is contained in:
Matheus Moraes
2022-03-04 10:16:15 -03:00
parent c4588248fc
commit e6668e36e3
+3 -3
View File
@@ -35,15 +35,15 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /status/200
port: http
readinessProbe:
httpGet:
path: /
path: /status/200
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}