This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathvalues.yaml
245 lines (227 loc) · 5.86 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
233
234
235
236
237
238
239
240
241
242
243
244
245
# Default values for service-fabrik-broker.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 2
cluster:
host: sf.ingress.sf21-intop.interop.shoot.canary.k8s-hana.ondemand.com
ssl: true
sslsecret: wildcard-cert-ssl-tls
broker:
port: 9293
username: broker
password: secret
log_level: info
enable_namespaced_separation: true
services_namespace_labels:
# # Note: The labels are igonored if enable_namespaced_separation is false.
app.kubernetes.io/managed-by: Interoperator
# # Try out Pod Security Admission in k8s v1.25
# pod-security.kubernetes.io/enforce: restricted
# pod-security.kubernetes.io/enforce-version: v1.25
services_namespace: "services"
allow_concurrent_operations: true
allow_concurrent_binding_operations: true
send_binding_metadata: true
ingress:
annotations:
# override the validation depth between the client certificate and the CA chain
nginx.ingress.kubernetes.io/auth-tls-verify-depth: '2'
# another-ingress-annotation: "value"
smConnectionSettings:
timeout: 10 # in seconds
retryCount: 2
auth_tls_verify_client: "off"
auth_tls_secret: ''
auth_tls_pass_certificate_to_upstream: "true"
secureIncomingConnections: false
sm_certificate_subject_pattern: ''
landscape_endpoints: ''
# override the global replicaCount just for broker
# this value is used to set minReplica if hpa is enabled
replicaCount: 4
resources:
limits:
cpu: 800m
memory: 256Mi
requests:
cpu: 400m
memory: 128Mi
quota:
enabled: false
timeout: 60
oauthDomain: https://myauth-domain.com
serviceDomain: https://my-tenant-onboarding.com
username: quota_user
password: quota_password
mtls:
enabled: false
cert_secret: ''
client_id: ''
# regions:
# eu10:
# name: eu10
# oauthDomain: https://myauth-domain.com
# serviceDomain: https://my-tenant-onboarding.com
# username: quota_user
# password: quota_password
# mtls:
# enabled: false
# cert_secret: ''
# client_id: ''
# eu20:
# name: eu20
# oauthDomain: https://myauth-domain.com
# serviceDomain: https://my-tenant-onboarding.com
# username: quota_user
# password: quota_password
# mtls:
# enabled: false
# cert_secret: ''
# client_id: ''
image:
repository: servicefabrikjenkins/service-fabrik-broker
tag: 0.27.1
pullPolicy: Always
service:
type: ClusterIP
hpa:
enabled: false
scaleUp:
selectPolicy: Max
stabilizationWindowSeconds: 0
policies:
percent:
value: 100
periodSeconds: 15
pods:
value: 4
periodSeconds: 15
scaleDown:
selectPolicy: Min
stabilizationWindowSeconds: 300
policies:
percent:
value: 100
periodSeconds: 15
maxReplicas: 8
cpu_threshold: 70
quota_app:
port: 9296
username: quota
password: secret
# override the global replicaCount just for quota_app
# this value is used to set minReplica if hpa is enabled
#replicaCount: 1
resources:
limits:
cpu: 400m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
service:
type: ClusterIP
hpa:
enabled: false
scaleUp:
selectPolicy: Max
stabilizationWindowSeconds: 0
policies:
percent:
value: 100
periodSeconds: 15
pods:
value: 4
periodSeconds: 15
scaleDown:
selectPolicy: Min
stabilizationWindowSeconds: 300
policies:
percent:
value: 100
periodSeconds: 15
maxReplicas: 6
cpu_threshold: 70
interoperator:
image:
repository: servicefabrikjenkins/service-fabrik-interoperator
tag: 0.27.1
pullPolicy: Always
# override the global replicaCount just for interoperator components
#replicaCount: 2
resources:
limits:
cpu: 400m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
config:
instanceWorkerCount: 2
bindingWorkerCount: 4
schedulerWorkerCount: 2
provisionerWorkerCount: 2
provisioner:
resources:
limits:
cpu: 1800m
memory: 512Mi
requests:
cpu: 600m
memory: 256Mi
scheduler:
resources:
limits:
cpu: 400m
memory: 128Mi
requests:
cpu: 100m
memory: 64Mi
multiclusterdeployer:
resources:
limits:
cpu: 1200m
memory: 128Mi
requests:
cpu: 400m
memory: 64Mi
#Define log level. Can be one of 'debug', 'info', 'error', or any integer value > 0 (i.e. 1 or 2 or 3)
log_level: info
# Log Output format or Encoder (one of 'json' or 'console')
log_output_format: json
# Log stack strace level can have any value from list 'info' or 'error' or 'panic'
log_stacktrace_level: error
operator_apis:
enabled: true
port: 9297
username: admin
password: secret
#host: op.ingress.sf21-intop.interop.shoot.canary.k8s-hana.ondemand.com
image:
repository: servicefabrikjenkins/operatorapis
tag: 0.27.1
pullPolicy: Always
# override the global replicaCount just for operator apis
#replicaCount: 2
resources:
limits:
cpu: 400m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
service:
type: ClusterIP
ssl: true
sslsecret: op-api-ssl-cert
#Define log level. Can be one of 'debug', 'info', 'error', or any integer value > 0 (i.e. 1 or 2 or 3)
log_level: info
# Log Output format or Encoder (one of 'json' or 'console')
log_output_format: json
# Log stack strace level can have any value from list 'info' or 'error' or 'panic'
log_stacktrace_level: error
kubeconfig_rotation:
enabled: false
#imagePullSecrets:
#- name: docker-dmz
#- name: docker-dmz2