Add redis, add authentik
This commit is contained in:
parent
531d62ea67
commit
d05cdcfaa2
3 changed files with 33 additions and 4 deletions
26
applications/30-databases/redis/redis.yaml
Normal file
26
applications/30-databases/redis/redis.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: redis
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://charts.bitnami.com/bitnami
|
||||
chart: redis
|
||||
targetRevision: 19.5.5
|
||||
helm:
|
||||
releaseName: redis
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: redis-values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: database
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
Add table
Add a link
Reference in a new issue