Public Information

This commit is contained in:
2025-01-24 16:18:47 +01:00
commit 0bd2038c86
449 changed files with 108655 additions and 0 deletions

19
samples/rms/server.yaml Normal file
View 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