X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=smo-install%2Foran_oom%2Fnonrtric%2Fvalues.yaml;h=f3444418e19a5950f8edd5e16a38f1e69dc02764;hb=refs%2Fchanges%2F52%2F12752%2F4;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..f3444418 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,7 @@ nonrtric: installDmaapmediatorservice: true installHelmmanager: true installrAppmanager: true - installDmeParticipant: true + installCapifcore: true volume1: size: 1Gi @@ -51,5 +60,3 @@ kong: installCRDs: false admin: enabled: true -cert-wrapper: - enabled: true