File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 7
7
## Deploy - Helm
8
8
9
9
``` bash
10
- helm install \
11
- https://github.com/jatalocks/kube-reqsizer/releases/download/kube-reqsizer-0.6.2/kube-reqsizer-0.6.2.tgz
10
+ helm repo add kube-reqsizer https://jatalocks.github.io/kube-reqsizer/
11
+ helm repo update
12
+ helm install kube-reqsizer/kube-reqsizer
12
13
```
13
14
14
15
** Core Values:**
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.6.2
16
+ version : 0.6.3
Original file line number Diff line number Diff line change 50
50
periodSeconds : 10
51
51
securityContext :
52
52
allowPrivilegeEscalation : false
53
- # - args:
54
- # - --secure-listen-address=0.0.0.0:8443
55
- # - --upstream=http://127.0.0.1:8080/
56
- # - --logtostderr=true
57
- # - --v=10
58
- # env:
59
- # - name: KUBERNETES_CLUSTER_DOMAIN
60
- # value: {{ .Values.kubernetesClusterDomain }}
61
- # image: {{ .Values.controllerManager.kubeRbacProxy.image.repository }}:{{ .Values.controllerManager.kubeRbacProxy.image.tag | default .Chart.AppVersion }}
62
- # name: kube-rbac-proxy
63
- # ports:
64
- # - containerPort: 8443
65
- # name: https
66
53
securityContext :
67
54
runAsUser : 65532
68
55
terminationGracePeriodSeconds : 10
You can’t perform that action at this time.
0 commit comments