fix: Align chart port configuration and health/readiness endpoints w/ golang code

Esse commit está contido em:
2024-02-28 21:36:06 +11:00
commit d81ca32460
2 arquivos alterados com 3 adições e 3 exclusões

Ver Arquivo

@@ -37,11 +37,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /health
port: http
readinessProbe:
httpGet:
path: /
path: /readiness
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}

Ver Arquivo

@@ -37,7 +37,7 @@ securityContext: {}
service:
type: ClusterIP
port: 80
port: 8080
ingress:
enabled: true