forked from JamesClonk/backman
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathvalues.yml
More file actions
42 lines (36 loc) · 1.62 KB
/
Copy pathvalues.yml
File metadata and controls
42 lines (36 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#@data/values
---
backman:
image: "jamesclonk/backman:latest"
pod_security_policy:
enabled: true # generates a k8s pod-security-policy if enabled
network_policy:
enabled: false # generates a k8s network-policy if enabled
namespace_labels:
ingress: # namespace matchLabels for ingress-controller access
namespace.kubernetes.io/name: "ingress-nginx"
prometheus: # namespace matchLabels for prometheus access
namespace.kubernetes.io/name: "prometheus"
ingress:
enabled: false # generates a k8s nginx ingress resource if enabled
hostname: "" # hostname for k8s nginx ingress
ingress_class: "" # class of ingress controller
cert_manager_tls:
enabled: false # requires cert-manager.io to be installed for ingress TLS support to be enabled
cluster_issuer: "" # requires a cluster-issuer name if TLS is enabled
username: "" # HTTP Basic Auth username
password: "" # HTTP Basic Auth password
storage:
s3:
bucket: "" # s3 bucket name
host: "" # s3 hostname
key: "" # s3 access key
secret: "" # s3 secret key
# services require: name, type, provider, credentials, schedule, timeout and retention
services: []
# see example_values_full.yml for reference
# service type 'postgres' requires credentials: host, port, database, username and password
# service type 'mysql' requires credentials: host, port, database, username and password
# service type 'mongodb' requires credentials: uri
# service type 'redis' requires credentials: host, port and password
# service type 'elasticsearch' requires credentials: host, username and password