add home assistant addon node-red

This commit is contained in:
2024-07-01 17:44:23 +10:00
parent 04c2e97b6f
commit 32f7b57854
3 changed files with 70 additions and 0 deletions

View File

@@ -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