apps
components
infrastructure
01-metallb
02-argocd
03-traefik
04-rook-ceph
05-authentik
base
authentik-namespace.yaml
authentik-secret-sealed.yaml
authentik-service.yaml
values.yaml
patches
kustomization.yaml
06-sealed-secrets
0-argo-cd-ui-ingress.yaml
00-default-setup.sh
projects
.gitignore
kubedeploy.code-workspace
12 lines
162 B
YAML
12 lines
162 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: authentik
|
|
namespace: authentik
|
|
spec:
|
|
selector:
|
|
app: authentik
|
|
ports:
|
|
- port: 9000
|
|
targetPort: 9000
|