Compare commits

...

1 commit

Author SHA1 Message Date
5ad6f392eb
add cicd exclude to resource limits
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-22 23:04:07 -04:00
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,7 @@
harbor: harbor:
externalURL: https://registry.gwg313.xyz externalURL: https://registry.gwg313.xyz
updateStrategy:
type: Recreate
nginx: nginx:
replicas: 0 replicas: 0
@ -21,8 +23,6 @@ harbor:
memory: 128Mi memory: 128Mi
core: core:
updateStrategy:
type: Recreate
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
@ -32,8 +32,6 @@ harbor:
memory: 512Mi memory: 512Mi
jobservice: jobservice:
updateStrategy:
type: Recreate
resources: resources:
requests: requests:
cpu: 100m cpu: 100m

View file

@ -36,6 +36,7 @@ spec:
- monitoring - monitoring
- tekton-pipelines-resolvers - tekton-pipelines-resolvers
- tekton-pipelines - tekton-pipelines
- cicd
validate: validate:
message: "Resource discipline violation: Containers must declare cpu/memory requests and limits." message: "Resource discipline violation: Containers must declare cpu/memory requests and limits."
pattern: pattern: