fix: Align chart port configuration and health/readiness endpoints w/ golang code
This commit is contained in:
		| @@ -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 }} | ||||
|   | ||||
| @@ -37,7 +37,7 @@ securityContext: {} | ||||
|  | ||||
| service: | ||||
|   type: ClusterIP | ||||
|   port: 80 | ||||
|   port: 8080 | ||||
|  | ||||
| ingress: | ||||
|   enabled: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user