change endpoints with patch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"${TS_CERT_DOMAIN}:3900": {
|
"/s3": {
|
||||||
"Handlers": {
|
|
||||||
"/": {
|
|
||||||
"Proxy": "http://127.0.0.1:3900"
|
"Proxy": "http://127.0.0.1:3900"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"${TS_CERT_DOMAIN}:3901": {
|
"/rpc": {
|
||||||
"Handlers": {
|
|
||||||
"/": {
|
|
||||||
"Proxy": "http://127.0.0.1:3901"
|
"Proxy": "http://127.0.0.1:3901"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"${TS_CERT_DOMAIN}:3902": {
|
"/web": {
|
||||||
"Handlers": {
|
|
||||||
"/": {
|
|
||||||
"Proxy": "http://127.0.0.1:3902"
|
"Proxy": "http://127.0.0.1:3902"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"${TS_CERT_DOMAIN}:3903": {
|
"/api": {
|
||||||
"Handlers": {
|
|
||||||
"/": {
|
|
||||||
"Proxy": "http://127.0.0.1:3903"
|
"Proxy": "http://127.0.0.1:3903"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user