auithentik service - do i need it after all?
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: authentik
|
||||
11
infrastructure/05-authentik/base/authentik-service.yaml
Normal file
11
infrastructure/05-authentik/base/authentik-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: authentik
|
||||
namespace: authentik
|
||||
spec:
|
||||
selector:
|
||||
app: authentik
|
||||
ports:
|
||||
- port: 9000
|
||||
targetPort: 9000
|
||||
@@ -8,6 +8,8 @@ components:
|
||||
|
||||
resources:
|
||||
- base/authentik-secret-sealed.yaml
|
||||
- base/authentik-namespace.yaml
|
||||
- base/authentik-service.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: authentik
|
||||
|
||||
Reference in New Issue
Block a user