diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 42adf32..7e60162 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -58,8 +58,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - - name: http - containerPort: {{ .Values.service.port }} + - containerPort: {{ .Values.service.port }} protocol: TCP {{- with .Values.livenessProbe }} livenessProbe: