fix(manifests): update apiVersion for Grafana ingress to networking.k8s.io/v1

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-13 02:09:31 +08:00
parent 4a463e489f
commit cd6735510b

View File

@ -12,7 +12,7 @@ spec:
name: mathmast-dot-com name: mathmast-dot-com
secretName: grafana-dot-mathmast-com-tls secretName: grafana-dot-mathmast-com-tls
--- ---
apiVersion: v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: grafana-ingress name: grafana-ingress