You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gluu-all-in-one/values.yaml
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,8 @@ persistence:
165
165
# -- Boolean flag to enable/disable the persistence job.
166
166
enabled: true
167
167
168
-
168
+
# -- Add tolerations for the pods
169
+
tolerations: []
169
170
170
171
171
172
alb:
@@ -175,6 +176,8 @@ alb:
175
176
auth-server:
176
177
# -- Boolean flag to enable/disable auth-server chart. You should never set this to false.
177
178
enabled: true
179
+
# -- passing custom java options to auth-server. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
180
+
cnCustomJavaOptions: ""
178
181
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
179
182
appLoggers:
180
183
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e auth-server-script ===> 2022-12-20 17:49:55,744 INFO
# -- Additional labels that will be added across the gateway in the format of {mylabel: "myapp"}
347
351
additionalLabels: { }
348
352
# -- Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"}
@@ -385,6 +389,8 @@ casa:
385
389
casaServiceName: casa
386
390
# -- Boolean flag to enable/disable the casa chart.
387
391
enabled: true
392
+
# -- passing custom java options to casa. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
393
+
cnCustomJavaOptions: ""
388
394
# -- Enable endpoints in either istio or nginx ingress depending on users choice
389
395
ingress:
390
396
# -- Enable casa endpoints /casa
@@ -398,6 +404,8 @@ config-api:
398
404
configApiServerServiceName: config-api
399
405
# -- Boolean flag to enable/disable the config-api chart.
400
406
enabled: true
407
+
# -- passing custom java options to config-api. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
408
+
cnCustomJavaOptions: ""
401
409
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
402
410
appLoggers:
403
411
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e config-api_persistence ===> 2022-12-20 17:49:55,744 INFO
@@ -444,6 +452,8 @@ fido2:
444
452
fido2ServiceName: fido2
445
453
# -- Boolean flag to enable/disable the fido2 chart.
446
454
enabled: true
455
+
# -- passing custom java options to fido2. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
456
+
cnCustomJavaOptions: ""
447
457
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
448
458
appLoggers:
449
459
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e fido2 ===> 2022-12-20 17:49:55,744 INFO
@@ -489,6 +499,8 @@ scim:
489
499
scimServiceName: scim
490
500
# -- Boolean flag to enable/disable the SCIM chart.
491
501
enabled: true
502
+
# -- passing custom java options to scim. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
503
+
cnCustomJavaOptions: ""
492
504
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
493
505
appLoggers:
494
506
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e jans-scim ===> 2022-12-20 17:49:55,744 INFO
@@ -528,6 +540,8 @@ link:
528
540
linkServiceName: link
529
541
# -- Boolean flag to enable/disable the link chart.
530
542
enabled: false
543
+
# -- passing custom java options to link. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
544
+
cnCustomJavaOptions: ""
531
545
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
532
546
appLoggers:
533
547
# -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e link-persistence ===> 2022-12-20 17:49:55,744 INFO
@@ -561,6 +575,8 @@ saml:
561
575
samlServiceName: saml
562
576
# -- Boolean flag to enable/disable the saml chart.
563
577
enabled: false
578
+
# -- passing custom java options to saml. Notice you do not need to pass in any loggers options as they are introduced below in appLoggers. DO NOT PASS JAVA_OPTIONS in envs.
579
+
cnCustomJavaOptions: ""
564
580
# -- Enable endpoints in either istio or nginx ingress depending on users choice
565
581
ingress:
566
582
# Enable saml endpoints /kc
@@ -735,7 +751,7 @@ resources:
735
751
# -- Configure the liveness healthcheck for the auth server if needed.
0 commit comments