chore(garm): ⬆️ bump garm to v0.1.7-forgejo-14, add sizing policy env vars
This commit is contained in:
parent
a2c635ae6e
commit
50c62b2ce0
2 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ credentials:
|
|||
|
||||
image:
|
||||
repository: {{{ .Env.CLIENT_REPO_DOMAIN }}}/devfw-cicd/garm-forgejo
|
||||
tag: v0.1.7-forgejo-13
|
||||
tag: v0.1.7-forgejo-14
|
||||
|
||||
providerConfig:
|
||||
edgeConnect:
|
||||
|
|
|
|||
|
|
@ -63,6 +63,10 @@ spec:
|
|||
value: "12h"
|
||||
- name: RECEIVER_ALLOWED_ORG
|
||||
value: "DevFW"
|
||||
- name: RECEIVER_CPU_SIZING_MODE
|
||||
value: "observe"
|
||||
- name: RECEIVER_MEMORY_QOS
|
||||
value: "guaranteed"
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue