Skip to content

Commit

Permalink
feat: changed to Kong gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
samwang0723 committed Jul 1, 2024
1 parent e083ea5 commit e87b6ea
Show file tree
Hide file tree
Showing 12 changed files with 1,887 additions and 40 deletions.
18 changes: 18 additions & 0 deletions deployment/helm/grafana/kong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-grafana
namespace: monitoring
spec:
ingressClassName: kong
rules:
- http:
paths:
- path: /grafana
pathType: ImplementationSpecific
backend:
service:
name: prometheus-grafana
port:
number: 80
---
Loading

0 comments on commit e87b6ea

Please sign in to comment.