mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 23:21:02 +00:00
add cicd exclude to resource limits
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
3cd820c135
commit
d3da92bbb8
5 changed files with 8 additions and 9 deletions
|
|
@ -1,5 +1,7 @@
|
|||
harbor:
|
||||
externalURL: https://registry.gwg313.xyz
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
|
||||
nginx:
|
||||
replicas: 0
|
||||
|
|
@ -21,8 +23,6 @@ harbor:
|
|||
memory: 128Mi
|
||||
|
||||
core:
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
@ -32,8 +32,6 @@ harbor:
|
|||
memory: 512Mi
|
||||
|
||||
jobservice:
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ kind: Kustomization
|
|||
resources:
|
||||
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
||||
- https://storage.googleapis.com/tekton-releases/dashboard/latest/release.yaml
|
||||
- https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/stable/release.k8s.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue