diff --git a/charts/podinfo/templates/deployment.yaml b/charts/podinfo/templates/deployment.yaml index aa8d0ba..b036687 100644 --- a/charts/podinfo/templates/deployment.yaml +++ b/charts/podinfo/templates/deployment.yaml @@ -107,7 +107,7 @@ spec: {{- end }} {{- if .Values.tls.enabled }} - name: https - containerPort: {{ .Values.tls.port | default 98899 }} + containerPort: {{ .Values.tls.port | default 9899 }} protocol: TCP {{- if .Values.tls.hostPort }} hostPort: {{ .Values.tls.hostPort }}