-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
232 lines (208 loc) · 4.73 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# Default values for heat
conf:
region_name_for_services:
enable_stack_abandon: true
enable_stack_adopt: true
debug: false
keystone:
auth_url:
username: heat
project_name: service
memcached_servers: []
vault:
role: k8s
settings_secret: 'path/to/secret/in/vault'
job:
db_sync:
enabled: true
command:
- heat-manage
- db_sync
db_clean:
enabled: true
# NOTE(rk760n): key rotation frequency, token expiration, active keys, and allow_expired_window should statisfy the formula
# max_active_keys = ((token_expiration + allow_expired_window) / rotation_frequency) + 2
# As expiration is 12h, max_active_keys is 7 and allow_expired_window is 48h by default,
# rotation_frequency need to be adjusted
# 12 hours
cron: "0 10 * * *"
older_than_days: 365
history:
success: 3
failed: 1
api:
name: heat-api
port: 8004
command:
- kolla_httpd_start
apache:
enabled: true
wsgi_script: heat-wsgi-api
image:
repository: "registry.rc.nectar.org.au/kolla/ubuntu-source-heat-api"
replicaCount: 1
pdb:
enabled: false
minAvailable: 1
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
gateway:
enabled: false
annotations: {}
hostname: chart-example.local
parentRefs:
- name: default
api_cfn:
name: heat-api-cfn
port: 8000
command:
- kolla_httpd_start
apache:
enabled: true
wsgi_script: heat-wsgi-api-cfn
image:
repository: "registry.rc.nectar.org.au/kolla/ubuntu-source-heat-api-cfn"
replicaCount: 1
pdb:
enabled: false
minAvailable: 1
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
gateway:
enabled: false
annotations: {}
hostname: chart-example.local
parentRefs:
- name: default
engine:
name: heat-engine
command:
- heat-engine
image:
repository: "registry.rc.nectar.org.au/kolla/ubuntu-source-heat-engine"
replicaCount: 1
pdb:
enabled: false
minAvailable: 1
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "1"
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
oslo_policy:
'cloud_admin': 'role:cloud_admin'
'read_only': 'role:monitoring or role:read_only or role:helpdesk'
'admin_or_monitoring': 'rule:admin_required or rule:read_only or rule:cloud_admin'
'stacks:global_index': 'rule:admin_or_monitoring'
image:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podSecurityContext:
runAsNonRoot: true
runAsUser: 42418
runAsGroup: 42418
fsGroup: 42418
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: NodePort
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []