summaryrefslogtreecommitdiffstats
path: root/samples/services/snort_ids/yaml/manifest.template
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-04-07 00:00:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-07 00:00:30 +0000
commit91ad68f2e0ff82f4c29cfc15b98cb39861491b8c (patch)
treeb795b0cd9f6d3b056b9e789f27b151351e6eabd8 /samples/services/snort_ids/yaml/manifest.template
parentee1188b6c1f1e6d7f36c32e54dc6d8f62bba3ba6 (diff)
parent32052f291e4dc5f31aef68a9ae3ac4eeca0ef614 (diff)
Merge "Aligned snort-ids default config for SDC scenario" into stable/fraser
Diffstat (limited to 'samples/services/snort_ids/yaml/manifest.template')
-rw-r--r--samples/services/snort_ids/yaml/manifest.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/services/snort_ids/yaml/manifest.template b/samples/services/snort_ids/yaml/manifest.template
index 178765b..25dbefa 100644
--- a/samples/services/snort_ids/yaml/manifest.template
+++ b/samples/services/snort_ids/yaml/manifest.template
@@ -18,6 +18,7 @@ spec:
- containerPort: {{ grpc_port }}
- containerPort: {{ redis_port }}
- containerPort: {{ http_port }}
+ - containerPort: {{ pac_port }}
---
apiVersion: v1
kind: Service
@@ -33,6 +34,8 @@ spec:
name: redis
- port: {{ http_port }}
name: http
+ - port: {{ pac_port }}
+ name: proxy-access-control
selector:
app: {{ deploy_name }}
---