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

This commit is contained in:
2025-10-21 20:44:41 -05:00
parent cffffae406
commit aaa2d4eca1
4 changed files with 8 additions and 8 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 tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net.s3
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: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

@@ -16,11 +16,11 @@ allow_world_readable_secrets = false
[s3_api] [s3_api]
s3_region = "garage" s3_region = "garage"
api_bind_addr = "[::]:3900" api_bind_addr = "[::]:3900"
root_domain = ".s3.garage.alexlebens.net" root_domain = "garage-ps10rp.boreal-beaufort.ts.net.s3"
[s3_web] [s3_web]
bind_addr = "[::]:3902" bind_addr = "[::]:3902"
root_domain = ".web.garage.alexlebens.net" root_domain = "garage-ps10rp.boreal-beaufort.ts.net.web"
add_host_to_metrics = true add_host_to_metrics = true
[admin] [admin]

View File

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