From 426a82c6e56c6d5048dd9e906f3be910cc51825c Mon Sep 17 00:00:00 2001 From: Lucjan Bryndza Date: Wed, 14 Aug 2019 09:14:12 +0200 Subject: Add ingress configuration for so-monitoring Add ingress configuration file for so-monitoring component. Ingress configuration can be changed in onap-all.yaml Signed-off-by: Lucjan Bryndza Change-Id: I122e52fc1ed9db78bb0249715e8cd25a9d6318a3 Issue-ID: OOM-1508 --- kubernetes/so/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 kubernetes/so/templates/ingress.yaml (limited to 'kubernetes/so/templates') diff --git a/kubernetes/so/templates/ingress.yaml b/kubernetes/so/templates/ingress.yaml new file mode 100644 index 0000000000..8f87c68f1e --- /dev/null +++ b/kubernetes/so/templates/ingress.yaml @@ -0,0 +1 @@ +{{ include "common.ingress" . }} -- cgit 1.2.3-korg