fix endpoints
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user