X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fnonrtric%2Fvalues.yaml;h=f3444418e19a5950f8edd5e16a38f1e69dc02764;hb=refs%2Fchanges%2F52%2F12752%2F4;hp=4fa6544e7af6ae0adceccc15d8688f0ec18eea05;hpb=2db1c70b20bf3fe03fa7c6eb79e55949fc2d12f7;p=it%2Fdep.git diff --git a/smo-install/oran_oom/nonrtric/values.yaml b/smo-install/oran_oom/nonrtric/values.yaml index 4fa6544e..f3444418 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: @@ -32,6 +42,8 @@ nonrtric: installDmaapadapterservice: true installDmaapmediatorservice: true installHelmmanager: true + installrAppmanager: true + installCapifcore: true volume1: size: 1Gi @@ -48,5 +60,3 @@ kong: installCRDs: false admin: enabled: true -cert-wrapper: - enabled: true