Merge "Add ingress controler support to APPC"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 15 Jan 2020 15:30:30 +0000 (15:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 15 Jan 2020 15:30:30 +0000 (15:30 +0000)
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/