From 3c2fb1f0e7d9a495d2c27e0e03b0781025b79489 Mon Sep 17 00:00:00 2001 From: Lucjan Bryndza Date: Tue, 26 Nov 2019 14:17:42 +0100 Subject: Add ingress controler support to UUI Add ingress controler support to UUI using ingress common template Issue-ID: OOM-2190 Change-Id: I02a94788ace71c27464a2606aa3ecf2b11b1b1da Signed-off-by: Lucjan Bryndza --- kubernetes/uui/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 kubernetes/uui/templates/ingress.yaml (limited to 'kubernetes/uui/templates') diff --git a/kubernetes/uui/templates/ingress.yaml b/kubernetes/uui/templates/ingress.yaml new file mode 100644 index 0000000000..8f87c68f1e --- /dev/null +++ b/kubernetes/uui/templates/ingress.yaml @@ -0,0 +1 @@ +{{ include "common.ingress" . }} -- cgit 1.2.3-korg