node-red add service and ingress
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
This commit is contained in:
@@ -3,5 +3,6 @@ kind: Kustomization
|
||||
resources:
|
||||
- pvc.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
13
services/node-red/deploy/app/service.yaml
Normal file
13
services/node-red/deploy/app/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user