Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-29 14:41:33 +00:00
2 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ matrixRTC:
host: livekit.matrix.hexor.cy
sfu:
enabled: true
manualIP: "78.24.180.234"
manualIP: "138.201.61.182"
nodeSelector:
kubernetes.io/hostname: spb.tail2fe2d.ts.net
kubernetes.io/hostname: master.tail2fe2d.ts.net
exposedServices:
rtcTcp:
enabled: true
+9 -5
View File
@@ -22,13 +22,9 @@ spec:
claimName: web-petting-data
containers:
- name: web-petting
image: ultradesu/web-petting:0.1.0
image: ultradesu/web-petting:v0.1.0
imagePullPolicy: Always
args:
# - "tail"
# - "-F"
# - "/1"
- "web-petting"
- "-l"
- "0.0.0.0:3000"
ports:
@@ -47,3 +43,11 @@ spec:
limits:
memory: "128Mi"
cpu: "150m"
securityContext:
runAsNonRoot: true
runAsUser: 1000
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL