feat: remove valkey
This commit is contained in:
parent
498ad643ff
commit
12fdbba5d9
2 changed files with 0 additions and 45 deletions
|
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: valkey
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-fuku
|
||||
server: https://kubernetes.default.svc
|
||||
project: fuku
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
sources:
|
||||
- chart: valkey-cluster
|
||||
repoURL: registry-1.docker.io/bitnamicharts
|
||||
targetRevision: 2.0.*
|
||||
helm:
|
||||
valuesObject:
|
||||
existingSecret: secrets-valkey
|
||||
existingSecretPasswordKey: REDIS_PASSWORD
|
||||
service:
|
||||
type: LoadBalancer
|
||||
persistence:
|
||||
storageClass: truenas-nfs-csi
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
size: 50Gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue