Valkey
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 9/edge | 14 | Yesterday |
juju deploy valkey --channel 9/edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
certificate-extra-sans | string
Config option to add extra-sans to the ones used when requesting server certificates. The extra-sans are specified by comma-separated names to be added when requesting signed certificates. Use "{unit}" as a placeholder to be filled with the unit number, e.g. "worker-{unit}" will be translated as "worker-0" for unit 0 and "worker-1" for unit 1 when requesting the certificate.
-
system-users | secret
Configure the internal system users and their passwords. The passwords will be auto-generated if this option is not set. It is for internal use only and SHOULD NOT be used by applications. This needs to be a Juju Secret URI pointing to a secret that contains the following content:
username: <password>. The following system users are supported:- charmed-operator: administrative user for the charmed valkey operator
- charmed-replication: used by valkey replica instances to connect to the primary
- charmed-stats: used by the metrics exporter to connect to valkey
- charmed-sentinel-operator: administrative user for operating valkey sentinel
- charmed-sentinel-valkey: used by sentinel to authenticate against valkey
- charmed-sentinel-peers: used by sentinel for inter-sentinel authentication
-
tls-client-private-key | secret
A Juju secret URI of a secret containing the private key for client TLS certificates.