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=bf9be32ce2ec677d073a89d287dec95dd2c4d4df;hb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;hp=4d95ef1a61a4fda9267cef03d2cf8ac3e558c902;hpb=62b17b9e2ec2a91cc7d84f73821017c7c6b773a8;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 4d95ef1a..bf9be32c 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/values.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/values.yaml @@ -16,40 +16,42 @@ ################################################################################' # 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" -ricapp: + 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" + + + +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 service: - enabled: true - type: ClusterIP - name: xapp-std-service - port: 8080 - rmrPort: 4560 + http: + port: 8080 + containerPort: 8080 + rmr: + route: + port: 4561 + data: + port: 4560 probes: healthAliveCheckEndpoint: ric/v1/health/alive @@ -57,19 +59,5 @@ ricapp: appconfig: path: /opt/ric/config - override: "" - - cert: - path: /opt/ric/certificates - object: {} - - hostname: xapp-std - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} + appenv: