diff --git a/apps/librechat.yaml b/apps/librechat.yaml index c570b08..a9a1de1 100644 --- a/apps/librechat.yaml +++ b/apps/librechat.yaml @@ -35,6 +35,8 @@ spec: configEnv: PLUGIN_MODELS: null ALLOW_REGISTRATION: "false" + TRUST_PROXY: "1" + DOMAIN_CLIENT: https://librechat.lumpiasty.xyz existingSecretName: librechat configYamlContent: | version: 1.0.3 @@ -67,7 +69,19 @@ spec: accessModes: ReadWriteOnce storageClassName: mayastor-single-hdd 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: persistence: