Compare commits

..

4 Commits

Author SHA1 Message Date
Gitea Actions Bot 250bbab65c Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 20s
Generated by CI/CD workflow on 2026-05-04 09:57:21

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-04 09:57:21 +00:00
Ultradesu 85d4a03eeb Fixed matrix chat user search
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 29s
Check with kubeconform / lint (push) Successful in 31s
Auto-update README / Generate README and Create MR (push) Successful in 14s
2026-05-04 10:56:35 +01:00
ab 841e661627 moved matrix's TURN and LiveKit to SPB
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 27s
2026-04-30 13:22:21 +03: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
2 changed files with 16 additions and 8 deletions
+10 -2
View File
@@ -26,9 +26,9 @@ matrixRTC:
host: livekit.matrix.hexor.cy
sfu:
enabled: true
manualIP: "138.201.61.182"
manualIP: "78.24.180.234"
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
kubernetes.io/hostname: spb.tail2fe2d.ts.net
exposedServices:
rtcTcp:
enabled: true
@@ -45,6 +45,14 @@ matrixRTC:
## Synapse homeserver
synapse:
enabled: true
additional:
0-search-config:
config: |
user_directory:
enabled: true
search_all_users: true
prefer_local_users: true
enable_room_list_search: true
ingress:
host: synapse.matrix.hexor.cy
postgres:
+6 -6
View File
@@ -25,12 +25,12 @@ spec:
image: ultradesu/web-petting:0.1.0
imagePullPolicy: Always
args:
- "tail"
- "-F"
- "/1"
# - "web-petting"
# - "-l"
# - "0.0.0.0:3000"
# - "tail"
# - "-F"
# - "/1"
- "web-petting"
- "-l"
- "0.0.0.0:3000"
ports:
- containerPort: 3000
name: http