1a869f3f5d8c14c967e801568fec3367bb86128f
[ric-plt/e2mgr.git] / tools / e2adapter / values.yaml
1 # Default values for e2adapter.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6 dummyRanConnection: true
7 e2SctpPort: 36422
8 e2NodeType: 1
9 enbType: 3
10
11 imagePullPolicy: IfNotPresent
12 image:
13   name: e2adapter 
14   tag: 1.0.0
15   registry: "snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001"
16
17 nameOverride: ""
18 fullnameOverride: ""
19
20
21 resources: {}
22   # We usually recommend not to specify default resources and to leave this as a conscious
23   # choice for the user. This also increases chances charts run on environments with little
24   # resources, such as Minikube. If you do want to specify resources, uncomment the following
25   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
26   # limits:
27   #  cpu: 100m
28   #  memory: 128Mi
29   # requests:
30   #  cpu: 100m
31   #  memory: 128Mi
32
33 nodeSelector: {}
34
35 tolerations: []
36
37 affinity: {}