Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b9be895b8 | |||
| ad2ffb39c3 | |||
| 49effccc3a | |||
| c6995dfef4 | |||
| 2b9fb81338 | |||
| fd66e91eeb | |||
| 5b9ddc0a4e | |||
| 212f1d6e23 | |||
| b44538242c | |||
| 7c8380af0f | |||
| 9bac1c6e4a | |||
| feced4994a |
@@ -10,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
repo: https://charts.goauthentik.io
|
repo: https://charts.goauthentik.io
|
||||||
version: 2025.10.1
|
version: 2025.12.4
|
||||||
releaseName: authentik
|
releaseName: authentik
|
||||||
namespace: authentik
|
namespace: authentik
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
global:
|
global:
|
||||||
#image:
|
image:
|
||||||
# tag: "2025.10.1"
|
tag: "2025.12.4"
|
||||||
nodeSelector:
|
|
||||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
|
||||||
|
|
||||||
authentik:
|
authentik:
|
||||||
error_reporting:
|
error_reporting:
|
||||||
@@ -15,14 +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:
|
||||||
|
# exec:
|
||||||
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
||||||
|
# initialDelaySeconds: 5
|
||||||
|
# periodSeconds: 10
|
||||||
|
# failureThreshold: 3
|
||||||
|
# timeoutSeconds: 3
|
||||||
|
# readinessProbe:
|
||||||
|
# exec:
|
||||||
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
||||||
|
# initialDelaySeconds: 5
|
||||||
|
# periodSeconds: 10
|
||||||
|
# failureThreshold: 3
|
||||||
|
# timeoutSeconds: 3
|
||||||
|
# startupProbe:
|
||||||
|
# exec:
|
||||||
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
||||||
|
# initialDelaySeconds: 30
|
||||||
|
# periodSeconds: 10
|
||||||
|
# failureThreshold: 60
|
||||||
|
# timeoutSeconds: 3
|
||||||
server:
|
server:
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user