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=0309475769b27702c8c886411222882da8b519b1;hp=59541947099a9455dc62432c05fe0a16eb3e1684;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;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 59541947..bf9be32c 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/values.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/values.yaml @@ -16,74 +16,48 @@ ################################################################################' # 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: "snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001" - repositoryCred: - user: docker - password: docker - 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: - # This section is for xapp. Templates to be resolved from xApp descriptor +ricxapp: + # This section is for xapp. Templates to be resolved from xApp descriptor replicaCount: 1 - xappname: &anchor-xappname xapp-std - - # the name of the process that indicates the liveness of the component - liveness-process-name: xapp-std + name: xapp-std + # Your can specify the chart fullname by using the following option + #fullname: xapp-std image: - name: whoami - tag: 0.0.1 - - nameOverride: "" - fullnameOverride: "" + pullPolicy: IfNotPresent + repository: xapp-std-reg + name: xapp-std + tag: latest service: - enabled: false - + http: + port: 8080 + containerPort: 8080 + rmr: + route: + port: 4561 + data: + port: 4560 + + probes: + healthAliveCheckEndpoint: ric/v1/health/alive + healthReadyCheckEndpoint: ric/v1/health/ready - # to be provided as property file - appconfigpath: /opt/etc/xapp appconfig: - # to be present as file propfile1 under appconfigpath - propfile1: | - prop1.v1="propvalue1.1" - prop1.v2="propvalue1.2" - # to be present as file propfile2 under appconfigpath - propfile2: "prop2" + path: /opt/ric/config - # to be provided as env variables appenv: - NAME: *anchor-xappname - ENV1: "envvalue1" - ENV2: "envvalue2" - - # secret - appsecretpath: /opt/etc/kube - appsecret: - # to be present as files under path appsecretpath - username: myusername - password: mypassword - - - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - - nodeSelector: {} - - tolerations: [] - - affinity: {} -