Skip to content

Commit

Permalink
Reverting number of Grafana replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Nov 1, 2020
1 parent 555cd2b commit b0ae392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/base/cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ metadata:
spec:
schedule: "*/10 * * * *"
startingDeadlineSeconds: 100
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
concurrencyPolicy: "Forbid"
jobTemplate:
spec:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ metadata:
labels:
app: grafana
spec:
replicas: 3
replicas: 1
progressDeadlineSeconds: 600
selector:
matchLabels:
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
- name: GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH
value: /var/lib/grafana/dashboards/network-dashboard.json
- name: GF_INSTALL_PLUGINS
value: https://grafana.com/api/plugins/gowee-traceroutemap-panel/versions/0.2.3/download;gowee-traceroutemap-panel
value: "https://grafana.com/api/plugins/gowee-traceroutemap-panel/versions/0.2.3/download;gowee-traceroutemap-panel,grafana-piechart-panel 1.6.1"
readinessProbe:
initialDelaySeconds: 5
periodSeconds: 30
Expand Down

0 comments on commit b0ae392

Please sign in to comment.