20 lines
554 B
YAML
20 lines
554 B
YAML
|
|
components:
|
||
|
|
# -- Enable the nplus Remote Management Server / rms
|
||
|
|
rms: true
|
||
|
|
rms:
|
||
|
|
ingress:
|
||
|
|
domain: "admin.{{ .instance.group | default .Release.Name }}.lab.nplus.cloud"
|
||
|
|
# -- This sets the external IP. Has has to come from the Layer 3 Load Balancer Pool, otherwise your
|
||
|
|
# L3 Load Balancer will not be able to assign it.
|
||
|
|
# If you leavet this empty, a VIP will be assigned from the pool
|
||
|
|
externalIp: 10.17.1.49
|
||
|
|
comps:
|
||
|
|
nappl:
|
||
|
|
enabled: true
|
||
|
|
nstl:
|
||
|
|
enabled: true
|
||
|
|
rs:
|
||
|
|
enabled: true
|
||
|
|
web:
|
||
|
|
enabled: true
|