Skip to content

Commit

Permalink
Rename Makemyflix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Oct 30, 2024
1 parent 0c639d1 commit 55d4031
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/makemyflix/nuxt-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ spec:
ports:
- containerPort: 3000
env:
- name: NUXT_PUBLIC_BACKEND_URL
value: "https://makemyflix.netwerkdigitaalerfgoed.nl/strapi/api"
- name: NUXT_APP_BACKEND_URL
value: "https://makemyflix.netwerkdigitaalerfgoed.nl/strapi/api"
- name: NUXT_TOKEN
valueFrom:
secretKeyRef:
name: makemyflix-nuxt
key: token
- name: NUXT_APP_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 55d4031

Please sign in to comment.