Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot 4f15133072 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 10s
Generated by CI/CD workflow on 2026-04-20 08:08:32

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-20 08:08:32 +00:00
Ultradesu 16010ea70e Fix zola autostart
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-04-20 11:08:09 +03:00
+7 -3
View File
@@ -28,9 +28,13 @@ spec:
- name: zola-build
image: ghcr.io/getzola/zola:v0.19.2
command:
- sh
- -c
- cd /src && zola build --output-dir /public
- /bin/zola
args:
- --root
- /src
- build
- --output-dir
- /public
volumeMounts:
- name: source
mountPath: /src