1
0
Fork 0
distrust-stack/kustomizations/matrix/bridges/mautrix-slack/service.yaml

14 lines
221 B
YAML
Raw Normal View History

kind: Service
apiVersion: v1
metadata:
2024-03-31 21:40:26 +00:00
name: mautrix-slack
spec:
publishNotReadyAddresses: true
ports:
- name: http
protocol: TCP
port: 29335
targetPort: 29335
selector: {}
type: ClusterIP