File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ metadata:
6464spec :
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 :
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ metadata:
7272 labels :
7373 app : grafana
7474spec :
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
You can’t perform that action at this time.
0 commit comments