feat: deploy authentik

This commit is contained in:
2024-11-09 13:06:04 -05:00
parent 43c07457b4
commit 9b80f7ad40
5 changed files with 99 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-authentik
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/controllers/authentik
dependsOn:
- name: infra-1password-config
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true

View File

@@ -7,8 +7,6 @@ metadata:
spec:
interval: 1h0m0s
path: ./infra/controllers/longhorn
dependsOn:
- name: infra-metallb-config
prune: true
retryInterval: 1m0s
sourceRef:

View File

@@ -38,3 +38,8 @@ apiVersion: v1
kind: Namespace
metadata:
name: reflector-system
---
apiVersion: v1
kind: Namespace
metadata:
name: authentik-system