Use postgres for lldap

This commit is contained in:
Dreaded_X 2024-11-15 02:15:12 +01:00
parent eae71f20f3
commit 27620e0fdf
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 5 additions and 8 deletions

View File

@ -38,6 +38,11 @@ spec:
secretKeyRef:
name: lldap-credentials
key: lldap-jwt-secret
- name: LLDAP_DATABASE_URL
valueFrom:
secretKeyRef:
name: lldap-cluster-app
key: uri
- name: TZ
value: CET
- name: UID
@ -47,11 +52,4 @@ spec:
ports:
- containerPort: 3890
- containerPort: 17170
volumeMounts:
- mountPath: /data
name: lldap-data
restartPolicy: Always
volumes:
- name: lldap-data
persistentVolumeClaim:
claimName: lldap-data

View File

@ -3,7 +3,6 @@ kind: Kustomization
namespace: lldap
resources:
- ./namespace.yaml
- ./pvc.yaml
- ./secret.yaml
- ./database.yaml
- ./deployment.yaml