aboutsummaryrefslogtreecommitdiffstats
path: root/kud/demo/firewall/templates/unprotected-private-net.yaml
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2019-05-24 14:03:41 -0700
committerRitu Sood <ritu.sood@intel.com>2019-05-24 14:14:14 -0700
commit4ad464793de8b2dbef513c3962a709fd42848458 (patch)
treef68fbe01569b40a64c2f453655cac7c8fa5b676c /kud/demo/firewall/templates/unprotected-private-net.yaml
parent574eb961e8651ba4e4f0f92d7984a2716e5e64f7 (diff)
Update vFW Helm chart
Fixed sink containers to use the right containers and also fixed IP addresses. Some cleanup Change-Id: Id7ed7fe48c9e37f5d3c52c02c0585af7511c5efe Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-653
Diffstat (limited to 'kud/demo/firewall/templates/unprotected-private-net.yaml')
-rw-r--r--kud/demo/firewall/templates/unprotected-private-net.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kud/demo/firewall/templates/unprotected-private-net.yaml b/kud/demo/firewall/templates/unprotected-private-net.yaml
index 8f45eded..2c192598 100644
--- a/kud/demo/firewall/templates/unprotected-private-net.yaml
+++ b/kud/demo/firewall/templates/unprotected-private-net.yaml
@@ -5,5 +5,5 @@ metadata:
spec:
cnitype : ovn4nfvk8s
name: {{ .Values.global.unprotectedNetworkName }}
- subnet: {{ .Values.global.protectedNetCidr }}
- gateway: 192.168.10.1/24
+ subnet: {{ .Values.global.protectedPrivateNetCidr }}
+ gateway: {{ .Values.global.protectedPrivateNetGw }}