Update deployment

master
René Jochum 5 years ago
parent ccfd39d6bb
commit d82449c2da
No known key found for this signature in database
GPG Key ID: 9E8B1C32F5F318A9

@ -18,7 +18,13 @@ items:
maxSurge: 1 maxSurge: 1
maxUnavailable: 0 maxUnavailable: 0
type: RollingUpdate type: RollingUpdate
selector:
matchLabels:
container: nginx
template: template:
metadata:
labels:
container: nginx
spec: spec:
containers: containers:
- image: registry.dev.wmk8s.com/pcdummy/renejochumsat:latest - image: registry.dev.wmk8s.com/pcdummy/renejochumsat:latest

Loading…
Cancel
Save