From 33315d4d2a29bc9ddb95ac9c74f205c4d4069122 Mon Sep 17 00:00:00 2001 From: Lucjan Bryndza Date: Wed, 27 Nov 2019 14:07:58 +0100 Subject: Add ingress controler support to CDS Issue-ID: OOM-2174 Signed-off-by: Lucjan Bryndza Change-Id: Ib6c159d54ca65577934f70de137bfc13336992ec --- kubernetes/cds/charts/cds-ui/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 kubernetes/cds/charts/cds-ui/templates/ingress.yaml (limited to 'kubernetes/cds/charts/cds-ui/templates') diff --git a/kubernetes/cds/charts/cds-ui/templates/ingress.yaml b/kubernetes/cds/charts/cds-ui/templates/ingress.yaml new file mode 100644 index 0000000000..8f87c68f1e --- /dev/null +++ b/kubernetes/cds/charts/cds-ui/templates/ingress.yaml @@ -0,0 +1 @@ +{{ include "common.ingress" . }} -- cgit 1.2.3-korg