-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
102 lines (101 loc) · 2.46 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
94
95
96
97
98
99
100
101
102
# Zesty Disk configuration.
# Provides a prefix to the resource names.
prefix: zesty-storage
# The main service account.
serviceAccount:
# Create a service account for the application.
create: true
# The name of the service account.
name: zesty-disk
# The registry for the container images.
registry: "672188301118.dkr.ecr.eu-west-1.amazonaws.com"
# The storage operator configuration.
storageOperator:
image:
name: zd/k8s/storage-operator
tag: 1.2.28
resources:
requests:
cpu: 500m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
# The agent manager configuration.
agentManager:
secret:
name: zesty-disk-agent-cred
baseUrl: https://api.cloudvisor.io/zesty-disk-v6-new
# the api key for the communication with the backend.
# the secret won't be used, if associated with a value.
apiKey: ""
priorityClassName: system-node-critical
# agent container configuration
agent:
image:
name: zd/k8s/agent
tag: 1.0.60
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 256Mi
# manager container configuration
manager:
image:
name: zd/k8s/manager
tag: 1.3.38
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 256Mi
# prometheus container configuration.
prometheusExporter:
enabled: false
image:
name: zd/k8s/prometheus-exporter
tag: 1.1.3
port: 9100
# The admission configuration.
admission:
mutator:
replicas: 2
port: 8443
image:
name: zd/k8s/mutator
tag: 1.0.8
# specifies a failure policy (Ignore or Fail) that defines how
# unrecognized errors from the admission endpoint are handled.
failurePolicy: Ignore
secret:
name: ""
# The scheduler configuration.
scheduler:
replicas: 2
logLevel: 1
# The scheduler extender configuration.
extender:
image:
name: zd/k8s/extender
tag: 1.2.28
port: 8888
# The node selector.
nodeSelector: {}
# The tolerations for all components
tolerations: {}
# The affinity for all components
affinity: {}
# The storage class name
storageClassName: ""
# The secrets with credentials to pull images from the registry
imagePullSecrets: []
# The annotations for all components
annotations: {}
# The additional labels for all components
additionalLabels: {}
# The image pull policy determines when to pull images from the registry.
# Possible values are Always, IfNotPresent, and Never.
imagePullPolicy: ""