Fix authentik
This commit is contained in:
@@ -10,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
repo: https://charts.goauthentik.io
|
repo: https://charts.goauthentik.io
|
||||||
version: 2025.12.4
|
version: 2025.12.0
|
||||||
releaseName: authentik
|
releaseName: authentik
|
||||||
namespace: authentik
|
namespace: authentik
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
tag: "2025.12.4"
|
tag: "2025.12.0"
|
||||||
|
|
||||||
authentik:
|
authentik:
|
||||||
error_reporting:
|
error_reporting:
|
||||||
@@ -13,35 +13,35 @@ worker:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: authentik-creds
|
name: authentik-creds
|
||||||
volumes:
|
# volumes:
|
||||||
- name: dshm
|
# - name: dshm
|
||||||
emptyDir:
|
# emptyDir:
|
||||||
medium: Memory
|
# medium: Memory
|
||||||
sizeLimit: 512Mi
|
# sizeLimit: 512Mi
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: dshm
|
# - name: dshm
|
||||||
mountPath: /dev/shm
|
# mountPath: /dev/shm
|
||||||
livenessProbe:
|
# livenessProbe:
|
||||||
exec:
|
# exec:
|
||||||
command: ["/bin/sh", "-c", "kill -0 1"]
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
||||||
initialDelaySeconds: 5
|
# initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
# periodSeconds: 10
|
||||||
failureThreshold: 3
|
# failureThreshold: 3
|
||||||
timeoutSeconds: 3
|
# timeoutSeconds: 3
|
||||||
readinessProbe:
|
# readinessProbe:
|
||||||
exec:
|
# exec:
|
||||||
command: ["/bin/sh", "-c", "kill -0 1"]
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
||||||
initialDelaySeconds: 5
|
# initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
# periodSeconds: 10
|
||||||
failureThreshold: 3
|
# failureThreshold: 3
|
||||||
timeoutSeconds: 3
|
# timeoutSeconds: 3
|
||||||
startupProbe:
|
# startupProbe:
|
||||||
exec:
|
# exec:
|
||||||
command: ["/bin/sh", "-c", "kill -0 1"]
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
||||||
initialDelaySeconds: 30
|
# initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
# periodSeconds: 10
|
||||||
failureThreshold: 60
|
# failureThreshold: 60
|
||||||
timeoutSeconds: 3
|
# timeoutSeconds: 3
|
||||||
server:
|
server:
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user