Update deployment.yaml

Signed-off-by: René Jochum <rene@jochum.dev>
master v1.0.17
René Jochum 4 years ago
parent a934c90ed6
commit 3fea0e55e2

@ -16,7 +16,7 @@ items:
maxUnavailable: 0
type: RollingUpdate
selector:
matchLabels:
matchLabels:t
container: nginx
template:
metadata:
@ -24,7 +24,7 @@ items:
container: nginx
spec:
containers:
- image: registry.jochum.dev/rene.jochum.dev/homepage:${CICD_GIT_TAG}
- image: registry.jochum.dev/jochum/homepage:${CICD_GIT_TAG}
imagePullPolicy: IfNotPresent
name: nginx
resources: {}

Loading…
Cancel
Save