You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/coredns/values.yaml
+5-5
Original file line number
Diff line number
Diff line change
@@ -161,12 +161,12 @@ readinessProbe:
161
161
failureThreshold: 5
162
162
successThreshold: 1
163
163
164
-
# specify security configuration that will be applied to a container - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#securitycontext-v1-core
164
+
# specify security configuration that will be applied to a container - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#securitycontext-v1-core
165
165
securityContext:
166
166
runAsNonRoot: true
167
167
readOnlyRootFilesystem: true
168
168
169
-
# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#affinity-v1-core
169
+
# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#affinity-v1-core
0 commit comments