change port

This commit is contained in:
2026-01-04 00:27:54 +00:00
parent 9eaff9c0f7
commit be9eda6063

View File

@@ -58,8 +58,7 @@ 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 - containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
{{- with .Values.livenessProbe }} {{- with .Values.livenessProbe }}
livenessProbe: livenessProbe: