Cleanup lldap
This commit is contained in:
parent
abf5154701
commit
6a86c3b7af
|
@ -1,30 +0,0 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: lldap
|
|
||||||
spec:
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: cluster
|
|
||||||
reconcileStrategy: ChartVersion
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: cnpg
|
|
||||||
namespace: cnpg-system
|
|
||||||
version: 0.0.11
|
|
||||||
interval: 1m0s
|
|
||||||
values:
|
|
||||||
type: postgresql
|
|
||||||
mode: standalone
|
|
||||||
cluster:
|
|
||||||
instances: 1
|
|
||||||
backups:
|
|
||||||
enabled: true
|
|
||||||
provider: s3
|
|
||||||
endpointURL: https://s3.us-west-002.backblazeb2.com
|
|
||||||
s3:
|
|
||||||
bucket: titan-k3s-backup
|
|
||||||
path: /postgres
|
|
||||||
secret:
|
|
||||||
create: false
|
|
||||||
name: b2-access-key
|
|
|
@ -1,14 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: lldap
|
|
||||||
name: lldap-data
|
|
||||||
namespace: lldap
|
|
||||||
spec:
|
|
||||||
storageClassName: local-path
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 100Mi
|
|
|
@ -4,9 +4,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
lldap: https://github.com/nitnelave/lldap
|
lldap: https://github.com/nitnelave/lldap
|
||||||
k8s: https://github.com/Evantage-WS/lldap-kubernetes
|
k8s: https://github.com/Evantage-WS/lldap-kubernetes
|
||||||
labels:
|
name: lldap
|
||||||
app: lldap-service
|
|
||||||
name: lldap-service
|
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "3890"
|
- name: "3890"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user