Skip to content

Instantly share code, notes, and snippets.

@Schnitzel
Last active August 20, 2021 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Schnitzel/5b87a9e9ee7c59b2bc6b29f0f0839d56 to your computer and use it in GitHub Desktop.
Save Schnitzel/5b87a9e9ee7c59b2bc6b29f0f0839d56 to your computer and use it in GitHub Desktop.
k8up:
envVars:
- name: BACKUP_GLOBALS3ENDPOINT
value: "https://s3.eu-west-1.amazonaws.com"
- name: BACKUP_GLOBALS3BUCKET
value: ""
- name: BACKUP_GLOBALKEEPJOBS
value: "1"
- name: BACKUP_GLOBALSTATSURL
value: "https://backup.lagoon.example.com" # URL of Backup Handler Ingress
- name: BACKUP_GLOBALACCESSKEYID
value: "" # AWS AccessKey which has S3 read/write access to all `baas-*` buckets
- name: BACKUP_GLOBALSECRETACCESSKEY
value: "" # AWS AccessKey Secret which has S3 read/write access to all `baas-*` buckets
- name: BACKUP_BACKOFFLIMIT
value: "2"
- name: BACKUP_GLOBALRESTORES3BUCKET
value: "" # should start with `baas-*` for simpler permissions
- name: BACKUP_GLOBALRESTORES3ENDPOINT
value: "https://s3.eu-west-1.amazonaws.com"
- name: BACKUP_GLOBALRESTORES3ACCESSKEYID
value: "" # AWS AccessKey which has S3 read/write access to the bucket defined in BACKUP_GLOBALRESTORES3BUCKET
- name: BACKUP_GLOBALRESTORES3SECRETACCESSKEY
value: "" # AWS AccessKey which has S3 read/write access to the bucket defined in BACKUP_GLOBALRESTORES3BUCKET
# -- Specifies the timezone K8up is using for scheduling.
# Empty value defaults to the timezone in which Kubernetes is deployed.
# Accepts `tz database` compatible entries, e.g. `Europe/Zurich`
timezone: "Europe/Zurich"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment