change endpoints with patch
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Successful in 9s
lint-test-docker / docker-lint (push) Successful in 10s

This commit is contained in:
2025-10-21 21:17:44 -05:00
parent 77dd1ecfb5
commit e2c265842c
3 changed files with 13 additions and 41 deletions

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: http://garage-ps10rp.boreal-beaufort.ts.net:3900 endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net/s3
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,9 +70,9 @@ spec:
- labels: - labels:
job: garage job: garage
targets: targets:
- garage-ps10rp.boreal-beaufort.ts.net:3903 - garage-ps10rp.boreal-beaufort.ts.net
metricsPath: /metrics metricsPath: /api/metrics
scheme: HTTP scheme: HTTPS
authorization: authorization:
type: Bearer type: Bearer
credentials: credentials:

View File

@@ -2,52 +2,24 @@
"TCP": { "TCP": {
"443": { "443": {
"HTTPS": true "HTTPS": true
},
"3900": {
"HTTPS": true
},
"3901": {
"HTTPS": true
},
"3902": {
"HTTPS": true
},
"3903": {
"HTTPS": true
} }
}, },
"Web": { "Web": {
"${TS_CERT_DOMAIN}:443": { "${TS_CERT_DOMAIN}:443": {
"Handlers": { "Handlers": {
"/": { "/ui": {
"Proxy": "http://127.0.0.1:3909" "Proxy": "http://127.0.0.1:3909"
} },
} "/s3": {
},
"${TS_CERT_DOMAIN}:3900": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3900" "Proxy": "http://127.0.0.1:3900"
} },
} "/rpc": {
},
"${TS_CERT_DOMAIN}:3901": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3901" "Proxy": "http://127.0.0.1:3901"
} },
} "/web": {
},
"${TS_CERT_DOMAIN}:3902": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3902" "Proxy": "http://127.0.0.1:3902"
} },
} "/api": {
},
"${TS_CERT_DOMAIN}:3903": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3903" "Proxy": "http://127.0.0.1:3903"
} }
} }