chore: Update manifests after change

This commit is contained in:
2026-04-07 15:17:53 +00:00
parent 730a2daf9e
commit 2a93e737d5
797 changed files with 30 additions and 117246 deletions

View File

@@ -1,28 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: authentik-server
namespace: "authentik"
labels:
helm.sh/chart: "authentik-2026.2.1"
app.kubernetes.io/name: "authentik"
app.kubernetes.io/instance: "authentik"
app.kubernetes.io/component: "server"
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/part-of: "authentik"
app.kubernetes.io/version: "2026.2.1"
spec:
type: ClusterIP
ports:
- name: http
protocol: TCP
port: 80
targetPort: 9000
- name: https
protocol: TCP
port: 443
targetPort: 9443
selector:
app.kubernetes.io/name: "authentik"
app.kubernetes.io/instance: "authentik"
app.kubernetes.io/component: "server"