aboutsummaryrefslogtreecommitdiffstats
path: root/helm/avcn-manager/values.yaml
blob: 85ccb09b33e80633cc48be1e1c5fd5242c4a6651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Default values for avcn-manager.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

image:
  repository: onap/org.onap.integration.nfsimulator.avcnmanager
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

config:
  vesEndpoint: http://ves:8080/eventListener/v7
  kafkaBootstrapServer: avcn-manager-kafka:9092
  kafkaSourceTopic: config
  kafkaAplicationId: avcn-manager
  pnfsimulatorEndpoint: http://ves-client:5000/simulator/start


imagePullSecrets: []
nameOverride: ""
fullnameOverride: "avcn-manager"

podAnnotations: {}

podSecurityContext: {}


securityContext: {}


service:
  type: NodePort
  port: 8080
  nodePort: 31090


resources: {}


nodeSelector: {}

tolerations: []

affinity: {}


zookeeper:
  fullnameOverride: "avcn-manager-zookeeper"
  auth:
    enabled: false
  allowAnonymousLogin: true
  persistence:
    enabled: false

kafka:
  fullnameOverride: "avcn-manager-kafka"
  zookeeper:
    enabled: false
    connect: "avcn-manager-zookeeper:2181"
  externalZookeeper:
    servers: "avcn-manager-zookeeper"
  persistence:
    enabled: false