diff options
author | Stephen Wong <stephen.kf.wong@gmail.com> | 2018-09-19 20:52:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-19 20:52:46 +0000 |
commit | e8eaf48f2a1230658e38eb8d609bdcd31b3661fd (patch) | |
tree | 7e2f35c48cfbcb5d082a3374fc6fc9880f0b375d /samples/services/modsecurity/yaml/modsecurity-service.yaml | |
parent | edc329733d16a2df409ddfc34f1fae52e875ffd6 (diff) | |
parent | 0ade6b1a529828c72d68ae2c42d17a33dd61586e (diff) |
Merge "Add ModSecurity config guide"
Diffstat (limited to 'samples/services/modsecurity/yaml/modsecurity-service.yaml')
-rw-r--r-- | samples/services/modsecurity/yaml/modsecurity-service.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/services/modsecurity/yaml/modsecurity-service.yaml b/samples/services/modsecurity/yaml/modsecurity-service.yaml index 8548dca..7432630 100644 --- a/samples/services/modsecurity/yaml/modsecurity-service.yaml +++ b/samples/services/modsecurity/yaml/modsecurity-service.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Service
metadata:
name: modsecurity-crs
+ namespace: clover-gateway
spec:
type: NodePort
ports:
|