Skip to content

Commit 44c3d4d

Browse files
committed
🎨 stam
modified: charts/kube-reqsizer/templates/deployment.yaml; modified: charts/kube-reqsizer/values.yaml
1 parent a51cc07 commit 44c3d4d

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ spec:
3333
value: {{ .Values.kubernetesClusterDomain }}
3434
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag | default .Chart.AppVersion }}
3535
imagePullPolicy: Always
36-
livenessProbe:
37-
httpGet:
38-
path: /healthz
39-
port: 8081
40-
initialDelaySeconds: 15
41-
periodSeconds: 20
42-
name: manager
43-
readinessProbe:
44-
httpGet:
45-
path: /readyz
46-
port: 8081
47-
initialDelaySeconds: 5
48-
periodSeconds: 10
36+
# livenessProbe:
37+
# httpGet:
38+
# path: /healthz
39+
# port: 8081
40+
# initialDelaySeconds: 15
41+
# periodSeconds: 20
42+
# name: manager
43+
# readinessProbe:
44+
# httpGet:
45+
# path: /readyz
46+
# port: 8081
47+
# initialDelaySeconds: 5
48+
# periodSeconds: 10
4949
resources: {{- toYaml .Values.controllerManager.manager.resources | nindent 10
5050
}}
5151
securityContext:

charts/kube-reqsizer/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
sampleSize: 1
22
enabledAnnotation: false
3+
# Namespace annotation filter
4+
# Scale up / scale down requests
5+
# Timestamp per sample to restrict pod restarts
36

47
controllerManager:
58
kubeRbacProxy:

0 commit comments

Comments
 (0)