mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
14 lines
198 B
YAML
14 lines
198 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mqtt-service
|
|
spec:
|
|
ports:
|
|
- name: mqtt
|
|
protocol: TCP
|
|
port: 1883
|
|
nodePort: 31883
|
|
selector:
|
|
app: mqtt
|
|
type: NodePort
|