fix: harden GitOps deploy and rollback
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m22s
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m22s
This commit is contained in:
6
k8s/overlays/prod/deployment-prod-patch.yaml
Normal file
6
k8s/overlays/prod/deployment-prod-patch.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: vendaweb-api
|
||||
spec:
|
||||
replicas: 15
|
||||
@@ -8,3 +8,5 @@ resources:
|
||||
|
||||
patches:
|
||||
- path: service-patch.yaml
|
||||
- path: deployment-prod-patch.yaml
|
||||
- path: deployment-image-digest-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user