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

14 lines
213 B
YAML

kind: Service
apiVersion: v1
metadata:
name: slack
spec:
publishNotReadyAddresses: true
ports:
- name: http
protocol: TCP
port: 29335
targetPort: 29335
selector: {}
type: ClusterIP