Some masto deps
This commit is contained in:
parent
36ce004f88
commit
211b6d6581
1 changed files with 18 additions and 0 deletions
18
everything-app/redis4masto.yaml
Normal file
18
everything-app/redis4masto.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: postgres-operator
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: mastodon
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
chart: redis
|
||||||
|
repoURL: https://github.com/pascaliske/helm-charts
|
||||||
|
targetRevision: 2.1.0
|
||||||
|
helm:
|
||||||
|
valuesObject:
|
||||||
|
persistentVolumeClaim:
|
||||||
|
storageClassName: longhorn-fast
|
Loading…
Add table
Reference in a new issue