Compare commits

..

5 Commits

Author SHA1 Message Date
Gitea Actions Bot 04f1eb1236 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 10s
Generated by CI/CD workflow on 2026-05-04 15:13:31

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-04 15:13:31 +00:00
ab af2545f20d Update k8s/apps/pasarguard/daemonset.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 14s
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-04 15:13:08 +00:00
ab bd08eb6caf Update k8s/apps/pasarguard/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 17s
2026-05-04 14:26:51 +00:00
Ultradesu ae12c14450 Fixed matrix chat user search
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s
Check with kubeconform / lint (push) Successful in 27s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-04 10:59:40 +01: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
3 changed files with 15 additions and 6 deletions
+12 -4
View File
@@ -45,6 +45,14 @@ 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:
@@ -56,12 +64,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:
@@ -88,8 +96,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:
+2 -1
View File
@@ -1,3 +1,4 @@
image: &image 'pasarguard/node:v0.3.0'
--- ---
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
@@ -113,7 +114,7 @@ spec:
mountPath: /scripts mountPath: /scripts
containers: containers:
- name: pasarguard-node - name: pasarguard-node
image: 'pasarguard/node:v0.3.0' image: *image
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- /bin/sh - /bin/sh
+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.0.1' image: 'pasarguard/panel:v3.1.0'
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef: