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

View File

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

View File

@@ -5,21 +5,17 @@ metadata:
labels: labels:
app.kubernetes.io/instance: matrix-synapse app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: matrix-synapse app.kubernetes.io/name: matrix-hookshot
app.kubernetes.io/service: matrix-hookshot app.kubernetes.io/service: matrix-hookshot
helm.sh/chart: matrix-hookshot-4.5.0 helm.sh/chart: matrix-hookshot-4.5.0
namespace: matrix-synapse namespace: matrix-synapse
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:
- port: 9002
targetPort: 9002
protocol: TCP
name: appservice
- port: 9993 - port: 9993
targetPort: 9993 targetPort: 9993
protocol: TCP protocol: TCP
name: homeserver name: appservice
- port: 9001 - port: 9001
targetPort: 9001 targetPort: 9001
protocol: TCP protocol: TCP
@@ -28,7 +24,11 @@ spec:
targetPort: 9000 targetPort: 9000
protocol: TCP protocol: TCP
name: webhook name: webhook
- port: 9002
targetPort: 9002
protocol: TCP
name: widgets
selector: selector:
app.kubernetes.io/controller: main app.kubernetes.io/controller: main
app.kubernetes.io/instance: matrix-synapse app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/name: matrix-synapse app.kubernetes.io/name: matrix-hookshot