Skip to content
Snippets Groups Projects
Verified Commit fb7e27af authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(goharbor): Add PDB for all freshly scaled components

parent 416383e6
No related branches found
No related tags found
No related merge requests found
apiVersion: policy/v1 apiVersion: policy/v1
kind: PodDisruptionBudget kind: PodDisruptionBudget
metadata:
name: harbor-registry-pdb
namespace: goharbor
spec:
minAvailable: 1
selector:
matchLabels:
app: harbor
component: core
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: harbor-registry-pdb
namespace: goharbor
spec:
minAvailable: 1
selector:
matchLabels:
app: harbor
component: portal
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata: metadata:
name: harbor-registry-pdb name: harbor-registry-pdb
namespace: goharbor namespace: goharbor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment