Reset git history for making manifests public
This commit is contained in:
57
envoy-gateway/monitoring/gateway-patch.yaml
Normal file
57
envoy-gateway/monitoring/gateway-patch.yaml
Normal file
@@ -0,0 +1,57 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user