Files
homelab-platform/manifests/gateway.yaml
T

17 lines
335 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: traefik-gateway
namespace: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
gatewayClassName: traefik
listeners:
- name: web
port: 8000
protocol: HTTP
allowedRoutes:
namespaces:
from: All