20 lines
417 B
YAML
20 lines
417 B
YAML
- op: add
|
|
path: /spec/listeners/-
|
|
value:
|
|
name: sonarr
|
|
protocol: HTTPS
|
|
port: 443
|
|
hostname: "sonarr.jsme.be"
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Selector
|
|
selector:
|
|
matchLabels:
|
|
kubernetes.io/metadata.name: arrstack
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: sonarr-tls
|
|
namespace: envoy-gateway
|