aboutsummaryrefslogtreecommitdiffstats
path: root/helm/ves-client/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/ves-client/values.yaml')
-rw-r--r--helm/ves-client/values.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/helm/ves-client/values.yaml b/helm/ves-client/values.yaml
new file mode 100644
index 0000000..c5a8391
--- /dev/null
+++ b/helm/ves-client/values.yaml
@@ -0,0 +1,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