From f8fa6123a81b346cce94dcac07b238c13e683232 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Wed, 10 Jun 2026 17:01:49 +0300 Subject: [PATCH] test matrix ess --- argocd/apps/matrix_mrt0rtikize.yaml | 57 +++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 argocd/apps/matrix_mrt0rtikize.yaml diff --git a/argocd/apps/matrix_mrt0rtikize.yaml b/argocd/apps/matrix_mrt0rtikize.yaml new file mode 100644 index 0000000..ed5b1a1 --- /dev/null +++ b/argocd/apps/matrix_mrt0rtikize.yaml @@ -0,0 +1,57 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: matrix + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + sources: + - repoURL: ghcr.io + chart: element-hq/ess-helm/matrix-stack + targetRevision: 26.6.1 + helm: + values: | + serverName: mrt0rtikize.ru + + certManager: + clusterIssuer: letsencrypt-production + + ingress: + className: traefik + + synapse: + ingress: + host: matrix.mrt0rtikize.ru + + matrixAuthenticationService: + ingress: + host: account.mrt0rtikize.ru + + elementWeb: + ingress: + host: chat.mrt0rtikize.ru + + elementAdmin: + ingress: + host: admin.mrt0rtikize.ru + + matrixRTC: + ingress: + host: mrtc.mrt0rtikize.ru + + hookshot: + enabled: true + - repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git + targetRevision: main + path: manifests/matrix + destination: + server: https://kubernetes.default.svc + namespace: matrix + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true