Skip to content

Commit

Permalink
Changing extension for create-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 24, 2020
1 parent 7989404 commit 6bc6ab7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kubernetes/ISP-Checker-deploy.MD5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a4ad6e8111fd571d9694a107bb10c442 ../ISP-Checker-deploy.yaml
MD5 (../ISP-Checker-deploy.yaml) = 8cdf1b01019a8a4745aac678d0a7dce9
2 changes: 1 addition & 1 deletion kubernetes/ISP-Checker-deploy.SHA512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f87e0689ea984b464efa754f0a99006c8b9716c31fc2d887fd50e067e6d284decb4e1b663ec6e65e9bfb456272b92998db1efa0dfb5fb4db520905c61fe4be0 ../ISP-Checker-deploy.yaml
SHA512 (../ISP-Checker-deploy.yaml) = fa4f4feccfb9bede2d2705b2faf0e5ebc3de416cf4815c728700e338c72813ceea834a54294dc6d11e0577892bb5bdc44e004853538ae7686741dbb519626078
3 changes: 2 additions & 1 deletion kubernetes/ISP-Checker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ data:
options:
path: /var/lib/grafana/dashboards/
foldersFromFilesStructure: true
homeDashboardId: Network
---
apiVersion: v1
Expand Down Expand Up @@ -10733,6 +10732,8 @@ spec:
ports:
- containerPort: 3000
env:
- 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
readinessProbe:
Expand Down
1 change: 0 additions & 1 deletion kubernetes/yaml/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data:
options:
path: /var/lib/grafana/dashboards/
foldersFromFilesStructure: true
homeDashboardId: Network
---
apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cat namespace.yaml \
deployment.yaml \
cronJob.yaml > ../ISP-Checker-deploy.yaml

sha512sum ../ISP-Checker-deploy.yaml > ../ISP-Checker-deploy.SHA512
md5sum ../ISP-Checker-deploy.yaml > ../ISP-Checker-deploy.MD5
sha512sum --tag ../ISP-Checker-deploy.yaml > ../ISP-Checker-deploy.SHA512
md5sum --tag ../ISP-Checker-deploy.yaml > ../ISP-Checker-deploy.MD5

exit $?
2 changes: 2 additions & 0 deletions kubernetes/yaml/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ spec:
ports:
- containerPort: 3000
env:
- 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
readinessProbe:
Expand Down

0 comments on commit 6bc6ab7

Please sign in to comment.