blob: 7ad63d3f8f8e67f375e02e2f7b72dc920267d907 (
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
|
# Default values for ves-client.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: onap/org.onap.integration.nfsimulator.vesclient
pullPolicy: IfNotPresent
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: "ves-client"
config:
mongoDbServer: nf-simulator-mongodb
useCertForAuth: true
containerPort: 5000
storeMap:
directory: "/app/store"
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
service:
type: NodePort
port: 5000
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
mongo-express:
fullnameOverride: "nf-simulator-mongo-express"
mongodbServer: nf-simulator-mongodb
nameOverride: mongo-express
mongodbAdminPassword: zXcVbN123!
mongodb:
fullnameOverride: "nf-simulator-mongodb"
persistence:
enabled: false
auth:
rootPassword: zXcVbN123!
database: pnf_simulator
username: root
|