Files
Kubernetes-Manifests/infra/envoy-gateway/minio-aistor/minio-aistor-console-gateway-patch.yaml

20 lines
453 B
YAML

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