Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
d38b9f5d95 Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 12s
Generated by CI/CD workflow on 2026-03-11 15:36:01

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

View File

@@ -23,27 +23,6 @@ worker:
volumeMounts:
- name: dshm
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:
envFrom:
- secretRef:
@@ -74,5 +53,5 @@ server:
hosts:
- '*.hexor.cy'
redis:
enabled: false
enabled: true