diff --git a/clusters/cl01tl/helm/talos/templates/service.yaml b/clusters/cl01tl/helm/talos/templates/service.yaml deleted file mode 100644 index 4d10a9638..000000000 --- a/clusters/cl01tl/helm/talos/templates/service.yaml +++ /dev/null @@ -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 diff --git a/clusters/cl01tl/helm/talos/values.yaml b/clusters/cl01tl/helm/talos/values.yaml index 14bc87981..6d903ae3f 100644 --- a/clusters/cl01tl/helm/talos/values.yaml +++ b/clusters/cl01tl/helm/talos/values.yaml @@ -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