Skip to content

Commit

Permalink
monitoring: run grafana service on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Jun 13, 2020
1 parent 241bca4 commit e80d888
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
paths:
- backend:
serviceName: grafana
servicePort: 3000
servicePort: 80
path: /
tls:
- hosts:
Expand Down
10 changes: 10 additions & 0 deletions monitoring/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ patches:
- container-images.patch.yaml
- cluster-wide.patch.yaml
- grafana-dashboards.patch.yaml
patchesJson6902:
- target:
version: v1
kind: Service
namespace: monitoring
name: grafana
patch: |-
- op: replace
path: /spec/ports/0/port
value: 80
configMapGenerator:
- name: grafana-dashboard-argocd
options:
Expand Down

0 comments on commit e80d888

Please sign in to comment.