2 Commits

Author SHA1 Message Date
03bd504536 use remote endpoint
Some checks failed
lint-test-helm / lint-helm (push) Failing after 4s
render-manifests-push / render-manifests-push (push) Successful in 35s
renovate / renovate (push) Successful in 1m44s
2025-12-20 17:50:13 -06:00
88e266f9fa suspend remote backups 2025-12-20 17:40:49 -06:00
2 changed files with 2 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: garage-ps10rp
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: garage-ps10rp
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net
spec:
externalName: placeholder
type: ExternalName

View File

@@ -96,7 +96,7 @@ etcd-backup:
operator: Exists
effect: NoSchedule
cronjob:
suspend: false
suspend: true
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "0 3 * * *"
@@ -138,7 +138,7 @@ etcd-backup:
- name: AWS_REGION
value: us-east-1
- name: CUSTOM_S3_ENDPOINT
value: http://garage-ps10rp.talos:3900
value: https://garage-ps10rp.boreal-beaufort.ts.net:3900
- name: BUCKET
value: talos-backups
- name: S3_PREFIX