add home assistant addon node-red
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: node-red
|
||||
namespace: home-assistant
|
||||
spec:
|
||||
selector:
|
||||
app: node-red
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: node-red-ui
|
||||
port: 1880
|
||||
protocol: TCP
|
||||
targetPort: node-red-ui
|
||||
Reference in New Issue
Block a user