Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot 08076d2285 Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 13s
Generated by CI/CD workflow on 2026-06-04 11:28:33

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-04 11:28:33 +00:00
ab d11e44ad1a Update k8s/apps/pasarguard/daemonset.yaml
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 12s
2026-06-04 11:28:03 +00:00
Ultradesu ef8e317bf5 web-petting: disabled COT debug
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 9s
2026-06-04 14:16:07 +03:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
mountPath: /scripts mountPath: /scripts
containers: containers:
- name: pasarguard-node - name: pasarguard-node
image: pasarguard/node:v0.4.0 image: pasarguard/node:v0.5.0
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- /bin/sh - /bin/sh
+2
View File
@@ -43,6 +43,8 @@ spec:
env: env:
- name: RUST_LOG - name: RUST_LOG
value: "info" value: "info"
- name: WEB_PETTING_DEBUG
value: "false"
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"