diff options
Diffstat (limited to 'kubernetes/platform/values.yaml')
-rw-r--r-- | kubernetes/platform/values.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/platform/values.yaml b/kubernetes/platform/values.yaml index a30dabbcc2..af760eaf58 100644 --- a/kubernetes/platform/values.yaml +++ b/kubernetes/platform/values.yaml @@ -32,6 +32,16 @@ global: # Application configuration defaults. ################################################################# +# Control deployment of Platform services at ONAP installation time +chartmuseum: + enabled: true +cmpv2-cert-provider: + enabled: true +oom-cert-service: + enabled: true +keycloak-init: + enabled: false + flavor: small # default number of instances replicaCount: 1 |