Add ingress controler support to APPC 10/99010/2
authorLucjan Bryndza <l.bryndza@samsung.com>
Mon, 2 Dec 2019 11:20:10 +0000 (12:20 +0100)
committerLucjan Bryndza <l.bryndza@samsung.com>
Tue, 3 Dec 2019 08:35:16 +0000 (09:35 +0100)
Issue-ID: OOM-2173
Change-Id: I39aaba4a5b35dd82ffe9f5acc413a7dd93e451c2
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
kubernetes/appc/charts/appc-cdt/templates/ingress.yaml [new file with mode: 0644]
kubernetes/appc/charts/appc-cdt/values.yaml
kubernetes/appc/templates/ingress.yaml [new file with mode: 0644]
kubernetes/appc/values.yaml

diff --git a/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml b/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml
new file mode 100644 (file)
index 0000000..8f87c68
--- /dev/null
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
index 6c138fa..2fd2fb5 100644 (file)
@@ -60,6 +60,12 @@ service:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: appccdt
+      name: "appc-cdt"
+      port: 18080
+  config:
+    ssl: "none"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
diff --git a/kubernetes/appc/templates/ingress.yaml b/kubernetes/appc/templates/ingress.yaml
new file mode 100644 (file)
index 0000000..8f87c68
--- /dev/null
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
index 12defea..4dfb226 100644 (file)
@@ -163,6 +163,12 @@ persistence:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: appc
+      name: "appc"
+      port: 8443
+  config:
+    ssl: "redirect"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/