diff options
author | JingLu5 <lvjing5@huawei.com> | 2018-10-30 14:51:09 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2018-10-30 14:51:09 +0800 |
commit | c3f2fcbff7bb3edbb24b7150e7676bae6936a106 (patch) | |
tree | ac5277bc6214170a5d2b3de876c3d1c7decc37f7 /samples | |
parent | 257e0d846ade5b1051c3734ad6a2d5bea4ce4ca7 (diff) |
Update modsecurity image docker registry
The clover-ns-modsecurity-crs docker image is now built by Jenkins and uploaded
to the OPNFV docker hub.
This patch updates the modsecurity deployment kubernetes manifest to pull image from OPNFV docker hub.
Change-Id: I7e8afd27f726600de9247fc98fe3f5d491000f1c
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/scenarios/modsecurity_all_in_one.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/scenarios/modsecurity_all_in_one.yaml b/samples/scenarios/modsecurity_all_in_one.yaml index aa92b13..84f3fe0 100644 --- a/samples/scenarios/modsecurity_all_in_one.yaml +++ b/samples/scenarios/modsecurity_all_in_one.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: modsecurity-crs - image: clover/clover-ns-modsecurity-crs + image: opnfv/clover-ns-modsecurity-crs ports: - containerPort: 80 env: |