mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 20:50:58 +00:00
Compare commits
1 commit
4be877e419
...
5ad6f392eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ad6f392eb |
2 changed files with 3 additions and 4 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
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ spec:
|
|||
- monitoring
|
||||
- tekton-pipelines-resolvers
|
||||
- tekton-pipelines
|
||||
- cicd
|
||||
validate:
|
||||
message: "Resource discipline violation: Containers must declare cpu/memory requests and limits."
|
||||
pattern:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue