We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241bca4 commit e80d888Copy full SHA for e80d888
monitoring/ingress.yaml
@@ -16,7 +16,7 @@ spec:
16
paths:
17
- backend:
18
serviceName: grafana
19
- servicePort: 3000
+ servicePort: 80
20
path: /
21
tls:
22
- hosts:
monitoring/kustomization.yaml
@@ -9,6 +9,16 @@ patches:
9
- container-images.patch.yaml
10
- cluster-wide.patch.yaml
11
- grafana-dashboards.patch.yaml
12
+patchesJson6902:
13
+ - target:
14
+ version: v1
15
+ kind: Service
+ namespace: monitoring
+ name: grafana
+ patch: |-
+ - op: replace
+ path: /spec/ports/0/port
+ value: 80
configMapGenerator:
23
- name: grafana-dashboard-argocd
24
options:
0 commit comments