Add homeassistant app.
This commit is contained in:
12
apps/homeassistant/service.yaml
Normal file
12
apps/homeassistant/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: homeassistant
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8123
|
||||
targetPort: 8123
|
||||
protocol: TCP
|
||||
selector:
|
||||
component: homeassistant
|
Reference in New Issue
Block a user