initial: yandex-prod gitops infrastructure
Gitea + ArgoCD + cert-manager + Traefik + CNPG + monitoring + loki + alloy matrix homeservers for mrt0rtikize.ru, t0rt1k.tech, roglog.space
This commit is contained in:
13
manifests/matrix-t0rt1k/ingressroute-rtc-tcp.yaml
Normal file
13
manifests/matrix-t0rt1k/ingressroute-rtc-tcp.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: rtc-tcp
|
||||
namespace: matrix-t0rt1k
|
||||
spec:
|
||||
entryPoints:
|
||||
- rtc-tcp-t0rt1k
|
||||
routes:
|
||||
- match: HostSNI(`*`)
|
||||
services:
|
||||
- name: matrix-t0rt1k-matrix-rtc-sfu-tcp
|
||||
port: 30007
|
||||
12
manifests/matrix-t0rt1k/ingressroute-rtc-udp.yaml
Normal file
12
manifests/matrix-t0rt1k/ingressroute-rtc-udp.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteUDP
|
||||
metadata:
|
||||
name: rtc-udp
|
||||
namespace: matrix-t0rt1k
|
||||
spec:
|
||||
entryPoints:
|
||||
- rtc-udp-t0rt1k
|
||||
routes:
|
||||
- services:
|
||||
- name: matrix-t0rt1k-matrix-rtc-sfu-muxed-udp
|
||||
port: 30006
|
||||
15
manifests/matrix-t0rt1k/vmpodscrape-synapse.yaml
Normal file
15
manifests/matrix-t0rt1k/vmpodscrape-synapse.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMPodScrape
|
||||
metadata:
|
||||
name: synapse
|
||||
namespace: matrix-t0rt1k
|
||||
spec:
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- matrix-t0rt1k
|
||||
podMetricsEndpoints:
|
||||
- port: synapse-metrics
|
||||
path: /metrics
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: matrix-server
|
||||
Reference in New Issue
Block a user