add ingress to librechat
This commit is contained in:
@@ -35,6 +35,8 @@ spec:
|
|||||||
configEnv:
|
configEnv:
|
||||||
PLUGIN_MODELS: null
|
PLUGIN_MODELS: null
|
||||||
ALLOW_REGISTRATION: "false"
|
ALLOW_REGISTRATION: "false"
|
||||||
|
TRUST_PROXY: "1"
|
||||||
|
DOMAIN_CLIENT: https://librechat.lumpiasty.xyz
|
||||||
existingSecretName: librechat
|
existingSecretName: librechat
|
||||||
configYamlContent: |
|
configYamlContent: |
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
@@ -67,7 +69,19 @@ spec:
|
|||||||
accessModes: ReadWriteOnce
|
accessModes: ReadWriteOnce
|
||||||
storageClassName: mayastor-single-hdd
|
storageClassName: mayastor-single-hdd
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
className: nginx
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
hosts:
|
||||||
|
- host: librechat.lumpiasty.xyz
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- librechat.lumpiasty.xyz
|
||||||
|
secretName: librechat-ingress
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user