blob: 3a60df817eecabed3a9ee96824ec92a76974b4a9 (
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
|
# 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: nf-simulator-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: "nf-simulator-zookeeper"
auth:
enabled: false
allowAnonymousLogin: true
persistence:
enabled: false
kafka:
fullnameOverride: "nf-simulator-kafka"
zookeeper:
enabled: false
externalZookeeper:
servers: "nf-simulator-zookeeper"
persistence:
enabled: false
|