authentik: raise workers to 3

This commit is contained in:
2026-02-24 22:34:06 -05:00
parent 42fd1e5a92
commit 3b38a2c3a9

View File

@@ -1,6 +1,6 @@
authentik: authentik:
server: server:
replicas: 1 replicas: 3
volumeMounts: volumeMounts:
- name: cert-dubyatp-xyz - name: cert-dubyatp-xyz
readOnly: true readOnly: true
@@ -45,7 +45,7 @@ authentik:
path: "{{ .Values.authentik.web.path }}-/health/live/" path: "{{ .Values.authentik.web.path }}-/health/live/"
port: http port: http
worker: worker:
replicas: 1 replicas: 3
volumeMounts: volumeMounts:
- name: cert-dubyatp-xyz - name: cert-dubyatp-xyz
readOnly: true readOnly: true