diff --git a/apps/lldap/database.yaml b/apps/lldap/database.yaml deleted file mode 100644 index 58cfc51..0000000 --- a/apps/lldap/database.yaml +++ /dev/null @@ -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 diff --git a/apps/lldap/pvc.yaml b/apps/lldap/pvc.yaml deleted file mode 100644 index f257bb9..0000000 --- a/apps/lldap/pvc.yaml +++ /dev/null @@ -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 diff --git a/apps/lldap/service.yaml b/apps/lldap/service.yaml index 9055e00..39c78d2 100644 --- a/apps/lldap/service.yaml +++ b/apps/lldap/service.yaml @@ -4,9 +4,7 @@ metadata: annotations: lldap: https://github.com/nitnelave/lldap k8s: https://github.com/Evantage-WS/lldap-kubernetes - labels: - app: lldap-service - name: lldap-service + name: lldap spec: ports: - name: "3890"