- Align memory limits with memory requests for guaranteed QoS class - argocd: controller, server, repoServer, redis - traefik: main container - cert-manager: main, webhook, cainjector - argocd-image-updater: main container
26 lines
531 B
YAML
26 lines
531 B
YAML
# ArgoCD Image Updater Helm Values
|
|
|
|
# Configuration for Zot private registry
|
|
config:
|
|
logLevel: debug
|
|
registries:
|
|
- name: zot
|
|
prefix: zot0213.kro.kr
|
|
api_url: https://zot0213.kro.kr
|
|
credentials: pullsecret:argocd/zot-registry-credentials
|
|
insecure: false
|
|
|
|
# Resource limits
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
limits:
|
|
memory: 64Mi
|
|
|
|
# Tolerations for control-plane node
|
|
tolerations:
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
operator: "Exists"
|
|
effect: "NoSchedule"
|