diff --git a/base/rollout.yaml b/base/rollout.yaml index c051892..bdada33 100644 --- a/base/rollout.yaml +++ b/base/rollout.yaml @@ -29,7 +29,7 @@ spec: spec: containers: - name: rollouts-demo - image: harbor.inje-private.com/open/nginx:a + image: harbor.icurfer.com/open/nginx:a ports: - name: http containerPort: 80 \ No newline at end of file diff --git a/overlays/dev/image-patch.yaml b/overlays/dev/image-patch.yaml index aed7833..2c85e4f 100644 --- a/overlays/dev/image-patch.yaml +++ b/overlays/dev/image-patch.yaml @@ -7,4 +7,8 @@ spec: spec: containers: - name: rollouts-demo - image: harbor.icurfer.com/open/nginx:a \ No newline at end of file + image: harbor.icurfer.com/open/nginx:a + ports: + - containerPort: 80 + name: http + protocol: TCP