From 6e1234913019ef0dd03f8c9d1547fbe22058af6a Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Tue, 23 Jun 2020 12:39:26 -0700 Subject: Add composite vFW demo Add demonstration files and test scripts to show the vFW use case as a composite application using network intents and ovnaction intents to deploy to multiple clusters. Issue-ID: MULTICLOUD-1095 Signed-off-by: Eric Multanen Change-Id: I74b837f9f97747f1eefffbcd105a6630a7b3a374 --- deployments/kubernetes/onap4k8s.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployments') diff --git a/deployments/kubernetes/onap4k8s.yaml b/deployments/kubernetes/onap4k8s.yaml index 1bd4ce94..c27b9042 100644 --- a/deployments/kubernetes/onap4k8s.yaml +++ b/deployments/kubernetes/onap4k8s.yaml @@ -31,6 +31,7 @@ spec: ports: - name: http port: 9015 + nodePort: 31298 protocol: TCP targetPort: 9015 @@ -102,6 +103,7 @@ spec: ports: - name: http port: 9031 + nodePort: 32737 protocol: TCP targetPort: 9031 @@ -246,6 +248,7 @@ spec: targetPort: 9053 - name: http port: 9051 + nodePort: 31181 protocol: TCP targetPort: 9051 @@ -318,6 +321,7 @@ spec: ports: - name: http port: 9061 + nodePort: 31856 protocol: TCP targetPort: 9061 -- cgit 1.2.3-korg