20 lines
453 B
YAML
20 lines
453 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: redis4masto
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: mastodon
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: redis
|
|
repoURL: https://charts.pascaliske.dev
|
|
targetRevision: 2.1.0
|
|
helm:
|
|
valuesObject:
|
|
persistentVolumeClaim:
|
|
storageClassName: longhorn-fast
|
|
securityContext:
|
|
fsGroup: 999
|