Skip to content

Commit

Permalink
feat(crib): add ingress for grafana (#12505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrax1 authored Mar 21, 2024
1 parent 1370133 commit f7e3411
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/chainlink-cluster/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,15 @@ deployments:
name: mockserver
port:
number: 1080
- host: ${DEVSPACE_NAMESPACE}-grafana.${DEVSPACE_INGRESS_BASE_DOMAIN}
http:
paths:
- path: /
backend:
service:
name: app-grafana
port:
number: 80
networkPolicyDefault:
ingress:
allowCustomCidrs: true
Expand Down
10 changes: 10 additions & 0 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,16 @@ ingress:
name: mockserver
port:
number: 1080
- host: chainlink-grafana.local
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: grafana
port:
number: 80
# monitoring.coreos.com/v1 PodMonitor for each node
prometheusMonitor: true

Expand Down

0 comments on commit f7e3411

Please sign in to comment.