mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-04 21:11:08 +02:00
Fix Kubernetes Templates (#584)
This commit is contained in:
@@ -7,5 +7,5 @@ type: Opaque
|
|||||||
data:
|
data:
|
||||||
postgres_user: cG9zdGdyZXM= # "postgres" base64 encoded
|
postgres_user: cG9zdGdyZXM= # "postgres" base64 encoded
|
||||||
postgres_password: cGFzc3dvcmQ= # "password" base64 encoded
|
postgres_password: cGFzc3dvcmQ= # "password" base64 encoded
|
||||||
google_oauth_client_id: MjcwNjk3ODEzMi1iMzZnb20wa2Fhb3I2MmlwYWt2dmRxdm91OGRic2d1cC5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbQ== # You will need to provide this, use echo -n "your-client-id" | base64
|
google_oauth_client_id: # You will need to provide this, use echo -n "your-client-id" | base64
|
||||||
google_oauth_client_secret: R09DU1BYLWlZbDBSN1ZvYnk0cjZJRUFmekRqdjhad0pnOGI= # You will need to provide this, use echo -n "your-client-id" | base64
|
google_oauth_client_secret: # You will need to provide this, use echo -n "your-client-id" | base64
|
||||||
|
@@ -31,10 +31,6 @@ spec:
|
|||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
args:
|
|
||||||
- "NEXT_PUBLIC_AUTH_TYPE=google_oauth"
|
|
||||||
env:
|
env:
|
||||||
- name: AUTH_TYPE
|
|
||||||
value: google_oauth
|
|
||||||
- name: INTERNAL_URL
|
- name: INTERNAL_URL
|
||||||
value: "http://api-server-service:80"
|
value: "http://api-server-service:80"
|
||||||
|
Reference in New Issue
Block a user