chore: Update manifests after change

This commit is contained in:
2026-03-15 01:43:43 +00:00
parent 9701233437
commit 7c0d38b240
4566 changed files with 378033 additions and 375801 deletions

View File

@@ -0,0 +1,35 @@
---
apiVersion: v1
kind: Service
metadata:
name: matrix-hookshot
labels:
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: matrix-hookshot
app.kubernetes.io/service: matrix-hookshot
helm.sh/chart: matrix-hookshot-4.6.2
namespace: matrix-synapse
spec:
type: ClusterIP
ports:
- port: 9993
targetPort: 9993
protocol: TCP
name: appservice
- port: 9001
targetPort: 9001
protocol: TCP
name: metrics
- port: 9000
targetPort: 9000
protocol: TCP
name: webhook
- port: 9002
targetPort: 9002
protocol: TCP
name: widgets
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/name: matrix-hookshot