Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Aug 7, 2024
1 parent acc4a7d commit 7b71441
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions clusters/kubenuc/apps/harbor/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,34 @@ spec:
persistentVolumeClaim:
redis:
storageClass: longhorn
postRenderers:
- kustomize:
patches:
- patch: |
- op: replace
path: /spec/strategy/rollingUpdate/maxSurge
value: 1
target:
kind: Deployment
name: harbor-core
- patch: |
- op: replace
path: /spec/strategy/rollingUpdate/maxUnavailable
value: 1
target:
kind: Deployment
name: harbor-core
- patch: |
- op: replace
path: /spec/strategy/rollingUpdate/maxSurge
value: 1
target:
kind: Deployment
name: harbor-portal
- patch: |
- op: replace
path: /spec/strategy/rollingUpdate/maxUnavailable
value: 1
target:
kind: Deployment
name: harbor-portal

0 comments on commit 7b71441

Please sign in to comment.