Public Information
This commit is contained in:
19
samples/rms/server.yaml
Normal file
19
samples/rms/server.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user