aboutsummaryrefslogtreecommitdiffstats
path: root/helm/ves-client/values.yaml
blob: c5a83916118f4d0b65b85533aed22328ce17044f (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: ves-client-mongodb
  useCertForAuth: true
  containerPort: 5000

storeMap:
  directory: "/app/store"

podAnnotations: {}

podSecurityContext: {}

securityContext: {}

service:
  type: NodePort
  port: 5000

resources: {}

nodeSelector: {}

tolerations: []

affinity: {}

mongo-express:
  fullnameOverride: "ves-client-mongo-express"
  mongodbServer: ves-client-mongodb
  nameOverride: mongo-express
  mongodbAdminPassword: zXcVbN123!

mongodb:
  fullnameOverride: "ves-client-mongodb"
  persistence:
    enabled: false
  auth:
    rootPassword: zXcVbN123!
    database: pnf_simulator
    username: root