32 lines
797 B
YAML
32 lines
797 B
YAML
---
|
|
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: {}
|