Add ingress controler support to AAI 01/99001/1
authorLucjan Bryndza <l.bryndza@samsung.com>
Mon, 2 Dec 2019 10:39:26 +0000 (11:39 +0100)
committerLucjan Bryndza <l.bryndza@samsung.com>
Mon, 2 Dec 2019 10:40:34 +0000 (11:40 +0100)
Issue-ID: OOM-2171
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I9afdae36aa9afd1f80f88b5bb3a15935f9335a93

components/aai-babel/templates/ingress.yaml [new file with mode: 0644]
components/aai-babel/values.yaml
components/aai-modelloader/templates/ingress.yaml [new file with mode: 0644]
components/aai-modelloader/values.yaml
components/aai-sparky-be/templates/ingress.yaml [new file with mode: 0644]
components/aai-sparky-be/values.yaml
templates/ingress.yaml [new file with mode: 0644]
values.yaml

diff --git a/components/aai-babel/templates/ingress.yaml b/components/aai-babel/templates/ingress.yaml
new file mode 100644 (file)
index 0000000..8f87c68
--- /dev/null
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
index e0bf6a6..f294938 100644 (file)
@@ -62,6 +62,12 @@ service:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: "aaibabel"
+      name: "aai-babel"
+      port: 9516
+  config:
+    ssl: "none"
 
 resources:
   small:
diff --git a/components/aai-modelloader/templates/ingress.yaml b/components/aai-modelloader/templates/ingress.yaml
new file mode 100644 (file)
index 0000000..8f87c68
--- /dev/null
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
index 9ce9ab2..e1c36dc 100644 (file)
@@ -60,7 +60,12 @@ service:
 
 ingress:
   enabled: false
-
+  service:
+    - baseaddr: "aaimodelloader"
+      name: "aai-modelloader"
+      port: 8443
+  config:
+    ssl: "redirect"
 
 resources:
   small:
diff --git a/components/aai-sparky-be/templates/ingress.yaml b/components/aai-sparky-be/templates/ingress.yaml
new file mode 100644 (file)
index 0000000..8f87c68
--- /dev/null
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
index 7aeb198..1328121 100644 (file)
@@ -90,6 +90,12 @@ service:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: "aaisparkybe"
+      name: "aai-sparky-be"
+      port: 8000
+  config:
+    ssl: "none"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
diff --git a/templates/ingress.yaml b/templates/ingress.yaml
new file mode 100644 (file)
index 0000000..8f87c68
--- /dev/null
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
index 55f9319..a61ccce 100644 (file)
@@ -357,6 +357,12 @@ service:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: "aai"
+      name: "aai"
+      port: 8443
+  config:
+    ssl: "redirect"
 
 resources:
   small: