chore: Update manifests after change

This commit is contained in:
2025-12-04 04:54:08 +00:00
parent dad1b4623c
commit bfe0e18539
2066 changed files with 378996 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
---
# Source: matrix-synapse/charts/matrix-hookshot/templates/common.yaml
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-synapse
app.kubernetes.io/service: matrix-hookshot
helm.sh/chart: matrix-hookshot-4.4.0
namespace: matrix-synapse
spec:
type: ClusterIP
ports:
- port: 9002
targetPort: 9002
protocol: TCP
name: appservice
- port: 9993
targetPort: 9993
protocol: TCP
name: homeserver
- port: 9001
targetPort: 9001
protocol: TCP
name: metrics
- port: 9000
targetPort: 9000
protocol: TCP
name: webhook
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/name: matrix-synapse