X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fportal%2Fcharts%2Fportal-mariadb%2Fvalues.yaml;h=e9ef89a4ca51e96af4f255b902da95746df2dfae;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=eb14aed10dae1e8fe7e394a1e93dc0d72924d273;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/portal/charts/portal-mariadb/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/portal/charts/portal-mariadb/values.yaml index eb14aed1..e9ef89a4 100755 --- a/ric-aux/80-Auxiliary-Functions/helm/portal/charts/portal-mariadb/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/portal/charts/portal-mariadb/values.yaml @@ -72,9 +72,11 @@ config: soMonitoringPort: "30224" # application's front end hostname. Must be resolvable on the client side environment soMonitoringHostName: "so-monitoring" - ricdashboardPort: 30080 - ricdashboardHostName: 192.168.130.61 - + + # Ingress URL assigned to RIC dashboard. This has to agree with the ingress URL defined in the common template + ricdashboardPort: "32443" + ricdashboardProtocol: "https" + ricdashboardHostName: "dashboard-entry" # default number of instances replicaCount: 1 @@ -92,12 +94,12 @@ liveness: enabled: true readiness: - initialDelaySeconds: 450 + initialDelaySeconds: 30 periodSeconds: 10 ## Persist data to a persitent volume persistence: - enabled: true + enabled: false ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true @@ -117,6 +119,8 @@ persistence: size: 2Gi mountPath: /dockerdata-nfs mountSubPath: portal/mariadb/data + storageClass: "manual" + service: type: ClusterIP