Skip to content

Commit

Permalink
Updating Deploy stragegy for daemonSet
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 25, 2020
1 parent 67ea0aa commit 3ec2124
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/ISP-Checker-deploy.MD5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5 (../ISP-Checker-deploy.yaml) = 07c63a4667e3c2670477ff80748519d4
MD5 (../ISP-Checker-deploy.yaml) = 4e5b561cbf506637e17c43a19de50710
2 changes: 1 addition & 1 deletion kubernetes/ISP-Checker-deploy.SHA512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SHA512 (../ISP-Checker-deploy.yaml) = 94ad9712180797d479fb17d80e7af49efc5ff2dfa00756c7bfe924d3c3d496a787777f665bd1e0392b7c6c91ab36cadb5ce2bade09053fe37da998a491aa9b98
SHA512 (../ISP-Checker-deploy.yaml) = d0affaa95716db6581893ede162d12fe040b5fb81af3cc415e075d110586a0fe606743ff3e2b99c9025e5af4e20af814be9e4c52baa4488de7d05e6ca13ef1e5
9 changes: 6 additions & 3 deletions kubernetes/ISP-Checker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4359,7 +4359,6 @@ data:
"uid": "Is1f1nRgz",
"version": 1
}
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -10923,6 +10922,10 @@ metadata:
namespace: monitoring
name: telegraf
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
app: telegraf
Expand Down Expand Up @@ -11271,8 +11274,8 @@ spec:
spec:
securityContext:
runAsNonRoot: true
runAsUser: 472
fsGroup: 472
runAsUser: 10000
fsGroup: 10000
containers:
- name: telegraf-speedtest
image: tty0/isp_telegraf:1.15.3
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/yaml/daemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
namespace: monitoring
name: telegraf
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
app: telegraf
Expand Down

0 comments on commit 3ec2124

Please sign in to comment.