fix: Separate service port and container port in Helm (#549)

This commit is contained in:
Yu Inoue
2023-11-18 06:11:35 +09:00
committed by GitHub
parent 37c0b59f82
commit 11fc3b4485
2 changed files with 5 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.service.containerPort | default 1337 }}
protocol: TCP
livenessProbe:
httpGet: