Files
k8s-manifests/authentik/service-authentik-server.yaml
T
chemavx ff2e6cc985 feat: export all K8 Plus cluster manifests
Namespaces: argocd, authentik, backup-system, cloudflare-ddns,
gitea, homarr, monitoring, n8n, openclaw, polymarket-bot, vaultwarden
Cluster-wide: clusterissuers, namespaces
Secrets: redacted (structure only, data=REDACTED)
2026-04-10 08:57:02 +00:00

28 lines
467 B
YAML

apiVersion: v1
kind: Service
metadata:
name: authentik-server
namespace: authentik
spec:
clusterIP: 10.43.135.224
clusterIPs:
- 10.43.135.224
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: http
port: 9000
protocol: TCP
targetPort: 9000
- name: https
port: 9443
protocol: TCP
targetPort: 9443
selector:
app: authentik-server
sessionAffinity: None
type: ClusterIP