Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 254bf28304 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 32s
Generated by CI/CD workflow on 2026-04-29 14:56:08

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-29 14:56:08 +00:00
3 changed files with 20 additions and 21 deletions
+6 -14
View File
@@ -26,9 +26,9 @@ matrixRTC:
host: livekit.matrix.hexor.cy host: livekit.matrix.hexor.cy
sfu: sfu:
enabled: true enabled: true
manualIP: "78.24.180.234" manualIP: "138.201.61.182"
nodeSelector: nodeSelector:
kubernetes.io/hostname: spb.tail2fe2d.ts.net kubernetes.io/hostname: master.tail2fe2d.ts.net
exposedServices: exposedServices:
rtcTcp: rtcTcp:
enabled: true enabled: true
@@ -45,14 +45,6 @@ matrixRTC:
## Synapse homeserver ## Synapse homeserver
synapse: synapse:
enabled: true 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: ingress:
host: synapse.matrix.hexor.cy host: synapse.matrix.hexor.cy
postgres: postgres:
@@ -64,12 +56,12 @@ synapse:
password: password:
secret: matrix-postgres-creds secret: matrix-postgres-creds
secretKey: synapse_db_password secretKey: synapse_db_password
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
media: media:
storage: storage:
size: 20Gi size: 20Gi
maxUploadSize: 100M maxUploadSize: 100M
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
## Matrix Authentication Service ## Matrix Authentication Service
matrixAuthenticationService: matrixAuthenticationService:
@@ -96,8 +88,8 @@ matrixAuthenticationService:
1-oidc: 1-oidc:
configSecret: matrix-oidc-config configSecret: matrix-oidc-config
configSecretKey: mas-oidc.yaml configSecretKey: mas-oidc.yaml
nodeSelector: nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net kubernetes.io/hostname: master.tail2fe2d.ts.net
## Element Web client ## Element Web client
elementWeb: elementWeb:
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
mountPath: /templates/subscription mountPath: /templates/subscription
containers: containers:
- name: pasarguard-web - name: pasarguard-web
image: 'pasarguard/panel:v3.1.0' image: 'pasarguard/panel:v3.0.1'
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:
+13 -6
View File
@@ -25,12 +25,12 @@ spec:
image: ultradesu/web-petting:0.1.0 image: ultradesu/web-petting:0.1.0
imagePullPolicy: Always imagePullPolicy: Always
args: args:
# - "tail" - "tail"
# - "-F" - "-F"
# - "/1" - "/1"
- "web-petting" # - "web-petting"
- "-l" # - "-l"
- "0.0.0.0:3000" # - "0.0.0.0:3000"
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: http name: http
@@ -47,3 +47,10 @@ spec:
limits: limits:
memory: "128Mi" memory: "128Mi"
cpu: "150m" cpu: "150m"
securityContext:
runAsNonRoot: true
runAsUser: 1000
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL