feat: add redis
Some checks failed
checks / pre-commit (push) Failing after 3s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 1s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s

This commit is contained in:
cătălin 2025-10-21 23:03:24 +02:00
commit 527b954c63
No known key found for this signature in database
4 changed files with 56 additions and 109 deletions

32
k8s/argo-apps/redis.yaml Normal file
View file

@ -0,0 +1,32 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: redis
namespace: argocd
spec:
destination:
name: ''
namespace: apps-fuku
server: https://kubernetes.default.svc
sources:
- chart: redis
repoURL: registry-1.docker.io/cloudpirates
targetRevision: "0.9.*"
helm:
valuesObject:
auth:
existingSecret: secrets-redis
existingSecretPasswordKey: redis-password
persistence:
storageClass: truenas-nfs-csi
size: 10Gi
accessMode: ReadWriteMany
service:
type: LoadBalancer
- repoURL: https://git.roboces.dev/catalin/fukuops.git
path: k8s/services/redis
targetRevision: main
project: fuku
syncPolicy:
automated: {}