More port-alignment

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

View File

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

View File

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