auithentik service - do i need it after all?
This commit is contained in:
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
|
Reference in New Issue
Block a user