We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a722bc commit c42d534Copy full SHA for c42d534
2 files changed
apps/frontend-pwa/.env.assessment.stg
@@ -1,5 +1,5 @@
1
COOKIE_DOMAIN=.klicker.stg.df-app.ch
2
-API_DOMAIN=backend-sls$COOKIE_DOMAIN
+API_DOMAIN=assessment-api$COOKIE_DOMAIN
3
4
NEXT_PUBLIC_AVATAR_BASE_PATH="https://sos-ch-dk-2.exo.io/klicker-prod/avatars"
5
NEXT_PUBLIC_IMAGE_BASE_PATH="https://sos-ch-dk-2.exo.io/klicker-prod/img"
deploy/env-uzh-stg/values.yaml
@@ -260,10 +260,15 @@ backendGraphql:
260
paths:
261
- path: /
262
pathType: ImplementationSpecific
263
+ - host: backend-sls.klicker.stg.df-app.ch
264
+ paths:
265
+ - path: /
266
+ pathType: ImplementationSpecific
267
tls:
268
- secretName: klicker-backend-graphql-tls
269
hosts:
270
- api.klicker.stg.df-app.ch
271
+ - backend-sls.klicker.stg.df-app.ch
272
273
strategy:
274
type: Recreate
0 commit comments