Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot
02a263ff5d Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 41s
Generated by CI/CD workflow on 2025-11-24 16:51:28

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 16:51:28 +00:00
Ultradesu
5d9fe8f832 Added Remnawave
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2025-11-24 18:50:38 +02:00

View File

@@ -28,22 +28,6 @@ spec:
- name: http - name: http
containerPort: 3010 containerPort: 3010
protocol: TCP protocol: TCP
livenessProbe:
httpGet:
path: /
port: 3010
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readinessProbe:
httpGet:
path: /
port: 3010
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 3
resources: resources:
requests: requests:
memory: "64Mi" memory: "64Mi"