-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
283 lines (230 loc) · 6.05 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
global:
#Inject config maps
inject_maps: []
routing:
type:
# global operator values
operator:
keycloak:
realm:
# node selector for the pods
nodeSelector:
# tolerations for the pods
tolerations:
# Name of the instance, default {{ .Release.Name }}-{{ .Values.name | default .Chart.Name }}
name:
# ID of the application instance, default
appId:
# Application image
image:
# Docker registry
registry: "ghcr.io"
# Docker repository (application name)
repository: "change-me"
# Docker image tag (application version)
tag: "main"
# pull policy Always | IfNotPresent | Never
pull: IfNotPresent
# Image pull secrets
imagePullSecrets:
# health check configuration
livenessProbe:
url: /healthcheck
# rediness proble configuration
readinessProbe:
url: /healthcheck
# start up probe configuration
startupProbe:
url: /healthcheck
# node selector for the pods
nodeSelector:
# tolerations for the pods
tolerations:
# pod
pod:
port: 8080
# service
service:
port: 8080
# Route
routing:
# Enable or disable route
enabled: false
# Default URL
default_url: "change.com"
# path
path:
# host name
hostName:
# traefik | ingress
type: none
traefik:
# middleware
middleware:
# middleware for treafik
enabled: false
# traefik middleware name
name:
# custom service name and port for the routing
service:
# custom service name only for routing
name:
# custom service port only for routing
port:
# Replicas
replicas: 1
# custom service account
serviceAccount:
# enable custom service accoung
enabled: false
# generate custom name <app-name>.<suffix>
suffix:
# fix name of the service account
name:
# Inject config maps
inject_maps: []
# Custom env variables as YAML structure
envCustom:
# Kubernetes operator configuration
operator:
# product store microservice
microservice:
# enable or disable configuration for operator
enabled: true
# CRD
spec:
# default deployment name (release_name-name)
appId:
# default release name (product name)
productName:
# application description (release_name-name)
description:
# default deployment name (release_name-name)
name:
# .Values.name or this type
type:
# permissions
permission:
# enable or disable configuration for operator
enabled: false
spec:
# default release name (product name)
productName:
# default deployment name (release_name-name)
appId:
# application name (release_name-name)
name:
# application description (release_name-name)
description:
# map of permissions
# resource:
# action: description
permissions:
# slot
slot:
# enable or disable configuration for operator
enabled: false
# map of <name, spec> of mfe spec ( see spec )
specs:
# definnition and default values for the list of spec 'specs'
spec:
# name of the slot ( ref. id to sour code of the app)
name:
# deprecated true | false
deprecated: false
# description text
description: change-me
# microfrontend
microfrontend:
# enable or disable configuration for operator
enabled: false
# default remote entry path suffix
entrySuffix: remoteEntry.js
# map of <name, spec> of mfe spec ( see spec )
specs:
# definnition and default values for the list of spec 'specs'
spec:
# deprecated true | false
deprecated: false
# type oe mfe [ MODULE, COMPONENT ]
type: MODULE
# description text
description: change-me
# exposed module name
exposedModule: change-me
# icon name
iconName:
# note
note:
# remote name
remoteName:
# tag name
tagName:
# list of strings
classifications: []
# list of name and path
endpoints:
# - name:
# path:
# technology is free text
technology: ANGULAR
# contact email
contact: [email protected]
# default is app.routing.path
remoteBaseUrl:
# default is app.routing.path + entrySuffix
remoteEntry:
# default release name (product name)
productName:
# default deployment name (release_name-name or appId)
appId:
# default deployment name (release_name-name)
appName:
# Keycloak operator
keycloak:
# Keycloak client operator
client:
# enabled or disable config for operator
enabled: false
# definition
spec:
# keycloak realm where the client has to be created
realm:
# type of client. Current possibilities [ ui | machine ]
type: ui
# Configuration for the keycloak client
kcConfig:
# default deployment name (release_name-name)
clientId:
# description for the client
description:
# flag to enable/disable client in keycloak
enabled:
# client authenticator type (client-secret)
clientAuthenticatorType:
# Redirect uris (used for the ui client). List of Strings
redirectUris: []
# Web origins (user for the ui client). List of Strings
webOrigins: []
# Bearer only flag
bearerOnly:
# Standard flow enabled flag
standardFlowEnabled:
# Implicit flow enabled flag
implicitFlowEnabled:
# Direct access grants enable flag
directAccessGrantsEnabled:
# Service accounts enabled flag
serviceAccountsEnabled:
# Public client flag
publicClient:
# Protocol (openid-connect)
protocol:
# List of string scopes to be added as default
defaultClientScopes: []
# List of string scopes to be added as optional
optionalClientScopes: []
# Map of custom attributes
attributes:
#key1: value1
#key2: value2