Compare commits

..

7 Commits

Author SHA1 Message Date
Gitea Actions Bot 1b8b41e71f Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 29s
Generated by CI/CD workflow on 2026-04-29 14:57:29

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-29 14:57:29 +00:00
Ultradesu 2ef2952093 Fix pet image tag
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-04-29 17:57:11 +03:00
Ultradesu 53420017d4 Fix pet image tag
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 26s
2026-04-29 17:56:22 +03:00
Ultradesu 527686c11f Fix pet image tag
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-29 17:55:51 +03:00
Ultradesu 1154b133e6 Fix pet image tag
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 9s
2026-04-29 17:54:38 +03:00
Ultradesu ef5199102e Fix pet image tag
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 7s
2026-04-29 17:53:39 +03:00
Ultradesu 88f0f328d5 Fix pet image tag
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 8s
2026-04-29 17:51:51 +03:00
+5 -9
View File
@@ -22,9 +22,13 @@ spec:
claimName: web-petting-data
containers:
- name: web-petting
image: ultradesu/web-petting:v0.1.0
image: ultradesu/web-petting:0.1.0
imagePullPolicy: Always
args:
# - "tail"
# - "-F"
# - "/1"
- "web-petting"
- "-l"
- "0.0.0.0:3000"
ports:
@@ -43,11 +47,3 @@ spec:
limits:
memory: "128Mi"
cpu: "150m"
securityContext:
runAsNonRoot: true
runAsUser: 1000
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL