Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 9107c36265 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 21s
Generated by CI/CD workflow on 2026-03-11 15:14:26

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-11 15:14:26 +00:00
3 changed files with 5 additions and 24 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ spec:
prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true
+1 -1
View File
@@ -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: 2026.2.0
releaseName: authentik releaseName: authentik
namespace: authentik namespace: authentik
valuesFile: values.yaml valuesFile: values.yaml
+3 -22
View File
@@ -1,6 +1,8 @@
global: global:
#image: #image:
# tag: "2025.10.1" # tag: "2025.10.1"
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
authentik: authentik:
error_reporting: error_reporting:
@@ -21,27 +23,6 @@ worker:
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:
@@ -72,5 +53,5 @@ server:
hosts: hosts:
- '*.hexor.cy' - '*.hexor.cy'
redis: redis:
enabled: false enabled: true