Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-20 08:12:52 +00:00
+1 -5
View File
@@ -15,8 +15,6 @@ spec:
labels:
app: wedding
spec:
nodeSelector:
kubernetes.io/hostname: spb.tail2fe2d.ts.net
initContainers:
- name: git-clone
image: alpine/git:latest
@@ -28,15 +26,13 @@ spec:
- name: source
mountPath: /src
- name: zola-build
image: ghcr.io/getzola/zola:v0.22.1
image: ghcr.io/getzola/zola:v0.19.2
command:
- /bin/zola
args:
- --root
- /src
- build
- --base-url
- https://wedding.hexor.cy/
- --output-dir
- /public/html
volumeMounts: