The parent key for the following parameters is maxscale
and they affect MaxScale itself:
By default there are no resource limits. As soon as you set any of these reource parameters, all the other ones are set to their defaults and you’ll have to override them to change them. This prevents generating an invalid manifest.
namespace: example-namespace
maxscale:
db1_address: db5.othergalera.example.org
db1_port: 3309
db2_address: db6.othergalera.example.org
db2_port: 3307
db3_address: db7.othergalera.example.org
db3_port: 3305
monitor_user: mymonitoruser
service_user: myserviceuser
resources:
requests:
cpu: 1000m
memory: 128Mi
limits:
cpu: 2000m
memory: 512Mi