Migrated k3s manifests to use traefik ingres route

This commit is contained in:
=
2026-05-01 11:09:52 +00:00
parent 80715dc15a
commit a428260243
15 changed files with 266 additions and 51 deletions
+17 -2
View File
@@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata:
@@ -47,7 +48,7 @@ metadata:
name: drawio-service
namespace: drawio
spec:
type: NodePort
type: ClusterIP
selector:
app: drawio
ports:
@@ -55,4 +56,18 @@ spec:
protocol: TCP
port: 80
targetPort: 8080
nodePort: 33004
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: drawio-web
namespace: drawio
spec:
entryPoints:
- websecure
routes:
- match: Host(`drawio.khongisa.co.za`)
kind: Rule
services:
- name: drawio-service
port: 80