robocar-setup/ansible/roles/microservices/files/robocar/common/services.yaml

15 lines
266 B
YAML
Raw Normal View History

2022-01-02 16:33:18 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: mqtt
spec:
type: ClusterIP
# Headless service, dns record will use ip endpoint that share same name
clusterIP: None
ports:
- port: 1883
name: mqtt
protocol: TCP
2022-01-28 17:05:36 +00:00
ipFamilyPolicy: SingleStack