2018-09-06 13:46:40 +02:00
|
|
|
# Default values for molgenis-vault.
|
|
|
|
# This is a YAML-formatted file.
|
|
|
|
# Declare variables to be passed into your templates.
|
|
|
|
|
2018-09-07 16:09:15 +02:00
|
|
|
# abs gives details of the credentials to reach the azure backup storage
|
2018-09-07 15:13:00 +02:00
|
|
|
abs:
|
|
|
|
# account is the name of the Storage account
|
|
|
|
account: fdlkops
|
|
|
|
# access key for the Storage account
|
|
|
|
accessKey: xxxx
|
|
|
|
# default cloud
|
|
|
|
cloud: AzurePublicCloud
|
|
|
|
|
2018-09-07 16:09:15 +02:00
|
|
|
# backupjob describes the backup cronjob
|
|
|
|
backupJob:
|
|
|
|
# enable enables the backup job
|
|
|
|
enable: true
|
|
|
|
# schedule gives the cron schedule for the backup job
|
|
|
|
schedule: "0 0 0 ? * MON *"
|
|
|
|
|
2018-09-07 15:13:00 +02:00
|
|
|
###
|
|
|
|
# All of the config variables related to setting up the etcd-operator
|
|
|
|
# If you want more information about the variables exposed, please visit:
|
|
|
|
# https://github.com/kubernetes/charts/tree/master/stable/etcd-operator#configuration
|
|
|
|
###
|
|
|
|
etcd-operator:
|
|
|
|
deployments:
|
|
|
|
etcdOperator: true
|
|
|
|
backupOperator: true
|
|
|
|
restoreOperator: true
|
|
|
|
serviceAccount:
|
|
|
|
etcdOperatorServiceAccount:
|
|
|
|
create: true
|
|
|
|
backupOperatorServiceAccount:
|
|
|
|
create: true
|
|
|
|
restoreOperatorServiceAccount:
|
|
|
|
create: true
|
|
|
|
etcdOperator:
|
|
|
|
image:
|
|
|
|
tag: v0.9.2
|
|
|
|
backupOperator:
|
|
|
|
image:
|
|
|
|
tag: v0.9.2
|
|
|
|
restoreOperator:
|
|
|
|
image:
|
|
|
|
tag: v0.9.2
|
2018-09-06 13:46:40 +02:00
|
|
|
|