47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
# Source: authentik/templates/worker-deployment.yaml
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: authentik-worker
|
|
labels:
|
|
helm.sh/chart: authentik-2023.10.6
|
|
app.kubernetes.io/name: authentik
|
|
app.kubernetes.io/instance: authentik
|
|
app.kubernetes.io/version: "2023.10.6"
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/component: "worker"
|
|
spec:
|
|
strategy:
|
|
{}
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: authentik
|
|
app.kubernetes.io/instance: authentik
|
|
app.kubernetes.io/component: "worker"
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: authentik
|
|
app.kubernetes.io/instance: authentik
|
|
app.kubernetes.io/component: "worker"
|
|
app.kubernetes.io/version: "2023.10.6"
|
|
annotations:
|
|
goauthentik.io/config-checksum: 1beef732e07ae88db4d75233936272af195329398ffec096097feae528030fb0
|
|
spec:
|
|
serviceAccountName: authentik
|
|
enableServiceLinks: true
|
|
securityContext:
|
|
{}
|
|
containers:
|
|
- name: authentik
|
|
image: "ghcr.io/goauthentik/server:2023.10.6"
|
|
imagePullPolicy: "IfNotPresent"
|
|
args: ["worker"]
|
|
env:
|
|
envFrom:
|
|
- secretRef:
|
|
name: authentik
|
|
volumeMounts:
|
|
securityContext:
|
|
{}
|
|
volumes: |