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/cluster-proportional-autoscaler/values.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ options:
37
37
maxSyncFailures:
38
38
namespace:
39
39
nodeLabels: {}
40
-
#label1: value1
41
-
#label2: value2
40
+
# label1: value1
41
+
# label2: value2
42
42
pollPeriodSeconds:
43
43
stdErrThreshold:
44
44
target:
45
45
vmodule:
46
46
podAnnotations: {}
47
47
podSecurityContext: {}
48
-
# fsGroup: 2000
48
+
# fsGroup: 2000
49
49
replicaCount: 1
50
50
resources: {}
51
51
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -57,14 +57,14 @@ resources: {}
57
57
# memory: 128Mi
58
58
# requests:
59
59
# cpu: 100m
60
-
# memory: 128Mi
60
+
# memory: 128Mi
61
61
securityContext: {}
62
62
# capabilities:
63
63
# drop:
64
64
# - ALL
65
65
# readOnlyRootFilesystem: true
66
66
# runAsNonRoot: true
67
-
# runAsUser: 1000
67
+
# runAsUser: 1000
68
68
serviceAccount:
69
69
create: true
70
70
annotations: {}
@@ -73,3 +73,4 @@ serviceAccount:
73
73
# If set and create is false, no service account will be created and the expectation is that the provided service account already exists or it will use the "default" service account
0 commit comments