53553ddcfd
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
8 lines
162 B
YAML
8 lines
162 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: GatewayClass
|
|
metadata:
|
|
name: traefik-external
|
|
spec:
|
|
controllerName: traefik.io/gateway-controller-external
|