Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
d07063d0a2 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 32s
Generated by CI/CD workflow on 2025-12-23 01:20:45

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-12-23 01:20:45 +00:00

View File

@@ -49,14 +49,14 @@ spec:
cpu: "1000m" cpu: "1000m"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /dav
port: 8081 port: 8081
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /dav
port: 8081 port: 8081
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5