Gluttony-Cluster/node-red/node-red-service.yaml
Tyler Perkins 9057cb0879
All checks were successful
continuous-integration/drone/push Build is passing
Add node red
2023-11-01 19:48:27 -04:00

15 lines
215 B
YAML

apiVersion: v1
kind: Service
metadata:
name: node-red-service
namespace: node-red-ns
spec:
selector:
app: node-red
ports:
- protocol: TCP
port: 80
targetPort: 1880
type: LoadBalancer