X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fnonrtric%2Fvalues.yaml;h=7b862a7e5084fa23bd884dc3a2e48ac430a79c90;hb=3fdbdbb3159139ed8dbcca663824486eaf2f216d;hp=d30c241ca4b2e8f30dcc9fefd74ca7959a530ba9;hpb=0735e7dc76acd8486ea85842a7c5cbc3c08a6791;p=it%2Fdep.git diff --git a/smo-install/oran_oom/nonrtric/values.yaml b/smo-install/oran_oom/nonrtric/values.yaml index d30c241c..7b862a7e 100644 --- a/smo-install/oran_oom/nonrtric/values.yaml +++ b/smo-install/oran_oom/nonrtric/values.yaml @@ -1,18 +1,28 @@ -################################################################################ -# Copyright (c) 2020 Nordix Foundation. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" BASIS, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -################################################################################ +# ============LICENSE_START=============================================== +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# ======================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= + +global: + ingress: + # generally enable ingress for components + enabled: true + # enable all component's Ingress interfaces + enable_all: false + # Ingress class (only for provider "ingress"): e.g. kong, nginx, traefik + ingressClass: nonrtric: persistence: @@ -21,21 +31,33 @@ nonrtric: installA1controller: true installA1simulator: true installControlpanel: true - installEnrichmentservice: true + installInformationservice: true installRappcatalogueservice: true installNonrtricgateway: true installORUApp: true + installODUSMOApp: true + installODUICSApp: true installTopology: true installKong: true installDmaapadapterservice: true + installDmaapmediatorservice: true + installHelmmanager: true + installrAppmanager: true + installCapifcore: true + installServicemanager: true + volume1: size: 1Gi storageClassName: volume1 volume2: size: 1Gi storageClassName: volume2 + volume3: + size: 1Gi + storageClassName: volume3 + kong: ingressController: - installCRDs: false + installCRDs: false admin: enabled: true