2 Commits

Author SHA1 Message Date
07d7880645 add harbor 2025-02-18 17:55:48 -06:00
748d56026a enable backups 2025-02-18 17:51:59 -06:00
5 changed files with 7 additions and 3 deletions

View File

@@ -74,8 +74,8 @@ postgres-17-cluster:
monitoring:
enabled: true
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster
endpointCredentials: authentik-postgresql-17-cluster-backup-secret
backupIndex: 2
backupIndex: 1

View File

@@ -9,6 +9,10 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
labels:
tailscale.com/proxy-class: no-metrics
annotations:
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
spec:
ingressClassName: tailscale
tls:

View File

@@ -129,7 +129,7 @@ postgres-17-cluster:
monitoring:
enabled: true
backup:
enabled: true
enabled: false
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster
endpointCredentials: harbor-postgresql-17-cluster-backup-secret