forked from catalin/fukuops
feat: add redis
This commit is contained in:
parent
12fdbba5d9
commit
527b954c63
4 changed files with 56 additions and 109 deletions
32
k8s/argo-apps/redis.yaml
Normal file
32
k8s/argo-apps/redis.yaml
Normal 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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue