Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot ae9caf2212 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-02-16 09:32:25

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-16 09:32:25 +00:00
+4 -2
View File
@@ -32,12 +32,14 @@ spec:
cpu: 1000m
memory: 2Gi
livenessProbe:
tcpSocket:
httpGet:
path: /
port: 5000
initialDelaySeconds: 60
periodSeconds: 30
readinessProbe:
tcpSocket:
httpGet:
path: /
port: 5000
initialDelaySeconds: 30
periodSeconds: 10