Skip to content

Commit

Permalink
feat: add admin panel cookie config (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntheile authored Mar 2, 2023
1 parent 4cf6802 commit 3affeb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/admin-panel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ spec:
env:
- name: NEXT_PUBLIC_GRAPHQL_URL
value: {{ .Values.adminPanel.graphqlUrl }}
- name: NEXT_PUBLIC_GALOY_AUTH_ENDPOINT
value: {{ .Values.adminPanel.galoyAuthEndpoint }}
1 change: 1 addition & 0 deletions charts/admin-panel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ service:
type: ClusterIP
adminPanel:
graphqlUrl: http://localhost:4002/graphql
galoyAuthEndpoint: http://localhost:4002/auth

0 comments on commit 3affeb1

Please sign in to comment.