Compare commits

..

6 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-20 08:23:04 +00:00
Ultradesu 7955561b98 Fix zola nodeselector
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 5s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-04-20 11:22:37 +03:00
Ultradesu 28f6924218 Fix zola ГКД
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-04-20 11:17:12 +03:00
Ultradesu a2be6f6593 Fix zola mounts
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 19s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-04-20 11:12:12 +03:00
Ultradesu 86817e5c94 Fix zola autostart
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-04-20 11:09:01 +03: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
+12 -3
View File
@@ -15,6 +15,8 @@ spec:
labels: labels:
app: wedding app: wedding
spec: spec:
nodeSelector:
kubernetes.io/hostname: spb.tail2fe2d.ts.net
initContainers: initContainers:
- name: git-clone - name: git-clone
image: alpine/git:latest image: alpine/git:latest
@@ -28,9 +30,15 @@ spec:
- name: zola-build - name: zola-build
image: ghcr.io/getzola/zola:v0.19.2 image: ghcr.io/getzola/zola:v0.19.2
command: command:
- sh - /bin/zola
- -c args:
- cd /src && zola build --output-dir /public - --root
- /src
- build
- --base-url
- https://wedding.hexor.cy/
- --output-dir
- /public/html
volumeMounts: volumeMounts:
- name: source - name: source
mountPath: /src mountPath: /src
@@ -45,6 +53,7 @@ spec:
volumeMounts: volumeMounts:
- name: public - name: public
mountPath: /usr/share/nginx/html mountPath: /usr/share/nginx/html
subPath: html
readOnly: true readOnly: true
resources: resources:
requests: requests: