xt800d | c5fa07b | 2019-08-13 16:51:10 -0400 | [diff] [blame] | 1 | # Default values for adm-ctrl-xapp. |
| 2 | # This is a YAML-formatted file. |
| 3 | # Declare variables to be passed into your templates. |
| 4 | |
| 5 | replicaCount: 1 |
| 6 | |
| 7 | image: |
| 8 | #repository: localhost:5000/ric-app-admin |
| 9 | #tag: 0.0.2 |
| 10 | #repository: nexus3.o-ran-sc.org:10004/ric-app-admin |
| 11 | #tag: latest |
| 12 | repository: snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001/e2e-xapp |
| 13 | tag: 1.0.0 |
| 14 | pullPolicy: IfNotPresent |
| 15 | |
| 16 | imageCredentials: |
| 17 | name: lf-docker-nexus-xapp |
| 18 | #registry: nexus3.o-ran-sc.org:10004 |
| 19 | registry: snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001 |
| 20 | username: docker |
| 21 | password: docker |
| 22 | |
| 23 | |
| 24 | xapp: |
| 25 | env: |
| 26 | rtmgr: "ric-full-rtmgr.ricplatform" |
| 27 | threads: "1" |
| 28 | route_path: "/tmp/test" |
| 29 | route_file: "uta_rtg.test" |
| 30 | run_command: "/usr/local/bin/e2e-test-client" |
| 31 | gNodeB: "NYC1234" # Change to reflect sctp connection ID |
| 32 | deleteMode: "TRUE" # Change to FALSE if xapp should NOT send a subscription delete request |
| 33 | ranFunctionId: "0" |
| 34 | actionType: "0" |
| 35 | actionIdD: "1" |
| 36 | triggerDef: "E2ETest" |
| 37 | interval : "5" |
| 38 | start_request_id: "100" |
| 39 | requests: "1" # 1 means send a request and then wait till we get a response |
| 40 | # -1 means keep sending requests continously |
| 41 | # > 1 means send specific number of requests and then stop |
| 42 | |
| 43 | |
| 44 | nameOverride: "adm-ctrl-xapp" |
| 45 | fullnameOverride: "adm-ctrl-xapp" |
| 46 | |
| 47 | service: |
| 48 | type: ClusterIP |
| 49 | xapp_port: 4560 |
| 50 | rmr_port : 4561 |
| 51 | |
| 52 | |
| 53 | ingress: |
| 54 | enabled: false |
| 55 | annotations: {} |
| 56 | # kubernetes.io/ingress.class: nginx |
| 57 | # kubernetes.io/tls-acme: "true" |
| 58 | paths: [] |
| 59 | hosts: |
| 60 | - chart-example.local |
| 61 | tls: [] |
| 62 | # - secretName: chart-example-tls |
| 63 | # hosts: |
| 64 | # - chart-example.local |
| 65 | |
| 66 | resources: {} |
| 67 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 68 | # choice for the user. This also increases chances charts run on environments with little |
| 69 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 70 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 71 | # limits: |
| 72 | # cpu: 100m |
| 73 | # memory: 128Mi |
| 74 | # requests: |
| 75 | # cpu: 100m |
| 76 | # memory: 128Mi |
| 77 | |
| 78 | nodeSelector: {} |
| 79 | |
| 80 | tolerations: [] |
| 81 | |
| 82 | affinity: {} |