Skip to content

Commit

Permalink
Fix CMS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Aug 23, 2024
1 parent f0f178a commit 6913342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/helm/templates/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: DISCORD_SCOPES
value: "identify,guilds.join"
- name: CMS_ENDPOINT
value: "http://ytf-cms-service/api/graphql"
value: "http://ytf-web-service/api/graphql"
- name: FRONTEND_HOST
value: https://{{ .Values.common.baseDomain }}

Expand Down

0 comments on commit 6913342

Please sign in to comment.