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=8fdcebb754f85f05717c657ae5887d2c8ddb405e;hpb=177701e036017bc89d6d3ab1932eaa8ce5f122a3;p=it%2Fdep.git diff --git a/smo-install/oran_oom/nonrtric/values.yaml b/smo-install/oran_oom/nonrtric/values.yaml index 8fdcebb7..7b862a7e 100644 --- a/smo-install/oran_oom/nonrtric/values.yaml +++ b/smo-install/oran_oom/nonrtric/values.yaml @@ -15,6 +15,15 @@ # 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: mountPath: /dockerdata-nfs @@ -34,7 +43,8 @@ nonrtric: installDmaapmediatorservice: true installHelmmanager: true installrAppmanager: true - installDmeParticipant: true + installCapifcore: true + installServicemanager: true volume1: size: 1Gi @@ -51,5 +61,3 @@ kong: installCRDs: false admin: enabled: true -cert-wrapper: - enabled: true