auithentik service - do i need it after all?

This commit is contained in:
2024-04-06 09:22:56 +02:00
parent 9c6dd9aa58
commit 49156e2ade
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: authentik

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: authentik
namespace: authentik
spec:
selector:
app: authentik
ports:
- port: 9000
targetPort: 9000

View File

@@ -8,6 +8,8 @@ components:
resources:
- base/authentik-secret-sealed.yaml
- base/authentik-namespace.yaml
- base/authentik-service.yaml
helmCharts:
- name: authentik