Automated Manifest Update (#2477)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2477
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2477.
This commit is contained in:
2025-12-13 04:20:27 +00:00
committed by Alex Lebens
parent 00f110b128
commit 57a2b9040a
3 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/name: matrix-hookshot
helm.sh/chart: matrix-hookshot-4.5.0
namespace: matrix-synapse
spec:
@@ -17,14 +17,14 @@ spec:
selector:
matchLabels:
app.kubernetes.io/controller: main
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/name: matrix-hookshot
app.kubernetes.io/instance: matrix-synapse
template:
metadata:
labels:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/name: matrix-hookshot
spec:
enableServiceLinks: false
serviceAccountName: default

View File

@@ -5,7 +5,7 @@ metadata:
labels:
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/name: matrix-hookshot
helm.sh/chart: matrix-hookshot-4.5.0
annotations:
helm.sh/resource-policy: keep

View File

@@ -5,21 +5,17 @@ metadata:
labels:
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/name: matrix-hookshot
app.kubernetes.io/service: matrix-hookshot
helm.sh/chart: matrix-hookshot-4.5.0
namespace: matrix-synapse
spec:
type: ClusterIP
ports:
- port: 9002
targetPort: 9002
protocol: TCP
name: appservice
- port: 9993
targetPort: 9993
protocol: TCP
name: homeserver
name: appservice
- port: 9001
targetPort: 9001
protocol: TCP
@@ -28,7 +24,11 @@ spec:
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-synapse
app.kubernetes.io/name: matrix-hookshot