Tyler Perkins
9057cb0879
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
215 B
YAML
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
|
|
|