Compare commits
2 Commits
590a211da4
...
03bd504536
| Author | SHA1 | Date | |
|---|---|---|---|
| 03bd504536 | |||
| 88e266f9fa |
@@ -1,14 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: garage-ps10rp
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: garage-ps10rp
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
|
||||||
annotations:
|
|
||||||
tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net
|
|
||||||
spec:
|
|
||||||
externalName: placeholder
|
|
||||||
type: ExternalName
|
|
||||||
@@ -96,7 +96,7 @@ etcd-backup:
|
|||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
cronjob:
|
cronjob:
|
||||||
suspend: false
|
suspend: true
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
timeZone: US/Central
|
timeZone: US/Central
|
||||||
schedule: "0 3 * * *"
|
schedule: "0 3 * * *"
|
||||||
@@ -138,7 +138,7 @@ etcd-backup:
|
|||||||
- name: AWS_REGION
|
- name: AWS_REGION
|
||||||
value: us-east-1
|
value: us-east-1
|
||||||
- name: CUSTOM_S3_ENDPOINT
|
- name: CUSTOM_S3_ENDPOINT
|
||||||
value: http://garage-ps10rp.talos:3900
|
value: https://garage-ps10rp.boreal-beaufort.ts.net:3900
|
||||||
- name: BUCKET
|
- name: BUCKET
|
||||||
value: talos-backups
|
value: talos-backups
|
||||||
- name: S3_PREFIX
|
- name: S3_PREFIX
|
||||||
|
|||||||
Reference in New Issue
Block a user