Compare commits
2 Commits
e7f648cf57
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71348ad7f5 | ||
|
|
40eae4f567 |
@@ -16,4 +16,7 @@ install:
|
||||
@just add-helm-repo
|
||||
@helm upgrade --cleanup-on-fail --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
|
||||
--wait \
|
||||
-f kube-stack-config-values.yaml
|
||||
-f kube-stack-config-values.yaml
|
||||
|
||||
uninstall:
|
||||
helm uninstall kube-prometheus-stack
|
||||
1
12_Authentik/README.md
Normal file
1
12_Authentik/README.md
Normal file
@@ -0,0 +1 @@
|
||||
https://docs.goauthentik.io/install-config/install/kubernetes/#install-authentik-helm-chart
|
||||
10
12_Authentik/authentik-pgdb.yaml
Normal file
10
12_Authentik/authentik-pgdb.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: authentik-pgdb
|
||||
namespace: authentik
|
||||
spec:
|
||||
instances: 3
|
||||
|
||||
storage:
|
||||
size: 1Gi
|
||||
Reference in New Issue
Block a user