aboutsummaryrefslogtreecommitdiffstats
path: root/helm/netconf/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/netconf/values.yaml')
-rw-r--r--helm/netconf/values.yaml55
1 files changed, 55 insertions, 0 deletions
diff --git a/helm/netconf/values.yaml b/helm/netconf/values.yaml
new file mode 100644
index 0000000..146cd8a
--- /dev/null
+++ b/helm/netconf/values.yaml
@@ -0,0 +1,55 @@
+# 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.netconfserver
+ pullPolicy: IfNotPresent
+ # Overrides the image tag whose default is the chart appVersion.
+ tag: ""
+
+imagePullSecrets: []
+nameOverride: ""
+fullnameOverride: "netconf-server"
+
+
+podAnnotations: {}
+
+podSecurityContext: {}
+
+securityContext: {}
+
+service:
+ type: NodePort
+ port: 6555
+ nodePort: 30555
+
+resources: {}
+
+zookeeper:
+ fullnameOverride: "netconf-server-zookeeper"
+ auth:
+ enabled: false
+ allowAnonymousLogin: true
+ persistence:
+ enabled: false
+
+kafka:
+ fullnameOverride: "netconf-server-kafka"
+ zookeeper:
+ enabled: false
+ externalZookeeper:
+ servers: "netconf-server-zookeeper"
+ persistence:
+ enabled: false
+
+config:
+ kafka_hostname: "netconf-server-kafka"
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}