Files
casa/services/node-red/deploy/app/service.yaml
Márcio Fernandes a4d0fd8002
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
node-red add service and ingress
2025-12-21 01:17:47 +00:00

13 lines
200 B
YAML

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