Skip to content

Commit b0ae392

Browse files
committed
Reverting number of Grafana replicas
1 parent 555cd2b commit b0ae392

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

kubernetes/base/cronJob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ metadata:
6464
spec:
6565
schedule: "*/10 * * * *"
6666
startingDeadlineSeconds: 100
67-
successfulJobsHistoryLimit: 3
68-
failedJobsHistoryLimit: 2
67+
successfulJobsHistoryLimit: 1
68+
failedJobsHistoryLimit: 1
6969
concurrencyPolicy: "Forbid"
7070
jobTemplate:
7171
spec:

kubernetes/base/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ metadata:
7272
labels:
7373
app: grafana
7474
spec:
75-
replicas: 3
75+
replicas: 1
7676
progressDeadlineSeconds: 600
7777
selector:
7878
matchLabels:
@@ -131,7 +131,7 @@ spec:
131131
- name: GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH
132132
value: /var/lib/grafana/dashboards/network-dashboard.json
133133
- name: GF_INSTALL_PLUGINS
134-
value: https://grafana.com/api/plugins/gowee-traceroutemap-panel/versions/0.2.3/download;gowee-traceroutemap-panel
134+
value: "https://grafana.com/api/plugins/gowee-traceroutemap-panel/versions/0.2.3/download;gowee-traceroutemap-panel,grafana-piechart-panel 1.6.1"
135135
readinessProbe:
136136
initialDelaySeconds: 5
137137
periodSeconds: 30

0 commit comments

Comments
 (0)