Compare commits

..

4 Commits

Author SHA1 Message Date
Gitea Actions Bot 2f912ac7b1 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Has been skipped
Generated by CI/CD workflow on 2026-05-17 10:41:38

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-17 10:41:38 +00:00
ab 4240cd61ad Update k8s/apps/pasarguard/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 16s
2026-05-17 10:41:15 +00:00
ab a9f9c29679 Added recreate to web-petting
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 18s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 9s
2026-05-14 16:18:55 +03:00
ab 70bb07529f Update k8s/apps/web-petting/deployment.yaml
Check with kubeconform / lint (push) Successful in 7s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-14 13:15:20 +00:00
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
image: &image 'pasarguard/panel:v3.1.0'
image: &image 'pasarguard/panel:v4.0.2'
apiVersion: apps/v1
kind: Deployment
metadata:
+3 -1
View File
@@ -6,6 +6,8 @@ metadata:
app: web-petting
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: web-petting
@@ -22,7 +24,7 @@ spec:
claimName: web-petting-data
containers:
- name: web-petting
image: ultradesu/web-petting:v0.1.6
image: ultradesu/web-petting:latest
imagePullPolicy: Always
args:
# - "tail"