aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/charts/uui-server/templates/ingress.yaml
diff options
context:
space:
mode:
authorLucjan Bryndza <l.bryndza@samsung.com>2019-11-26 14:17:42 +0100
committerLucjan Bryndza <l.bryndza@samsung.com>2019-11-27 09:13:16 +0100
commit3c2fb1f0e7d9a495d2c27e0e03b0781025b79489 (patch)
tree9cd720d52b182a960e739ad065d5483a5eec24df /kubernetes/uui/charts/uui-server/templates/ingress.yaml
parent41a8c1ebd178fd7420a8127a4c8156ef50a0b3a1 (diff)
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 <l.bryndza@samsung.com>
Diffstat (limited to 'kubernetes/uui/charts/uui-server/templates/ingress.yaml')
-rw-r--r--kubernetes/uui/charts/uui-server/templates/ingress.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/uui/charts/uui-server/templates/ingress.yaml b/kubernetes/uui/charts/uui-server/templates/ingress.yaml
new file mode 100644
index 0000000000..8f87c68f1e
--- /dev/null
+++ b/kubernetes/uui/charts/uui-server/templates/ingress.yaml
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}