From 684487d6de4e05547e1fc2a7f803cbd27ba3c32d Mon Sep 17 00:00:00 2001 From: Lucjan Bryndza Date: Mon, 2 Dec 2019 12:20:10 +0100 Subject: Add ingress controler support to APPC Issue-ID: OOM-2173 Change-Id: I39aaba4a5b35dd82ffe9f5acc413a7dd93e451c2 Signed-off-by: Lucjan Bryndza --- kubernetes/appc/charts/appc-cdt/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 kubernetes/appc/charts/appc-cdt/templates/ingress.yaml (limited to 'kubernetes/appc/charts/appc-cdt/templates') diff --git a/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml b/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml new file mode 100644 index 0000000000..8f87c68f1e --- /dev/null +++ b/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml @@ -0,0 +1 @@ +{{ include "common.ingress" . }} -- cgit 1.2.3-korg