Skip to content

Commit e80d888

Browse files
committed
monitoring: run grafana service on port 80
1 parent 241bca4 commit e80d888

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

monitoring/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
paths:
1717
- backend:
1818
serviceName: grafana
19-
servicePort: 3000
19+
servicePort: 80
2020
path: /
2121
tls:
2222
- hosts:

monitoring/kustomization.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ patches:
99
- container-images.patch.yaml
1010
- cluster-wide.patch.yaml
1111
- grafana-dashboards.patch.yaml
12+
patchesJson6902:
13+
- target:
14+
version: v1
15+
kind: Service
16+
namespace: monitoring
17+
name: grafana
18+
patch: |-
19+
- op: replace
20+
path: /spec/ports/0/port
21+
value: 80
1222
configMapGenerator:
1323
- name: grafana-dashboard-argocd
1424
options:

0 commit comments

Comments
 (0)