43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
|
|
components:
|
||
|
|
nappl: false
|
||
|
|
nappljobs: false
|
||
|
|
web: false
|
||
|
|
mon: false
|
||
|
|
rs: true
|
||
|
|
ilm: false
|
||
|
|
cmis: false
|
||
|
|
database: true
|
||
|
|
nstl: true
|
||
|
|
nstla: false
|
||
|
|
nstlb: false
|
||
|
|
pipeliner: false
|
||
|
|
application: false
|
||
|
|
administrator: false
|
||
|
|
webdav: false
|
||
|
|
rms: false
|
||
|
|
pam: false
|
||
|
|
global:
|
||
|
|
instance:
|
||
|
|
# -- despite the instance name, all components within this group will be prefixed
|
||
|
|
# with the group (unless the group name and the environment name are not identical)
|
||
|
|
# Also this makes sure the network policies are acting on the group, not on the instance.
|
||
|
|
group: "sample-group"
|
||
|
|
|
||
|
|
# -- We need to make sure, that only ONE instance is creating the default network policies
|
||
|
|
# and also the certificate for the group.
|
||
|
|
# All other group members are using the central one
|
||
|
|
override:
|
||
|
|
ingress:
|
||
|
|
# -- this overrides any issuers and makes sure not certificate request is generated for
|
||
|
|
# cert-manager
|
||
|
|
issuer: null
|
||
|
|
# -- since no issuer is set, the default would be to generate a self signed certificate.
|
||
|
|
# We need to prevent that
|
||
|
|
createSelfSignedCertificate: false
|
||
|
|
security:
|
||
|
|
cni:
|
||
|
|
# -- Even if we globally switched the creation of network policies on, we do not want that
|
||
|
|
# for this instance (and the instance chart only: Subcharts might still create the policies.
|
||
|
|
# If you want to force that off as well, override in global)
|
||
|
|
createNetworkPolicy: false
|