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

This commit is contained in:
2025-12-20 17:50:13 -06:00
parent 88e266f9fa
commit 03bd504536
2 changed files with 1 additions and 15 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

@@ -138,7 +138,7 @@ etcd-backup:
- name: AWS_REGION - name: AWS_REGION
value: us-east-1 value: us-east-1
- name: CUSTOM_S3_ENDPOINT - name: CUSTOM_S3_ENDPOINT
value: http://garage-ps10rp.talos:3900 value: https://garage-ps10rp.boreal-beaufort.ts.net:3900
- name: BUCKET - name: BUCKET
value: talos-backups value: talos-backups
- name: S3_PREFIX - name: S3_PREFIX