chore(observability): switch service port to 3000
All checks were successful
Renovate / renovate (push) Successful in 44s
All checks were successful
Renovate / renovate (push) Successful in 44s
This commit is contained in:
parent
1424544ed6
commit
97351b70f9
2 changed files with 3 additions and 1 deletions
|
@ -114,6 +114,8 @@ grafana:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
storageClassName: hcloud-volumes
|
storageClassName: hcloud-volumes
|
||||||
|
service:
|
||||||
|
port: 3000
|
||||||
|
|
||||||
prometheus-node-exporter:
|
prometheus-node-exporter:
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|
|
@ -31,4 +31,4 @@ spec:
|
||||||
rules:
|
rules:
|
||||||
- backendRefs:
|
- backendRefs:
|
||||||
- name: prometheus-grafana
|
- name: prometheus-grafana
|
||||||
port: 80
|
port: 3000
|
Loading…
Reference in a new issue