Public Information
This commit is contained in:
48
samples/environment/lab.yaml
Normal file
48
samples/environment/lab.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
toolbox:
|
||||
enabled: true
|
||||
nstoreDownloader:
|
||||
enabled: true
|
||||
dav:
|
||||
enabled: true
|
||||
nappl:
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
# -- In the lab / dev environment, we quite often throw away the data disk while keeping the conf folder
|
||||
# the default for the DA_HID.DAT is the conf folder, so they do not match any more.
|
||||
# So we switch the check off here.
|
||||
nstl:
|
||||
checkHighestDocId: "0"
|
||||
nstla:
|
||||
checkHighestDocId: "0"
|
||||
nstlb:
|
||||
checkHighestDocId: "0"
|
||||
|
||||
global:
|
||||
environment:
|
||||
ingress:
|
||||
domain: "{{ .instance.group | default .Release.Name }}.lab.nplus.cloud"
|
||||
class: "public"
|
||||
issuer: "nplus-issuer"
|
||||
whitelist: "192.168.0.0/16,10.0.0.0/8"
|
||||
namespace: ingress
|
||||
# proxyReadTimeout: "360s"
|
||||
storage:
|
||||
conf:
|
||||
class: "cephfs"
|
||||
ptemp:
|
||||
class: "cephfs"
|
||||
data:
|
||||
class: "ceph-rbd"
|
||||
disk:
|
||||
class: "ceph-rbd"
|
||||
file:
|
||||
class: "cephfs"
|
||||
appInstaller: "/pool/app-installer-9.0.1202.jar"
|
||||
# repoOverride: cr.test.lan
|
||||
security:
|
||||
cni:
|
||||
defaultIngressPolicy: deny
|
||||
defaultEgressPolicy: deny
|
||||
createNetworkPolicy: true
|
||||
excludeUnusedPorts: false
|
||||
Reference in New Issue
Block a user