blob: ccf2ee7d43c68faebf34305629f3615a9d649311 [file] [log] [blame]
xt800dc5fa07b2019-08-13 16:51:10 -04001# Default values for adm-ctrl-xapp.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
4
5replicaCount: 1
6
7image:
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
16imageCredentials:
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
24xapp:
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
44nameOverride: "adm-ctrl-xapp"
45fullnameOverride: "adm-ctrl-xapp"
46
47service:
48 type: ClusterIP
49 xapp_port: 4560
50 rmr_port : 4561
51
52
53ingress:
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
66resources: {}
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
78nodeSelector: {}
79
80tolerations: []
81
82affinity: {}