Files
nplus/samples/rms/server.yaml

20 lines
554 B
YAML
Raw Normal View History

2025-01-24 16:18:47 +01:00
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