github.com/argoproj-labs/argocd-operator@v0.10.0/tests/ha/1-020_validate_redis_ha_nonha/03-update-ha-resources.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5    labels:
     6      example: basic
     7  spec:
     8    ha:
     9      enabled: true
    10      resources:
    11        limits:
    12          cpu: 500m
    13          memory: 256Mi
    14        requests:
    15          cpu: 200m
    16          memory: 128Mi
    17