Skip to content

Commit 1f496dd

Browse files
authored
Merge pull request #3 from datum-cloud/fix/env-variable
Add ZITADEL_API_URL Environment Variable to Auth-UI Deployment Configuration
2 parents c18ec34 + 102ffe7 commit 1f496dd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/base/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ spec:
3535
- containerPort: 3000
3636
name: http
3737
protocol: TCP
38+
env:
39+
- name: ZITADEL_API_URL
40+
value: https://auth.datum.net
3841
envFrom:
39-
# Add secret for ZITADEL_SERVICE_USER_TOKEN and ZITADEL_API_URL
42+
# Add secret for ZITADEL_SERVICE_USER_TOKEN
4043
- secretRef:
4144
name: auth-ui
4245
resources:

0 commit comments

Comments
 (0)