diff --git a/clusters/cl01tl/applications/linkwarden/Chart.yaml b/clusters/cl01tl/applications/linkwarden/Chart.yaml index d3e48143c..b2ba1e3e0 100644 --- a/clusters/cl01tl/applications/linkwarden/Chart.yaml +++ b/clusters/cl01tl/applications/linkwarden/Chart.yaml @@ -25,10 +25,6 @@ dependencies: alias: cloudflared repository: http://alexlebens.github.io/helm-charts version: 1.12.0 - - name: postgres-cluster - alias: postgres-16-cluster - version: 3.21.0 - repository: http://alexlebens.github.io/helm-charts - name: postgres-cluster alias: postgres-17-cluster version: 3.21.0 diff --git a/clusters/cl01tl/applications/linkwarden/templates/external-secret.yaml b/clusters/cl01tl/applications/linkwarden/templates/external-secret.yaml index 34ffcf0d1..f2f2f6d2c 100644 --- a/clusters/cl01tl/applications/linkwarden/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/linkwarden/templates/external-secret.yaml @@ -138,38 +138,6 @@ spec: metadataPolicy: None property: secret_key ---- -apiVersion: external-secrets.io/v1beta1 -kind: ExternalSecret -metadata: - name: linkwarden-postgresql-16-cluster-backup-secret - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: linkwarden-postgresql-16-cluster-backup-secret - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: database - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - secretStoreRef: - kind: ClusterSecretStore - name: vault - data: - - secretKey: ACCESS_KEY_ID - remoteRef: - conversionStrategy: Default - decodingStrategy: None - key: /digital-ocean/home-infra/postgres-backups - metadataPolicy: None - property: access - - secretKey: ACCESS_SECRET_KEY - remoteRef: - conversionStrategy: Default - decodingStrategy: None - key: /digital-ocean/home-infra/postgres-backups - metadataPolicy: None - property: secret - --- apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret diff --git a/clusters/cl01tl/applications/linkwarden/values.yaml b/clusters/cl01tl/applications/linkwarden/values.yaml index a60b62031..851b206b5 100644 --- a/clusters/cl01tl/applications/linkwarden/values.yaml +++ b/clusters/cl01tl/applications/linkwarden/values.yaml @@ -73,21 +73,6 @@ linkwarden: readOnly: false cloudflared: existingSecretName: linkwarden-cloudflared-secret -postgres-16-cluster: - mode: standalone - cluster: - walStorage: - storageClass: local-path - storage: - storageClass: local-path - monitoring: - enabled: true - backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/linkwarden/linkwarden-postgresql-16-cluster - endpointCredentials: linkwarden-postgresql-16-cluster-backup-secret - backupIndex: 1 postgres-17-cluster: mode: standalone cluster: