File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,4 @@ resource "aws_eks_addon" "metrics_server" {
2424 addon_name = " metrics-server"
2525 addon_version = null
2626 resolve_conflicts = " OVERWRITE"
27- }
28-
27+ }
Original file line number Diff line number Diff line change 2424 annotations:
2525 nginx.ingress.kubernetes.io/rewrite-target: /
2626 hosts:
27- - host: monitoring.yourdomain.com
28- paths:
29- - path: /prometheus
30- pathType: Prefix
27+ - monitoring.yourdomain.com
28+ paths:
29+ - /prometheus
3130
3231 grafana:
3332 service:
4140 annotations:
4241 nginx.ingress.kubernetes.io/rewrite-target: /
4342 hosts:
44- - host: monitoring.yourdomain.com
45- paths:
46- - path: /grafana
47- pathType: Prefix
43+ - monitoring.yourdomain.com
44+ path: /grafana
4845
4946 alertmanager:
5047 service:
5552 annotations:
5653 nginx.ingress.kubernetes.io/rewrite-target: /
5754 hosts:
58- - host: monitoring.yourdomain.com
59- paths:
60- - path: /alertmanager
61- pathType: Prefix
55+ - monitoring.yourdomain.com
56+ paths:
57+ - /alertmanager
6258
6359 destination :
6460 server : https://kubernetes.default.svc
You can’t perform that action at this time.
0 commit comments