chore: Update manifests after change
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mautrix-discord
|
||||
labels:
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: mautrix-discord
|
||||
app.kubernetes.io/service: mautrix-discord
|
||||
helm.sh/chart: mautrix-discord-4.5.0
|
||||
namespace: matrix-synapse
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 29334
|
||||
targetPort: 29334
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/name: mautrix-discord
|
||||
Reference in New Issue
Block a user