################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2019 Nokia. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # # You may obtain a copy of the License at # # # # http://www.apache.org/licenses/LICENSE-2.0 # # # # Unless required by applicable law or agreed to in writing, software # # distributed under the License is distributed on an "AS IS" BASIS, # # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################' # 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 ricapp: # 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 image: name: xapp-std tag: latest service: enabled: true type: ClusterIP name: xapp-std-service port: 8080 rmrPort: 4560 probes: healthAliveCheckEndpoint: ric/v1/health/alive healthReadyCheckEndpoint: ric/v1/health/ready appconfig: path: /opt/ric/config override: "" cert: path: /opt/ric/certificates object: {} hostname: xapp-std resources: {} nodeSelector: {} tolerations: [] affinity: {}