-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
51 lines (48 loc) · 1.13 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
image:
repository: cdalvaro/docker-salt-master
tag: "3004_6"
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
annotations:
metallb.universe.tf/allow-shared-ip: dg
type: ClusterIP
# You should attach load balancer IP manually after creating service
# kubectl patch svc <svc-name> -p '{"spec": {"type": "LoadBalancer", "externalIPs":["x.x.x.x"]}}
# loadBalancerIP: 192.168.1.2
ports:
http:
enabled: false
publisher:
enabled: true
port: 4505
request-server:
enabled: true
port: 4506
persistence:
roots:
enabled: true
accessMode: ReadWriteMany
mountPath: /home/salt/data/srv
storageClass: ceph-filesystem
size: 512Mi
keys:
enabled: true
accessMode: ReadWriteMany
mountPath: /home/salt/data/keys
storageClass: ceph-filesystem
size: 16Mi
config:
enabled: true
accessMode: ReadWriteMany
mountPath: /home/salt/data/config
storageClass: ceph-filesystem
size: 8Mi
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false