Skip to content

Commit

Permalink
chore: cdn link added
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Aug 30, 2024
1 parent 110154a commit 9220f2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/config/chat-game/env.secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type: Opaque
stringData:
DATABASE_URL: ""
NUXT_PUBLIC_WEBSOCKET_URL: ""
NUXT_PUBLIC_CDN_URL: ""
NUXT_SESSION_PASSWORD: ""
NUXT_OAUTH_TWITCH_CLIENT_ID: ""
NUXT_OAUTH_TWITCH_CLIENT_SECRET: ""
Expand Down
5 changes: 5 additions & 0 deletions k8s/website/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ spec:
secretKeyRef:
name: env
key: NUXT_PUBLIC_WEBSOCKET_URL
- name: NUXT_PUBLIC_CDN_URL
valueFrom:
secretKeyRef:
name: env
key: NUXT_PUBLIC_CDN_URL
- name: NUXT_SESSION_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 9220f2f

Please sign in to comment.