apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: matrix-mrt0rtikize namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default sources: - repoURL: http://gitea.gitea.svc.cluster.local:3000/admin/main.git targetRevision: master path: manifests/matrix-mrt0rtikize directory: recurse: true include: "*.yaml" - 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 postgres: enabled: false synapse: postgres: host: shared-pg-rw.cnpg.svc.cluster.local database: synapse_mrt0rtikize user: synapse_mrt0rtikize password: secret: pg-creds secretKey: synapse media: storage: size: 10Gi ingress: host: matrix.mrt0rtikize.ru matrixAuthenticationService: postgres: host: shared-pg-rw.cnpg.svc.cluster.local database: mas_mrt0rtikize user: mas_mrt0rtikize password: secret: pg-creds secretKey: mas ingress: host: account.mrt0rtikize.ru elementWeb: ingress: host: chat.mrt0rtikize.ru elementAdmin: ingress: host: admin.mrt0rtikize.ru matrixRTC: ingress: host: mrtc.mrt0rtikize.ru sfu: manualIP: "81.26.181.240" useStunToDiscoverPublicIP: false exposedServices: rtcTcp: port: 30009 portType: NodePort nodePort: "" rtcMuxedUdp: port: 30008 portType: NodePort nodePort: "" hookshot: enabled: true destination: server: https://kubernetes.default.svc namespace: matrix-mrt0rtikize syncPolicy: syncOptions: - CreateNamespace=true