From 2cadccc73da4d9d2787ec5f9cc32867ebba8be32 Mon Sep 17 00:00:00 2001
From: Edyta Krukowska <edyta.krukowska@nokia.com>
Date: Tue, 13 Apr 2021 14:41:39 +0200
Subject: Add helm chart with installing instruction

Issue-ID: INT-1869
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I6bfb635e12c599d164e72bdb124ead0e59c0afc7
---
 helm/pm-https-server/values.yaml | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 helm/pm-https-server/values.yaml

(limited to 'helm/pm-https-server/values.yaml')

diff --git a/helm/pm-https-server/values.yaml b/helm/pm-https-server/values.yaml
new file mode 100644
index 0000000..5301bba
--- /dev/null
+++ b/helm/pm-https-server/values.yaml
@@ -0,0 +1,40 @@
+# Default values for myhttpsserver.
+# This is a YAML-formatted file.
+# Declare variables to be passed into your templates.
+
+image:
+  repository:  onap/org.onap.integration.nfsimulator.pmhttpsserver
+  pullPolicy: IfNotPresent
+  # Overrides the image tag whose default is the chart appVersion.
+  tag: ""
+
+imagePullSecrets: []
+nameOverride: ""
+fullnameOverride: ""
+
+podAnnotations: {}
+
+
+service:
+  type: NodePort
+  port: 80
+
+
+resources: {}
+  # We usually recommend not to specify default resources and to leave this as a conscious
+  # choice for the user. This also increases chances charts run on environments with little
+  # resources, such as Minikube. If you do want to specify resources, uncomment the following
+  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
+  # limits:
+  #   cpu: 100m
+  #   memory: 128Mi
+  # requests:
+  #   cpu: 100m
+  #   memory: 128Mi
+
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
-- 
cgit