More port-alignment

This commit is contained in:
Jack Jackson 2025-04-07 16:25:37 -07:00
parent a225b0130a
commit 419b556642
2 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,10 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
name: http
# livenessProbe:
# httpGet:
# path: /

View File

@ -8,7 +8,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: 80
targetPort: http
protocol: TCP
name: http
selector: