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

14 lines
224 B
YAML
Raw Normal View History

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