Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.1 KB

README.md

File metadata and controls

54 lines (45 loc) · 2.1 KB

maxscale

Version: 1.1.2 AppVersion: 2.2.20

MaxScale Helm Chart

Homepage: https://mariadb.com/products/technology/maxscale

Installation

helm repo add appuio https://charts.appuio.ch
helm install maxscale appuio/maxscale

Values

Key Type Default Description
affinity object {}
db1Address string "db1.example.com" IP or Hostname of the 1. Galera node
db2Address string "db2.example.com" IP or Hostname of the 2. Galera node
db3Address string "db3.example.com" IP or Hostname of the 3. Galera node
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "docker.io/appuio/maxscale"
image.tag string "2.2.20"
metrics.enabled bool false
metrics.image.pullPolicy string "IfNotPresent"
metrics.image.repository string "skord/maxscale_exporter"
metrics.image.tag string "latest"
metrics.resources object {}
monitorPassword string "secret" MaxScale monitor user password
monitorUser string "maxscale" MaxScale monitor user name
nameOverride string ""
nodeSelector object {}
replicaCount int 1
resources object {}
service.port int 3306
service.type string "ClusterIP"
servicePassword string "secret" MaxScale service user password
serviceUser string "maxscale" MaxScale service user name
tolerations list []