Files
infrastructure/clusters/cl01tl/manifests/matrix-synapse/Service-mautrix-whatsapp.yaml
gitea-bot c352b478a8 Automated Manifest Update (#2484)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2484
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-13 18:39:09 +00:00

23 lines
578 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mautrix-whatsapp
labels:
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: mautrix-whatsapp
app.kubernetes.io/service: mautrix-whatsapp
helm.sh/chart: mautrix-whatsapp-4.5.0
namespace: matrix-synapse
spec:
type: ClusterIP
ports:
- port: 29318
targetPort: 29318
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/name: mautrix-whatsapp