fix endpoints
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m13s

This commit is contained in:
2025-10-21 20:52:36 -05:00
parent ecd9b56b92
commit 9fcb6d0d25
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
annotations: annotations:
tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net.s3 tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net
spec: spec:
externalName: placeholder externalName: placeholder
type: ExternalName type: ExternalName

View File

@@ -114,7 +114,7 @@ postgres-17-cluster:
- name: garage - name: garage
destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
index: 1 index: 1
endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net.s3 endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly
retentionPolicy: "30d" retentionPolicy: "30d"
isWALArchiver: false isWALArchiver: false

View File

@@ -70,7 +70,7 @@ spec:
- labels: - labels:
job: garage job: garage
targets: targets:
- garage-ps10rp.boreal-beaufort.ts.net.api - garage-ps10rp.boreal-beaufort.ts.net:3903
metricsPath: /metrics metricsPath: /metrics
scheme: HTTPS scheme: HTTPS
authorization: authorization:

View File

@@ -12,28 +12,28 @@
} }
} }
}, },
"${TS_CERT_DOMAIN}.s3:443": { "${TS_CERT_DOMAIN}:3900": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://127.0.0.1:3900" "Proxy": "http://127.0.0.1:3900"
} }
} }
}, },
"${TS_CERT_DOMAIN}.rpc:443": { "${TS_CERT_DOMAIN}:3901": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://127.0.0.1:3901" "Proxy": "http://127.0.0.1:3901"
} }
} }
}, },
"${TS_CERT_DOMAIN}.web:443": { "${TS_CERT_DOMAIN}:3902": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://127.0.0.1:3902" "Proxy": "http://127.0.0.1:3902"
} }
} }
}, },
"${TS_CERT_DOMAIN}.api:443": { "${TS_CERT_DOMAIN}:3903": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://127.0.0.1:3903" "Proxy": "http://127.0.0.1:3903"