-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
93 lines (82 loc) · 1.96 KB
/
values.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
replicaCount: 1
revisionHistoryLimit: 0
## PodDisruptionBudget
## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget
# maxUnavailable: 1
image:
repository: ubnt/unms
tag: 0.13.3
pullPolicy: IfNotPresent
nginx:
repository: ubnt/unms-nginx
tag: 0.13.3
pullPolicy: IfNotPresent
service:
type: LoadBalancer
annotations: {}
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/secure-backends: "true"
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- example.local
#tls:
# - secretName: unms-tls
# hosts:
# - example.local
# Leave default to use rabbitmq of this chart
rabbitmq-ha:
host: unms-rabbitmq-ha
port: "5672"
rabbitmqUsername: guest
rabbitmqPassword: guest
rabbitmqAuth:
enabled: true
config: |
auth_mechanisms.1 = PLAIN
auth_mechanisms.2 = AMQPLAIN
persistence:
enabled: true
persistence:
size: 5Gi
# Leave default to use redis of this chart
redis:
host: unms-redis-master
port: "6379"
cluster:
enabled: false
usePassword: false
# Leave default to use postgresql of this chart
postgresql:
host: unms-postgresql
port: "5432"
postgresPassword: changeme
postgresDatabase: unms
persistence:
resourcePolicy: nil
persistence:
enabled: true
annotations: {}
accessMode: ReadWriteOnce
existingClaim: ""
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
size: 5Gi
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
mysql-backup:
enabled: false