14 lines
175 B
YAML
14 lines
175 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: hass
|
||
|
spec:
|
||
|
selector:
|
||
|
app: hass
|
||
|
ports:
|
||
|
- name: hass
|
||
|
port: 8123
|
||
|
- name: udpnibe
|
||
|
port: 10090
|
||
|
protocol: UDP
|