The Varnish Controller Helm Chart comes with bundled internal services for easier deployment and evaluation of the platform. These internal services are enabled by default and are suitable for small to medium-sized deployments.
Varnish Controller Helm Chart comes with a bundled NATS using the
NATS official Helm Chart. It is enabled by default using the nats.enabled
configuration key.
When both nats.enabled
and global.natsServer.internal.enabled
are set to true,
the Varnish Controller Helm Chart will automatically configure API-GW, UI, and Brainz to
use the local NATS address in the same namespace within the cluster.
To use external NATS, see External NATS.
Varnish Controller Helm Chart comes with a bundled PostgreSQL using the
Bitnami PostgreSQL Helm Chart. It is enabled by default using the
postgresql.enabled
configuration key.
When postgresql.enabled
is true, the Varnish Controller Helm Chart will automatically
configure Brainz to use the local PostgreSQL address in the same namespace within
the cluster.
To use external PostgreSQL, see External PostgreSQL.