18 lines
377 B
YAML
18 lines
377 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
name: traefik
|
|
spec:
|
|
gatewayClassName: traefik
|
|
listeners:
|
|
- name: https
|
|
protocol: HTTPS
|
|
port: 8443
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- name: cert-dubyatp-xyz
|
|
namespace: cert-manager
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Same |