77 lines
1.7 KiB
YAML
77 lines
1.7 KiB
YAML
- op: add
|
|
path: /spec/listeners/-
|
|
value:
|
|
name: grafana
|
|
protocol: HTTPS
|
|
port: 443
|
|
hostname: "grafana.jsme.be"
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Selector
|
|
selector:
|
|
matchLabels:
|
|
kubernetes.io/metadata.name: victoria-metrics
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: grafana-tls
|
|
namespace: envoy-gateway
|
|
- op: add
|
|
path: /spec/listeners/-
|
|
value:
|
|
name: vmagent
|
|
protocol: HTTPS
|
|
port: 443
|
|
hostname: "vmagent.jsme.be"
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Selector
|
|
selector:
|
|
matchLabels:
|
|
kubernetes.io/metadata.name: victoria-metrics
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: vmagent-tls
|
|
namespace: envoy-gateway
|
|
- op: add
|
|
path: /spec/listeners/-
|
|
value:
|
|
name: vmetrics
|
|
protocol: HTTPS
|
|
port: 443
|
|
hostname: "vmetrics.jsme.be"
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Selector
|
|
selector:
|
|
matchLabels:
|
|
kubernetes.io/metadata.name: victoria-metrics
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: vmetrics-tls
|
|
namespace: envoy-gateway
|
|
- op: add
|
|
path: /spec/listeners/-
|
|
value:
|
|
name: vlogs
|
|
protocol: HTTPS
|
|
port: 443
|
|
hostname: "vlogs.jsme.be"
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Selector
|
|
selector:
|
|
matchLabels:
|
|
kubernetes.io/metadata.name: victoria-metrics
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: vlogs-tls
|
|
namespace: envoy-gateway
|