diff --git a/deployment.yaml b/deployment.yaml index 30b9eab..8c9b104 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -18,7 +18,13 @@ items: maxSurge: 1 maxUnavailable: 0 type: RollingUpdate + selector: + matchLabels: + container: nginx template: + metadata: + labels: + container: nginx spec: containers: - image: registry.dev.wmk8s.com/pcdummy/renejochumsat:latest