chore: Update manifests after change
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user