diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index ca498b27..b5c7cb5f 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: value: "{{ .Values.swagger.enabled }}" ports: - name: http - containerPort: {{ .Values.service.port }} + containerPort: 8080 protocol: TCP readinessProbe: httpGet: