Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
5cb3d09847 Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 14s
Generated by CI/CD workflow on 2026-03-11 16:37:17

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-11 16:37:17 +00:00

View File

@@ -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: