Skip to content

Commit

Permalink
renames env variable for devguard web
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Jul 8, 2024
1 parent d396137 commit f1129bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/devguard/templates/devguard-web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app: devguard-web
spec:
{{- if not .Values.web.autoscaling.enabled }}
replicas: {{ .Values.web.replicaCount }}
replicas: 1
{{- end }}
selector:
matchLabels:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1129bb

Please sign in to comment.