Use postgres for lldap
This commit is contained in:
parent
eae71f20f3
commit
27620e0fdf
|
@ -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
|
||||
|
|
|
@ -3,7 +3,6 @@ kind: Kustomization
|
|||
namespace: lldap
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./pvc.yaml
|
||||
- ./secret.yaml
|
||||
- ./database.yaml
|
||||
- ./deployment.yaml
|
||||
|
|
Loading…
Reference in New Issue
Block a user