apps/argocd/resources/dragonfly.yml

21 lines
394 B
YAML
Raw Permalink Normal View History

2024-04-26 07:19:52 +00:00
---
apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: argo-cd-cache
labels:
app.kubernetes.io/name: argo-cd-cache
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/part-of: argo-cd
spec:
replicas: 2
nodeSelector:
kubernetes.io/arch: arm64
2024-04-26 07:19:52 +00:00
resources:
requests:
2024-05-09 13:24:48 +00:00
cpu: 50m
memory: 50Mi
2024-04-26 07:19:52 +00:00
limits:
cpu: 100m
2024-05-09 13:24:48 +00:00
memory: 350Mi