refactor(mareshq-sso): set resource limits to Zitadel, initJob and setupJob
This commit is contained in:
parent
cdc0c878aa
commit
4a8ac84af3
1 changed files with 22 additions and 0 deletions
|
|
@ -50,15 +50,37 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "14"
|
argocd.argoproj.io/sync-wave: "14"
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
requests:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
|
||||||
setupJob:
|
setupJob:
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "15"
|
argocd.argoproj.io/sync-wave: "15"
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
requests:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
|
||||||
# Deployment annotations
|
# Deployment annotations
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "20"
|
argocd.argoproj.io/sync-wave: "20"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 1000m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 1000m
|
||||||
|
memory: 1Gi
|
||||||
|
|
||||||
configMap:
|
configMap:
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "0"
|
argocd.argoproj.io/sync-wave: "0"
|
||||||
|
|
|
||||||
Reference in a new issue