X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Fvalues.yaml;h=50eab3c2ee384599e9c549d17fa4295b1d0ce1f2;hb=b0d610ef0ba334c963cac6e2f3423657fda803dd;hp=1eaa11aecd2cbc09982371a7606417f575bf4c74;hpb=e29b9bed3c1581f35e7f3bc5e5ab162897bc9e6b;p=it%2Fdep.git diff --git a/ric-xapps/90-xApps/helm/xapp-std/values.yaml b/ric-xapps/90-xApps/helm/xapp-std/values.yaml index 1eaa11ae..50eab3c2 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/values.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/values.yaml @@ -16,31 +16,30 @@ ################################################################################' # This is a YAML-formatted file. # Declare variables to be passed into your templates. - -global: - # modify this section to point to your local testing settings - repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}" - repositoryCred: - user: "${__RUNRICENV_DOCKER_USER__}" - password: "${__RUNRICENV_DOCKER_PASS__}" - image: - pullPolicy: IfNotPresent - ricplt: # This section is reserved for values imported from RIC Platform charts + dbaasService: "service-ricplt-dbaas-tcp.ricplt.svc.cluster.local" + pltIngressUrl: "ricplt-entry" + xappIngressUrl: "ricxapp-entry" + + appmgrRMRService: "service-ricplt-appmgr-rmr.ricplt.svc.cluster.local" + e2mgrRMRService: "service-ricplt-e2mgr-rmr.ricplt.svc.cluster.local" + e2termRMRService: "service-ricplt-e2term-rmr.ricplt.svc.cluster.local" + rtmgrRMRService: "service-ricplt-rtmgr-rmr.ricplt.svc.cluster.local" + a1mediatorRMRService: "service-ricplt-a1mediator-rmr.ricplt.svc.cluster.local" -ricapp: + + +ricxapp: # This section is for xapp. Templates to be resolved from xApp descriptor replicaCount: 1 name: xapp-std - fullname: xapp-std - nameOverride: "" - fullnameOverride: "" - - # The name of the process that indicates the liveness of the component - livenessprocessname: xapp-std + # Your can specify the chart fullname by using the following option + #fullname: xapp-std image: + pullPolicy: IfNotPresent + repository: xapp-std-reg name: xapp-std tag: latest @@ -49,28 +48,27 @@ ricapp: port: 8080 containerPort: 8080 rmr: - port: 4560 - containerPort: 4560 - - probes: - healthAliveCheckEndpoint: ric/v1/health/alive - healthReadyCheckEndpoint: ric/v1/health/ready + route: + port: 4561 + data: + port: 4560 - appconfig: - path: /opt/ric/config - override: "" - - cert: - path: /opt/ric/certificates - object: {} - - hostname: xapp-std - - resources: {} + livenessProbe: |- + httpGet: + path: ric/v1/health/alive + port: 8080 + initialDelaySeconds: 5 + periodSeconds: 15 - nodeSelector: {} + readinessProbe: |- + httpGet: + path: ric/v1/health/ready + port: 8080 + initialDelaySeconds: 5 + periodSeconds: 15 - tolerations: [] - affinity: {} + appconfig: + path: /opt/ric/config + appenv: