@@ -427,52 +427,38 @@ st2chatops:
427427# # For values.yaml reference:
428428# # https://github.com/bitnami/charts/tree/master/bitnami/mongodb
429429# #
430- # Specs for the MongoDB image
431430mongodb :
432431 # Change to `false` to disable in-cluster mongodb deployment.
433432 # Specify your external [database] connection parameters under st2.config
434433 enabled : true
435434 image :
436435 # StackStorm currently supports maximum MongoDB v4.0
437436 tag : " 4.0"
438- # # MongoDB architecture. Allowed values: standalone or replicaset
439- # #
437+ # MongoDB architecture. Allowed values: standalone or replicaset
440438 architecture : replicaset
441- # # Name of the replica set
442- # # Ignored when mongodb.architecture=standalone
443- # #
439+ # Name of the replica set
440+ # Ignored when mongodb.architecture=standalone
444441 replicaSetName : rs0
445- # # Number of MongoDB replicas to deploy.
446- # # Ignored when mongodb.architecture=standalone
447- # #
442+ # Number of MongoDB replicas to deploy.
443+ # Ignored when mongodb.architecture=standalone
448444 replicaCount : 3
449-
450445 auth :
451446 enabled : true
452- # NB! It's highly recommended to change ALL defaults!
453- #
454- # Stackstorm user that services will make connections using
447+ # NB! It's highly recommended to change ALL insecure auth defaults!
455448 #
449+ # Stackstorm user that services will make connections using
456450 username : " st2-admin"
457- #
458451 # Stackstorm user that services will make connections using
459- #
460452 password : " XeL5Rxwj7F0Wt43tFZVTN7H8Sg5XDHmK"
461-
462- #
463- #
464453 # Root password for the database
465454 rootPassword : " 8fAzdnksdzPFUWm4a68EfY7nMhBPaa"
466- #
467455 # Initial database for stackstorm
468- #
469456 database : " st2"
470457 # Minimal key length is 6 symbols
471458 replicaSetKey : " 82PItDpqroti5RngOA7UqbHH7c6bFUwy"
472459 # Whether to enable the arbiter
473- arbiter :
474- enabled : false
475-
460+ arbiter :
461+ enabled : false
476462 resources : {}
477463
478464# #
@@ -485,58 +471,41 @@ rabbitmq:
485471 # Change to `false` to disable in-cluster rabbitmq deployment.
486472 # Specify your external [messaging] connection parameters under st2.config
487473 enabled : true
488-
489- # Send logs for container to stdout
490- image :
491- debug : true
492-
493474 clustering :
494475 # On unclean cluster restarts forceBoot is required to cleanup Mnesia tables (see: https://github.com/helm/charts/issues/13485)
495476 # Use it only if you prefer availability over integrity.
496477 forceBoot : true
497-
498478 # Authentication Details
499479 auth :
500480 username : admin
501- # TODO: Use default random 10 character password, but need to fetch this string for use by downstream services
481+ # TODO: Use default random 10 character password, but need to fetch this string for use by downstream services
502482 password : 9jS+w1u07NbHtZke1m+jW4Cj
503483 # Up to 255 character string, should be fixed so that re-deploying the chart does not fail (see: https://github.com/helm/charts/issues/12371)
504484 # NB! It's highly recommended to change the default insecure rabbitmqErlangCookie value!
505485 erlangCookie : 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
506-
507- # RabbitMQ Memory high watermark. See: http://www.rabbitmq.com/memory.html
486+ # RabbitMQ Memory high watermark. See: http://www.rabbitmq.com/memory.html
508487 # Default values might not be enough for StackStorm deployment to work properly. We recommend to adjust these settings for you needs as well as enable Pod memory limits via "resources".
509488 # rabbitmqMemoryHighWatermark: 512MB
510489 # rabbitmqMemoryHighWatermarkType: absolute
511490 persistence :
512491 enabled : true
513- # RabbitMQ application vhost, should match with 'ha' Queue Mirroring definition policy
514- ingress :
515- enabled : true
516- # Path must start with a slash
517- path : " /"
518-
519492 # Enable Queue Mirroring between nodes
520493 # See https://www.rabbitmq.com/ha.html
521-
522494 # This code block is commented out waiting for
523495 # https://github.com/bitnami/charts/issues/4635
524496 loadDefinition :
525497 enabled : true
526498 existingSecret : " {{ .Release.Name }}-rabbitmq-definitions"
527499 extraConfiguration : |
528500 load_definitions = /app/rabbitmq-definitions.json
529-
530501 # We recommend to set the memory limit for RabbitMQ-HA Pods in production deployments.
531502 # Make sure to also change the rabbitmqMemoryHighWatermark following the formula:
532503 # rabbitmqMemoryHighWatermark = 0.4 * resources.limits.memory
533504 resources : {}
534-
535505 # number of replicas in the rabbit cluster
536506 replicaCount : 3
537-
538507 # As RabbitMQ enabled prometheus operator monitoring by default, disable it for non-prometheus users
539- metrics :
508+ metrics :
540509 enabled : false
541510
542511# #
@@ -546,7 +515,6 @@ rabbitmq:
546515# # https://github.com/bitnami/charts/tree/master/bitnami/etcd
547516# #
548517etcd :
549- # we don't need backup & restore etcd for short-lived coordination operations
550518 # Change to `false` to disable in-cluster ectd deployment.
551519 # Specify your external [coordination] connection parameters under st2.config
552520 enabled : true
0 commit comments