Add redis, add authentik
This commit is contained in:
parent
531d62ea67
commit
d05cdcfaa2
3 changed files with 33 additions and 4 deletions
|
@ -18,6 +18,9 @@ spec:
|
|||
- name: postgresql
|
||||
path: applications/30-databases/postgresql
|
||||
wave: 2
|
||||
- name: redis
|
||||
path: applications/30-databases/redis
|
||||
wave: 2
|
||||
template:
|
||||
metadata:
|
||||
name: '{{.name}}'
|
||||
|
|
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
|
|
@ -24,10 +24,10 @@ spec:
|
|||
namespace: database
|
||||
wave: 2
|
||||
|
||||
#- name: authentik-deploy
|
||||
# path: applications/40-authentik
|
||||
# namespace: home-server
|
||||
# wave: 3
|
||||
- name: authentik-deploy
|
||||
path: applications/40-authentik
|
||||
namespace: home-server
|
||||
wave: 3
|
||||
|
||||
template:
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue