feat: deploy internal/external traefik routers (#119)

deploy traefik for internal and external applications. port forwarding
from the external routers will only occur to the IP of the
traefik-external service.

- traefik-internal and traefik-external added
- each is a different deployment

Reviewed-on: #119
This commit was merged in pull request #119.
This commit is contained in:
2026-05-17 23:44:50 +10:00
parent 5d3ff3a0f4
commit 53553ddcfd
8 changed files with 224 additions and 0 deletions
@@ -0,0 +1,7 @@
---
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: traefik-internal
spec:
controllerName: traefik.io/gateway-controller-internal