Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot
15ced25747 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-02-05 17:53:46

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-05 17:53:46 +00:00
Ultradesu
f4c1a4b310 Fix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-02-05 19:53:09 +02:00
Ultradesu
f6623efab1 Fix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-02-05 19:46:14 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- external-secrets.yaml
- storage.yaml - storage.yaml
- rbac.yaml - rbac.yaml
- redis-deployment.yaml - redis-deployment.yaml

View File

@@ -6,7 +6,7 @@ metadata:
spec: spec:
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
storageClassName: nfs-csi storageClassName: longhorn
resources: resources:
requests: requests:
storage: 10Gi storage: 10Gi