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

feat(goharbor): Deploy namespace resource quota

parent 9632b762
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: goharbor
resources:
- ../../base/goharbor
- certificate.yaml
- poddisruptionbudget.yaml
- ../../../shared/resourcequotas/default.yaml
patchesStrategicMerge:
- goharbor-values.yaml
apiVersion: v1
kind: ResourceQuota
metadata:
name: standard
spec:
hard:
requests.cpu: "3"
requests.memory: 6Gi
limits.cpu: "6"
limits.memory: 12Gi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment