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

Loading…
Cancel
Save