mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
15 lines
283 B
YAML
15 lines
283 B
YAML
flux-operator:
|
|
fullnameOverride: flux-operator
|
|
tolerations:
|
|
- key: node.kubernetes.io/not-ready
|
|
operator: Exists
|
|
effect: NoSchedule
|
|
hostNetwork: true
|
|
resources:
|
|
limits:
|
|
cpu: 100m
|
|
memory: 350Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 350Mi
|