Fix port name

This commit is contained in:
Jonny Ervine 2024-02-24 21:11:56 +08:00
parent dd80179fc8
commit a1c328192b

View File

@ -33,17 +33,17 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
- name: metrics
containerPort: 9000
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
port: metrics
readinessProbe:
httpGet:
path: /
port: http
port: metrics
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}