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:
16
services/node-red/deploy/infra/ingress.yaml
Normal file
16
services/node-red/deploy/infra/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: node-red
|
||||
namespace: node-red
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`node-red.casa.limbosolutions.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: node-red
|
||||
port: 1880
|
||||
tls:
|
||||
secretName: casa-limbosolutions-com-tls
|
||||
@@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- ingress.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
Reference in New Issue
Block a user