parent
3864e6c606
commit
22f1af1173
@ -1,7 +0,0 @@ |
|||||||
resources: |
|
||||||
requests: |
|
||||||
cpu: 500m |
|
||||||
memory: 1Gi |
|
||||||
limits: |
|
||||||
cpu: 1000m |
|
||||||
memory: 2Gi |
|
||||||
@ -1,6 +0,0 @@ |
|||||||
persistence: |
|
||||||
enabled: true |
|
||||||
size: 2Gi |
|
||||||
accessModes: |
|
||||||
- ReadWriteOnce |
|
||||||
storageClass: "" |
|
||||||
@ -1,62 +0,0 @@ |
|||||||
#version: open-webui, 5.4.0 |
|
||||||
ollama: |
|
||||||
enabled: false |
|
||||||
tika: |
|
||||||
enabled: false |
|
||||||
websocket: |
|
||||||
enabled: false |
|
||||||
redis-cluster: |
|
||||||
enabled: false |
|
||||||
ingress: |
|
||||||
enabled: true |
|
||||||
annotations: |
|
||||||
cert-manager.io/cluster-issuer: "root-ca-issuer" |
|
||||||
cert-manager.io/duration: 8760h |
|
||||||
cert-manager.io/renew-before: 720h |
|
||||||
host: "demo01-oo1.gke.paasup.io" |
|
||||||
tls: true |
|
||||||
existingSecret: "demo01-oo1-tls-secret" |
|
||||||
persistence: |
|
||||||
enabled: true |
|
||||||
size: 2Gi |
|
||||||
existingClaim: "" |
|
||||||
subPath: "" |
|
||||||
accessModes: |
|
||||||
- ReadWriteOnce |
|
||||||
storageClass: "" |
|
||||||
selector: {} |
|
||||||
annotations: {} |
|
||||||
extraEnvVars: |
|
||||||
- name: OPENAI_API_KEY |
|
||||||
value: "guoAhC43a5qB" |
|
||||||
- name: OAUTH_CLIENT_ID |
|
||||||
value: service-demo01-oo1 |
|
||||||
- name: OAUTH_CLIENT_SECRET |
|
||||||
value: 76d61984-b146-45e0-9370-d88ca6cd6ece |
|
||||||
- name: OPENID_PROVIDER_URL |
|
||||||
value: https://keycloak.gke.paasup.io/realms/paasup/.well-known/openid-configuration |
|
||||||
- name: OAUTH_PROVIDER_NAME |
|
||||||
value: paasup |
|
||||||
- name: OAUTH_SCOPES |
|
||||||
value: 'openid email profile' |
|
||||||
- name: ENABLE_LOGIN_FORM |
|
||||||
value: 'true' |
|
||||||
- name: ENABLE_OAUTH_SIGNUP |
|
||||||
value: 'true' |
|
||||||
- name: OAUTH_MERGE_ACCOUNTS_BY_EMAIL |
|
||||||
value: 'true' |
|
||||||
- name: DEFAULT_USER_ROLE |
|
||||||
value: user |
|
||||||
- name: ENV |
|
||||||
value: prod |
|
||||||
|
|
||||||
volumeMounts: |
|
||||||
initContainer: [] |
|
||||||
container: |
|
||||||
- name: "keycloak-tls" |
|
||||||
mountPath: "/etc/ssl/certs/keycloak" |
|
||||||
|
|
||||||
volumes: |
|
||||||
- name: "keycloak-tls" |
|
||||||
secret: |
|
||||||
secretName: keycloak-tls |
|
||||||
Loading…
Reference in new issue