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