Skip to content

Commit

Permalink
chore(monitoring): remove unnessesary name suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Dec 8, 2023
1 parent 0a0052b commit 2a4ddc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/monitoring/grafana/iap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.gke.io/v1
kind: GCPBackendPolicy
metadata:
name: grafana-backend-policy
name: grafana
namespace: default
spec:
default:
Expand Down
2 changes: 1 addition & 1 deletion requirements/monitoring/grafana/route.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: grafana-route
name: grafana
namespace: default
spec:
parentRefs:
Expand Down

0 comments on commit 2a4ddc8

Please sign in to comment.