update gateway spec

This commit is contained in:
2026-05-18 22:01:18 -05:00
parent 2ed70b4964
commit b45dcea4c3
2 changed files with 40 additions and 14 deletions

View File

@@ -1,6 +1,5 @@
# ------------------------------------------------------------------------------
# HTTPRoute — Grafana via Cilium Gateway
# Cert issued per-service via cert-manager annotation on the Certificate
# ------------------------------------------------------------------------------
apiVersion: cert-manager.io/v1
kind: Certificate
@@ -25,12 +24,21 @@ metadata:
external-dns.alpha.kubernetes.io/target: "10.1.71.90"
spec:
parentRefs:
- name: fastpass-gateway
- group: gateway.networking.k8s.io
kind: Gateway
name: fastpass-gateway
namespace: gateway
sectionName: https
hostnames:
- grafana.local.mk-labs.cloud
rules:
- backendRefs:
- name: monitoring-grafana
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ""
kind: Service
name: monitoring-grafana
port: 80
weight: 1