File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
bindata/bootkube/bootstrap-manifests Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 50
50
requests :
51
51
memory : 1Gi
52
52
cpu : 265m
53
- securityContext :
54
- readOnlyRootFilesystem : true
55
53
volumeMounts :
56
54
- mountPath : /etc/ssl/certs
57
55
name : ssl-certs-host
69
67
name : logs
70
68
- mountPath : /var/log/kube-apiserver
71
69
name : audit-dir
72
- - mountPath : /tmp
73
- name : tmp-dir
74
70
livenessProbe :
75
71
httpGet :
76
72
scheme : HTTPS
@@ -121,8 +117,6 @@ spec:
121
117
requests :
122
118
memory : 50Mi
123
119
cpu : 5m
124
- securityContext :
125
- readOnlyRootFilesystem : true
126
120
{{end}}
127
121
terminationGracePeriodSeconds : {{ .TerminationGracePeriodSeconds }}
128
122
volumes :
@@ -144,5 +138,3 @@ spec:
144
138
- hostPath :
145
139
path : /var/log/kube-apiserver
146
140
name : audit-dir
147
- - emptyDir : {}
148
- name : tmp-dir
You can’t perform that action at this time.
0 commit comments