-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
55 lines (44 loc) · 1.09 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
replicaCount: 1
certManager:
namespace: cert-manager
serviceAccountName: cert-manager
image:
repository: syseleven/designate-certmanager-webhook
tag: 0.2.12
pullPolicy: IfNotPresent
alpine:
repository: alpine
tag: latest
kubectl:
repository: bitnami/kubectl
tag: latest
imagePullSecrets: []
# This secret holds the authenitcation information for designate
credentialsSecret: fugacloud-credentials
# If you fill out these information the helm chart will use your provided
# information and overwrite an existing ${credentialsSecret} secret. If the values
# are kept empty, you must create a secret with desired values manually. Please
# refer to the README for more information.
openstack:
username: ""
password: ""
project_id: ""
project_name: "" # Use project_id OR project_name
region_name: ""
auth_url: ""
domain_name: ""
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 443
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}