fluxcd: node red

This commit is contained in:
Márcio Fernandes
2026-06-06 03:09:49 +00:00
parent 244ff73e6e
commit 950b462651
20 changed files with 158 additions and 58 deletions
+15
View File
@@ -0,0 +1,15 @@
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: {}