Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-20 08:09:24 +00:00
+2 -6
View File
@@ -15,8 +15,6 @@ 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
@@ -35,10 +33,9 @@ spec:
- --root - --root
- /src - /src
- build - build
- --base-url
- https://wedding.hexor.cy/
- --output-dir - --output-dir
- /public/html - /public
- --force
volumeMounts: volumeMounts:
- name: source - name: source
mountPath: /src mountPath: /src
@@ -53,7 +50,6 @@ 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: