Revert "Revert "Removed matrix bridges""
This reverts commit 36b88cf203
.
This commit is contained in:
parent
36b88cf203
commit
0a0f485efe
@ -480,15 +480,6 @@ spec:
|
|||||||
- name: synapse-config-homeserver
|
- name: synapse-config-homeserver
|
||||||
mountPath: /data/homeserver.yaml
|
mountPath: /data/homeserver.yaml
|
||||||
subPath: homeserver.yaml
|
subPath: homeserver.yaml
|
||||||
- name: mautrix-whatsapp-registration
|
|
||||||
mountPath: /data/mautrix-whatsapp-registration.yaml
|
|
||||||
subPath: registration.yaml
|
|
||||||
# - name: mautrix-signal-registration
|
|
||||||
# mountPath: /data/mautrix-signal-registration.yaml
|
|
||||||
# subPath: registration.yaml
|
|
||||||
# - name: mautrix-telegram-registration
|
|
||||||
# mountPath: /data/mautrix-telegram-registration.yaml
|
|
||||||
# subPath: registration.yaml
|
|
||||||
- name: synapse-config-logging
|
- name: synapse-config-logging
|
||||||
mountPath: /data/matrix.cluster.fun.log.config
|
mountPath: /data/matrix.cluster.fun.log.config
|
||||||
subPath: matrix.cluster.fun.log.config
|
subPath: matrix.cluster.fun.log.config
|
||||||
@ -532,15 +523,6 @@ spec:
|
|||||||
- name: synapse-config-homeserver
|
- name: synapse-config-homeserver
|
||||||
secret:
|
secret:
|
||||||
secretName: matrix-synapse-config
|
secretName: matrix-synapse-config
|
||||||
- name: mautrix-whatsapp-registration
|
|
||||||
secret:
|
|
||||||
secretName: mautrix-whatsapp-registration
|
|
||||||
# - name: mautrix-signal-registration
|
|
||||||
# secret:
|
|
||||||
# secretName: mautrix-signal-registration
|
|
||||||
# - name: mautrix-telegram-registration
|
|
||||||
# secret:
|
|
||||||
# secretName: mautrix-telegram-registration
|
|
||||||
- name: signing-key
|
- name: signing-key
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: chat-matrix-signing-key
|
claimName: chat-matrix-signing-key
|
||||||
|
@ -1,153 +0,0 @@
|
|||||||
# apiVersion: v1
|
|
||||||
# kind: Secret
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-signal-registration
|
|
||||||
# namespace: chat
|
|
||||||
# annotations:
|
|
||||||
# kube-1password: z6tylu2br724gttcpfyi5egaui
|
|
||||||
# kube-1password/vault: Kubernetes
|
|
||||||
# kube-1password/secret-text-key: registration.yaml
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: "mautrix-signal"
|
|
||||||
# component: registration
|
|
||||||
# type: Opaque
|
|
||||||
|
|
||||||
# ---
|
|
||||||
|
|
||||||
# apiVersion: v1
|
|
||||||
# kind: Secret
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-signal-config
|
|
||||||
# namespace: chat
|
|
||||||
# annotations:
|
|
||||||
# kube-1password: 5vfaorcudozlq4clkzgmzzszqe
|
|
||||||
# kube-1password/vault: Kubernetes
|
|
||||||
# kube-1password/secret-text-key: config.yaml
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: "mautrix-signal"
|
|
||||||
# component: config
|
|
||||||
# type: Opaque
|
|
||||||
|
|
||||||
# ---
|
|
||||||
|
|
||||||
# apiVersion: v1
|
|
||||||
# kind: Service
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-signal
|
|
||||||
# namespace: chat
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: mautrix-signal
|
|
||||||
# annotations:
|
|
||||||
# prometheus.io/scrape: "true"
|
|
||||||
# prometheus.io/path: "/metrics"
|
|
||||||
# prometheus.io/port: "9000"
|
|
||||||
# spec:
|
|
||||||
# type: ClusterIP
|
|
||||||
# ports:
|
|
||||||
# - port: 29328
|
|
||||||
# targetPort: http
|
|
||||||
# protocol: TCP
|
|
||||||
# name: http
|
|
||||||
# selector:
|
|
||||||
# app.kubernetes.io/name: mautrix-signal
|
|
||||||
|
|
||||||
# ---
|
|
||||||
|
|
||||||
# apiVersion: apps/v1
|
|
||||||
# kind: Deployment
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-signal
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: mautrix-signal
|
|
||||||
# spec:
|
|
||||||
# revisionHistoryLimit: 3
|
|
||||||
# replicas: 1
|
|
||||||
# strategy:
|
|
||||||
# type: Recreate
|
|
||||||
# selector:
|
|
||||||
# matchLabels:
|
|
||||||
# app.kubernetes.io/name: mautrix-signal
|
|
||||||
# template:
|
|
||||||
# metadata:
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: mautrix-signal
|
|
||||||
# spec:
|
|
||||||
# serviceAccountName: default
|
|
||||||
# automountServiceAccountToken: true
|
|
||||||
# dnsPolicy: ClusterFirst
|
|
||||||
# enableServiceLinks: true
|
|
||||||
# initContainers:
|
|
||||||
# - name: config-copy
|
|
||||||
# image: bash:latest
|
|
||||||
# imagePullPolicy: IfNotPresent
|
|
||||||
# args:
|
|
||||||
# - -c
|
|
||||||
# - |
|
|
||||||
# cp /secrets/* /data/
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: mautrix-signal-config
|
|
||||||
# mountPath: /secrets/config.yaml
|
|
||||||
# subPath: config.yaml
|
|
||||||
# - name: mautrix-signal-registration
|
|
||||||
# mountPath: /secrets/registration.yaml
|
|
||||||
# subPath: registration.yaml
|
|
||||||
# - name: data
|
|
||||||
# mountPath: /data
|
|
||||||
# containers:
|
|
||||||
# - name: signald
|
|
||||||
# image: docker.io/signald/signald:stable
|
|
||||||
# imagePullPolicy: Always
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: signald
|
|
||||||
# mountPath: /signald
|
|
||||||
# - name: mautrix-signal
|
|
||||||
# image: "dock.mau.dev/mautrix/signal:v0.4.3"
|
|
||||||
# imagePullPolicy: IfNotPresent
|
|
||||||
# env:
|
|
||||||
# - name: "TZ"
|
|
||||||
# value: "UTC"
|
|
||||||
# ports:
|
|
||||||
# - name: http
|
|
||||||
# containerPort: 29328
|
|
||||||
# protocol: TCP
|
|
||||||
# - name: metrics
|
|
||||||
# containerPort: 9000
|
|
||||||
# protocol: TCP
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: signald
|
|
||||||
# mountPath: /signald
|
|
||||||
# - name: data
|
|
||||||
# mountPath: /data
|
|
||||||
# livenessProbe:
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 29318
|
|
||||||
# initialDelaySeconds: 0
|
|
||||||
# failureThreshold: 3
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
# periodSeconds: 10
|
|
||||||
# readinessProbe:
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 29318
|
|
||||||
# initialDelaySeconds: 0
|
|
||||||
# failureThreshold: 3
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
# periodSeconds: 10
|
|
||||||
# startupProbe:
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 29318
|
|
||||||
# initialDelaySeconds: 0
|
|
||||||
# failureThreshold: 30
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
# periodSeconds: 5
|
|
||||||
# volumes:
|
|
||||||
# - name: data
|
|
||||||
# emptyDir: {}
|
|
||||||
# - name: signald
|
|
||||||
# emptyDir: {}
|
|
||||||
# - name: mautrix-signal-config
|
|
||||||
# secret:
|
|
||||||
# secretName: mautrix-signal-config
|
|
||||||
# - name: mautrix-signal-registration
|
|
||||||
# secret:
|
|
||||||
# secretName: mautrix-signal-registration
|
|
||||||
# ---
|
|
@ -1,143 +0,0 @@
|
|||||||
# apiVersion: v1
|
|
||||||
# kind: Secret
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-telegram-registration
|
|
||||||
# namespace: chat
|
|
||||||
# annotations:
|
|
||||||
# kube-1password: dancy7ogc4gjlxhfntqejgudwi
|
|
||||||
# kube-1password/vault: Kubernetes
|
|
||||||
# kube-1password/secret-text-key: registration.yaml
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: "mautrix-telegram"
|
|
||||||
# component: registration
|
|
||||||
# type: Opaque
|
|
||||||
|
|
||||||
# ---
|
|
||||||
|
|
||||||
# apiVersion: v1
|
|
||||||
# kind: Secret
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-telegram-config
|
|
||||||
# namespace: chat
|
|
||||||
# annotations:
|
|
||||||
# kube-1password: nilzdpfum35hhwijnwvasbzmcq
|
|
||||||
# kube-1password/vault: Kubernetes
|
|
||||||
# kube-1password/secret-text-key: config.yaml
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: "mautrix-telegram"
|
|
||||||
# component: config
|
|
||||||
# type: Opaque
|
|
||||||
|
|
||||||
# ---
|
|
||||||
|
|
||||||
# apiVersion: v1
|
|
||||||
# kind: Service
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-telegram
|
|
||||||
# namespace: chat
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: mautrix-telegram
|
|
||||||
# annotations:
|
|
||||||
# prometheus.io/scrape: "true"
|
|
||||||
# prometheus.io/path: "/metrics"
|
|
||||||
# prometheus.io/port: "9000"
|
|
||||||
# spec:
|
|
||||||
# type: ClusterIP
|
|
||||||
# ports:
|
|
||||||
# - port: 29318
|
|
||||||
# targetPort: http
|
|
||||||
# protocol: TCP
|
|
||||||
# name: http
|
|
||||||
# selector:
|
|
||||||
# app.kubernetes.io/name: mautrix-telegram
|
|
||||||
|
|
||||||
# ---
|
|
||||||
|
|
||||||
# apiVersion: apps/v1
|
|
||||||
# kind: Deployment
|
|
||||||
# metadata:
|
|
||||||
# name: mautrix-telegram
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: mautrix-telegram
|
|
||||||
# spec:
|
|
||||||
# revisionHistoryLimit: 3
|
|
||||||
# replicas: 1
|
|
||||||
# strategy:
|
|
||||||
# type: Recreate
|
|
||||||
# selector:
|
|
||||||
# matchLabels:
|
|
||||||
# app.kubernetes.io/name: mautrix-telegram
|
|
||||||
# template:
|
|
||||||
# metadata:
|
|
||||||
# labels:
|
|
||||||
# app.kubernetes.io/name: mautrix-telegram
|
|
||||||
# spec:
|
|
||||||
# serviceAccountName: default
|
|
||||||
# automountServiceAccountToken: true
|
|
||||||
# dnsPolicy: ClusterFirst
|
|
||||||
# enableServiceLinks: true
|
|
||||||
# initContainers:
|
|
||||||
# - name: config-copy
|
|
||||||
# image: bash:latest
|
|
||||||
# imagePullPolicy: IfNotPresent
|
|
||||||
# args:
|
|
||||||
# - -c
|
|
||||||
# - |
|
|
||||||
# cp /secrets/* /data/
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: mautrix-telegram-config
|
|
||||||
# mountPath: /secrets/config.yaml
|
|
||||||
# subPath: config.yaml
|
|
||||||
# - name: mautrix-telegram-registration
|
|
||||||
# mountPath: /secrets/registration.yaml
|
|
||||||
# subPath: registration.yaml
|
|
||||||
# - name: data
|
|
||||||
# mountPath: /data
|
|
||||||
# containers:
|
|
||||||
# - name: mautrix-telegram
|
|
||||||
# image: "dock.mau.dev/mautrix/telegram:v0.12.1"
|
|
||||||
# imagePullPolicy: IfNotPresent
|
|
||||||
# env:
|
|
||||||
# - name: "TZ"
|
|
||||||
# value: "UTC"
|
|
||||||
# ports:
|
|
||||||
# - name: http
|
|
||||||
# containerPort: 29318
|
|
||||||
# protocol: TCP
|
|
||||||
# - name: metrics
|
|
||||||
# containerPort: 9000
|
|
||||||
# protocol: TCP
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: data
|
|
||||||
# mountPath: /data
|
|
||||||
# livenessProbe:
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 29318
|
|
||||||
# initialDelaySeconds: 0
|
|
||||||
# failureThreshold: 3
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
# periodSeconds: 10
|
|
||||||
# readinessProbe:
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 29318
|
|
||||||
# initialDelaySeconds: 0
|
|
||||||
# failureThreshold: 3
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
# periodSeconds: 10
|
|
||||||
# startupProbe:
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 29318
|
|
||||||
# initialDelaySeconds: 0
|
|
||||||
# failureThreshold: 30
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
# periodSeconds: 5
|
|
||||||
# volumes:
|
|
||||||
# - name: data
|
|
||||||
# emptyDir: {}
|
|
||||||
# - name: mautrix-telegram-config
|
|
||||||
# secret:
|
|
||||||
# secretName: mautrix-telegram-config
|
|
||||||
# - name: mautrix-telegram-registration
|
|
||||||
# secret:
|
|
||||||
# secretName: mautrix-telegram-registration
|
|
||||||
# ---
|
|
@ -1,143 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: mautrix-whatsapp-registration
|
|
||||||
namespace: chat
|
|
||||||
annotations:
|
|
||||||
kube-1password: x6lzkpyov4dem5jtk2kimyrnvy
|
|
||||||
kube-1password/vault: Kubernetes
|
|
||||||
kube-1password/secret-text-key: registration.yaml
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: "mautrix-whatsapp"
|
|
||||||
component: registration
|
|
||||||
type: Opaque
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: mautrix-whatsapp-config
|
|
||||||
namespace: chat
|
|
||||||
annotations:
|
|
||||||
kube-1password: ji3e2el66bu56bml3kq3ghyojq
|
|
||||||
kube-1password/vault: Kubernetes
|
|
||||||
kube-1password/secret-text-key: config.yaml
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: "mautrix-whatsapp"
|
|
||||||
component: config
|
|
||||||
type: Opaque
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: mautrix-whatsapp
|
|
||||||
namespace: chat
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: mautrix-whatsapp
|
|
||||||
# annotations:
|
|
||||||
# prometheus.io/scrape: "true"
|
|
||||||
# prometheus.io/path: "/metrics"
|
|
||||||
# prometheus.io/port: "9000"
|
|
||||||
spec:
|
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
|
||||||
- port: 29318
|
|
||||||
targetPort: http
|
|
||||||
protocol: TCP
|
|
||||||
name: http
|
|
||||||
selector:
|
|
||||||
app.kubernetes.io/name: mautrix-whatsapp
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: mautrix-whatsapp
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: mautrix-whatsapp
|
|
||||||
spec:
|
|
||||||
revisionHistoryLimit: 3
|
|
||||||
replicas: 1
|
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: mautrix-whatsapp
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: mautrix-whatsapp
|
|
||||||
spec:
|
|
||||||
serviceAccountName: default
|
|
||||||
automountServiceAccountToken: true
|
|
||||||
dnsPolicy: ClusterFirst
|
|
||||||
enableServiceLinks: true
|
|
||||||
initContainers:
|
|
||||||
- name: config-copy
|
|
||||||
image: bash:latest
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
args:
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
cp /secrets/* /data/
|
|
||||||
volumeMounts:
|
|
||||||
- name: mautrix-whatsapp-config
|
|
||||||
mountPath: /secrets/config.yaml
|
|
||||||
subPath: config.yaml
|
|
||||||
- name: mautrix-whatsapp-registration
|
|
||||||
mountPath: /secrets/registration.yaml
|
|
||||||
subPath: registration.yaml
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
containers:
|
|
||||||
- name: mautrix-whatsapp
|
|
||||||
image: "dock.mau.dev/mautrix/whatsapp:v0.11.0"
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
- name: "TZ"
|
|
||||||
value: "UTC"
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
containerPort: 29318
|
|
||||||
protocol: TCP
|
|
||||||
# - name: metrics
|
|
||||||
# containerPort: 9000
|
|
||||||
# protocol: TCP
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
livenessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: 29318
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
failureThreshold: 3
|
|
||||||
timeoutSeconds: 1
|
|
||||||
periodSeconds: 10
|
|
||||||
readinessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: 29318
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
failureThreshold: 3
|
|
||||||
timeoutSeconds: 1
|
|
||||||
periodSeconds: 10
|
|
||||||
startupProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: 29318
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
failureThreshold: 30
|
|
||||||
timeoutSeconds: 1
|
|
||||||
periodSeconds: 5
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
emptyDir: {}
|
|
||||||
- name: mautrix-whatsapp-config
|
|
||||||
secret:
|
|
||||||
secretName: mautrix-whatsapp-config
|
|
||||||
- name: mautrix-whatsapp-registration
|
|
||||||
secret:
|
|
||||||
secretName: mautrix-whatsapp-registration
|
|
||||||
---
|
|
Loading…
Reference in New Issue
Block a user