diff --git a/charts/devguard/templates/devguard-web/deployment.yaml b/charts/devguard/templates/devguard-web/deployment.yaml index cbddf6c..68f593c 100644 --- a/charts/devguard/templates/devguard-web/deployment.yaml +++ b/charts/devguard/templates/devguard-web/deployment.yaml @@ -7,7 +7,7 @@ metadata: app: devguard-web spec: {{- if not .Values.web.autoscaling.enabled }} - replicas: {{ .Values.web.replicaCount }} + replicas: 1 {{- end }} selector: matchLabels: @@ -41,7 +41,7 @@ spec: env: - name: ORY_KRATOS_URL value: http://kratos:4433 - - name: NEXT_PUBLIC_devguard_API_URL + - name: NEXT_PUBLIC_DEVGUARD_API_URL value: http://devguard-api-service:8080 ports: - name: http