Public Information
This commit is contained in:
47
samples/group/middleware.yaml
Normal file
47
samples/group/middleware.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
components:
|
||||
nappl: true
|
||||
nappljobs: false
|
||||
web: false
|
||||
mon: false
|
||||
rs: false
|
||||
ilm: false
|
||||
cmis: false
|
||||
database: false
|
||||
nstl: false
|
||||
nstla: false
|
||||
nstlb: false
|
||||
pipeliner: false
|
||||
application: true
|
||||
administrator: false
|
||||
webdav: false
|
||||
rms: false
|
||||
pam: false
|
||||
|
||||
application:
|
||||
docAreas:
|
||||
- id: "Sample"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user