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

fix(goharbor): Fix PDB names

parent e7880acb
No related branches found
No related tags found
No related merge requests found
apiVersion: policy/v1 apiVersion: policy/v1
kind: PodDisruptionBudget kind: PodDisruptionBudget
metadata: metadata:
name: harbor-registry-pdb name: harbor-core-pdb
namespace: goharbor namespace: goharbor
spec: spec:
minAvailable: 1 minAvailable: 1
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
apiVersion: policy/v1 apiVersion: policy/v1
kind: PodDisruptionBudget kind: PodDisruptionBudget
metadata: metadata:
name: harbor-registry-pdb name: harbor-portal-pdb
namespace: goharbor namespace: goharbor
spec: spec:
minAvailable: 1 minAvailable: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment