diff --git a/argocd-patches/redis-patch.yaml b/argocd-patches/redis-patch.yaml new file mode 100644 index 0000000..bd28817 --- /dev/null +++ b/argocd-patches/redis-patch.yaml @@ -0,0 +1,20 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: argocd-redis + namespace: argocd +spec: + template: + spec: + nodeSelector: + kubernetes.io/os: linux + kubernetes.io/hostname: chemavx-k8 + containers: + - name: redis + resources: + requests: + memory: "64Mi" + cpu: "50m" + limits: + memory: "128Mi" + cpu: "200m"