Files
Kubernetes-Manifests/envoy-gateway/resume/resume-minio-gateway-patch.yaml

20 lines
419 B
YAML

- op: add
path: /spec/listeners/-
value:
name: minio
protocol: HTTPS
port: 443
hostname: "resume-minio.jsme.be"
allowedRoutes:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: resume
tls:
mode: Terminate
certificateRefs:
- kind: Secret
name: minio-tls
namespace: envoy-gateway