Update goldilocks
This commit is contained in:
parent
42516f1f7d
commit
cf45a3f547
@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: metrics-server
|
||||
repository: https://kubernetes-sigs.github.io/metrics-server/
|
||||
version: 3.10.0
|
||||
digest: sha256:0a1ceadffa31a28b452eddff98027bcc4df9894d22f2e74ccbfa1828477db27c
|
||||
generated: "2023-06-05T09:00:56.207403385+02:00"
|
||||
BIN
goldilocks-7.3.1/.values-home.yaml.swp
Normal file
BIN
goldilocks-7.3.1/.values-home.yaml.swp
Normal file
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: vpa
|
||||
repository: https://charts.fairwinds.com/stable
|
||||
version: 2.2.0
|
||||
version: 2.5.1
|
||||
- name: metrics-server
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.4.1
|
||||
digest: sha256:65dfffdd82f5d6603ee038a3fa3a501efddd36ea79338c8b403e13916f53da51
|
||||
generated: "2023-07-20T15:27:42.2213269Z"
|
||||
digest: sha256:358718baff45656e3b4a9fa0cddb5c17717041839542aa223620002e55e5ce26
|
||||
generated: "2023-09-05T15:36:02.054719-06:00"
|
||||
@ -1,10 +1,10 @@
|
||||
apiVersion: v2
|
||||
appVersion: v4.9.0
|
||||
appVersion: v4.10.0
|
||||
dependencies:
|
||||
- condition: vpa.enabled
|
||||
name: vpa
|
||||
repository: https://charts.fairwinds.com/stable
|
||||
version: 2.2.0
|
||||
version: 2.5.*
|
||||
- condition: metrics-server.enabled
|
||||
name: metrics-server
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@ -22,4 +22,4 @@ maintainers:
|
||||
name: goldilocks
|
||||
sources:
|
||||
- https://github.com/FairwindsOps/goldilocks
|
||||
version: 7.1.1
|
||||
version: 7.3.1
|
||||
@ -65,7 +65,7 @@ This will completely remove the VPA and then re-install it using the new method.
|
||||
| metrics-server.enabled | bool | `false` | If true, the metrics-server will be installed as a sub-chart |
|
||||
| metrics-server.apiService.create | bool | `true` | |
|
||||
| image.repository | string | `"us-docker.pkg.dev/fairwinds-ops/oss/goldilocks"` | Repository for the goldilocks image |
|
||||
| image.tag | string | `"v4.9.0"` | The goldilocks image tag to use |
|
||||
| image.tag | string | `"v4.10.0"` | The goldilocks image tag to use |
|
||||
| image.pullPolicy | string | `"Always"` | imagePullPolicy - Highly recommended to leave this as `Always` |
|
||||
| imagePullSecrets | list | `[]` | A list of image pull secret names to use |
|
||||
| nameOverride | string | `""` | |
|
||||
@ -84,8 +84,8 @@ This will completely remove the VPA and then re-install it using the new method.
|
||||
| controller.tolerations | list | `[]` | Tolerations for the controller pod |
|
||||
| controller.affinity | object | `{}` | Affinity for the controller pods |
|
||||
| controller.topologySpreadConstraints | list | `[]` | Topology spread constraints for the controller pods |
|
||||
| controller.resources | object | `{"limits":{"cpu":"25m","memory":"256Mi"},"requests":{"cpu":"25m","memory":"256Mi"}}` | The resources block for the controller pods |
|
||||
| controller.podSecurityContext | object | `{}` | Defines the podSecurityContext for the controller pod |
|
||||
| controller.resources | object | `{"limits":{},"requests":{"cpu":"25m","memory":"256Mi"}}` | The resources block for the controller pods |
|
||||
| controller.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | Defines the podSecurityContext for the controller pod |
|
||||
| controller.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":10324}` | The container securityContext for the controller container |
|
||||
| controller.deployment.extraVolumeMounts | list | `[]` | Extra volume mounts for the controller container |
|
||||
| controller.deployment.extraVolumes | list | `[]` | Extra volumes for the controller pod |
|
||||
@ -118,8 +118,8 @@ This will completely remove the VPA and then re-install it using the new method.
|
||||
| dashboard.ingress.hosts[0].paths[0].path | string | `"/"` | |
|
||||
| dashboard.ingress.hosts[0].paths[0].type | string | `"ImplementationSpecific"` | |
|
||||
| dashboard.ingress.tls | list | `[]` | |
|
||||
| dashboard.resources | object | `{"limits":{"cpu":"25m","memory":"256Mi"},"requests":{"cpu":"25m","memory":"256Mi"}}` | A resources block for the dashboard. |
|
||||
| dashboard.podSecurityContext | object | `{}` | Defines the podSecurityContext for the dashboard pod |
|
||||
| dashboard.resources | object | `{"limits":{},"requests":{"cpu":"25m","memory":"256Mi"}}` | A resources block for the dashboard. |
|
||||
| dashboard.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | Defines the podSecurityContext for the dashboard pod |
|
||||
| dashboard.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":10324}` | The container securityContext for the dashboard container |
|
||||
| dashboard.nodeSelector | object | `{}` | |
|
||||
| dashboard.tolerations | list | `[]` | |
|
||||
6
goldilocks-7.3.1/charts/vpa/Chart.lock
Normal file
6
goldilocks-7.3.1/charts/vpa/Chart.lock
Normal file
@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: metrics-server
|
||||
repository: https://kubernetes-sigs.github.io/metrics-server/
|
||||
version: 3.11.0
|
||||
digest: sha256:8e75a50c785978534cc73098c2c0d9f366060e8799348a794c819f986a133029
|
||||
generated: "2023-08-16T10:36:48.403971-06:00"
|
||||
@ -1,11 +1,11 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.13.0
|
||||
appVersion: 0.14.0
|
||||
dependencies:
|
||||
- alias: metrics-server
|
||||
condition: metrics-server.enabled
|
||||
name: metrics-server
|
||||
repository: https://kubernetes-sigs.github.io/metrics-server/
|
||||
version: 3.10.0
|
||||
version: 3.11.0
|
||||
description: A Helm chart for Kubernetes Vertical Pod Autoscaler
|
||||
home: https://github.com/FairwindsOps/charts/tree/master/stable/vpa
|
||||
kubeVersion: '>= 1.21.0-0'
|
||||
@ -16,4 +16,4 @@ sources:
|
||||
- https://github.com/FairwindsOps/charts/tree/master/stable/vpa
|
||||
- https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.5.1
|
||||
@ -113,8 +113,10 @@ recommender:
|
||||
| serviceAccount.name | string | `""` | The base name of the service account to use (appended with the component). If not set and create is true, a name is generated using the fullname template and appended for each component |
|
||||
| serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
|
||||
| recommender.enabled | bool | `true` | If true, the vpa recommender component will be installed. |
|
||||
| recommender.annotations | object | `{}` | Annotations to add to the recommender deployment |
|
||||
| recommender.extraArgs | object | `{"pod-recommendation-min-cpu-millicores":15,"pod-recommendation-min-memory-mb":100,"v":"4"}` | A set of key-value flags to be passed to the recommender |
|
||||
| recommender.replicaCount | int | `1` | |
|
||||
| recommender.revisionHistoryLimit | int | `10` | The number of old replicasets to retain, default is 10, 0 will garbage-collect old replicasets |
|
||||
| recommender.podDisruptionBudget | object | `{}` | This is the setting for the pod disruption budget |
|
||||
| recommender.image.repository | string | `"registry.k8s.io/autoscaling/vpa-recommender"` | The location of the recommender image |
|
||||
| recommender.image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion |
|
||||
@ -131,8 +133,10 @@ recommender:
|
||||
| recommender.affinity | object | `{}` | |
|
||||
| recommender.podMonitor | object | `{"annotations":{},"enabled":false,"labels":{}}` | Enables a prometheus operator podMonitor for the recommender |
|
||||
| updater.enabled | bool | `true` | If true, the updater component will be deployed |
|
||||
| updater.annotations | object | `{}` | Annotations to add to the updater deployment |
|
||||
| updater.extraArgs | object | `{}` | A key-value map of flags to pass to the updater |
|
||||
| updater.replicaCount | int | `1` | |
|
||||
| updater.revisionHistoryLimit | int | `10` | The number of old replicasets to retain, default is 10, 0 will garbage-collect old replicasets |
|
||||
| updater.podDisruptionBudget | object | `{}` | This is the setting for the pod disruption budget |
|
||||
| updater.image.repository | string | `"registry.k8s.io/autoscaling/vpa-updater"` | The location of the updater image |
|
||||
| updater.image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion |
|
||||
@ -149,6 +153,7 @@ recommender:
|
||||
| updater.affinity | object | `{}` | |
|
||||
| updater.podMonitor | object | `{"annotations":{},"enabled":false,"labels":{}}` | Enables a prometheus operator podMonitor for the updater |
|
||||
| admissionController.enabled | bool | `true` | If true, will install the admission-controller component of vpa |
|
||||
| admissionController.annotations | object | `{}` | Annotations to add to the admission controller deployment |
|
||||
| admissionController.extraArgs | object | `{}` | A key-value map of flags to pass to the admissionController |
|
||||
| admissionController.generateCertificate | bool | `true` | If true and admissionController is enabled, a pre-install hook will run to create the certificate for the webhook |
|
||||
| admissionController.secretName | string | `"{{ include \"vpa.fullname\" . }}-tls-secret"` | Name for the TLS secret created for the webhook. Default {{ .Release.Name }}-tls-secret |
|
||||
@ -167,6 +172,7 @@ recommender:
|
||||
| admissionController.mutatingWebhookConfiguration.objectSelector | object | `{}` | The objectSelector can filter object on e.g. labels |
|
||||
| admissionController.mutatingWebhookConfiguration.timeoutSeconds | int | `30` | |
|
||||
| admissionController.replicaCount | int | `1` | |
|
||||
| admissionController.revisionHistoryLimit | int | `10` | The number of old replicasets to retain, default is 10, 0 will garbage-collect old replicasets |
|
||||
| admissionController.podDisruptionBudget | object | `{}` | This is the setting for the pod disruption budget |
|
||||
| admissionController.image.repository | string | `"registry.k8s.io/autoscaling/vpa-admission-controller"` | The location of the vpa admission controller image |
|
||||
| admissionController.image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion |
|
||||
@ -1,15 +1,15 @@
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: "Fixed auth-reader role binding namespace to always use kube-system."
|
||||
- kind: fixed
|
||||
description: "Fixed addon resizer configuration."
|
||||
- kind: added
|
||||
description: "Added support for running under PodSecurity restricted."
|
||||
- kind: fixed
|
||||
description: "Fixed container port default not having been updated to 10250."
|
||||
description: "Added default Metrics Server resource requests."
|
||||
- kind: changed
|
||||
description: "Updated the Metrics Server OCI image to v0.6.3."
|
||||
- kind: changed
|
||||
description: "Updated the addon resizer OCI image to v1.8.19."
|
||||
- kind: changed
|
||||
description: "Changed the default addon resizer nanny resource configuration to match the documented Metrics Server autoscaling values."
|
||||
apiVersion: v2
|
||||
appVersion: 0.6.3
|
||||
appVersion: 0.6.4
|
||||
description: Metrics Server is a scalable, efficient source of container resource
|
||||
metrics for Kubernetes built-in autoscaling pipelines.
|
||||
home: https://github.com/kubernetes-sigs/metrics-server
|
||||
@ -29,4 +29,4 @@ name: metrics-server
|
||||
sources:
|
||||
- https://github.com/kubernetes-sigs/metrics-server
|
||||
type: application
|
||||
version: 3.10.0
|
||||
version: 3.11.0
|
||||
@ -23,7 +23,7 @@ helm upgrade --install metrics-server metrics-server/metrics-server
|
||||
The following table lists the configurable parameters of the _Metrics Server_ chart and their default values.
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
|
||||
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
|
||||
| `image.repository` | Image repository. | `registry.k8s.io/metrics-server/metrics-server` |
|
||||
| `image.tag` | Image tag, will override the default tag derived from the chart app version. | `""` |
|
||||
| `image.pullPolicy` | Image pull policy. | `IfNotPresent` |
|
||||
@ -62,16 +62,16 @@ The following table lists the configurable parameters of the _Metrics Server_ ch
|
||||
| `service.annotations` | Annotations to add to the service. | `{}` |
|
||||
| `service.labels` | Labels to add to the service. | `{}` |
|
||||
| `addonResizer.enabled` | If `true`, run the addon-resizer as a sidecar to automatically scale resource requests with cluster size. | `false` |
|
||||
| `addonResizer.image.repository` | addon-resizer image repository | registry.k8s.io/autoscaling/addon-resizer |
|
||||
| `addonResizer.image.tag` | addon-resizer image tag | 1.8.14 |
|
||||
| `addonResizer.resources` | Resource requests and limits for the _nanny_ container. | `{limits: {cpu: 40m, memory: 25Mi}, requests: {cpu: 40m, memory: 25Mi}}` |
|
||||
| `addonResizer.nanny.cpu` | The base CPU requirement. | 20m |
|
||||
| `addonResizer.nanny.extraCPU` | The amount of CPU to add per node. | 1m |
|
||||
| `addonResizer.nanny.extraMemory` | The amount of memory to add per node. | 2Mi |
|
||||
| `addonResizer.nanny.memory` | The base memory requirement. | 15Mi |
|
||||
| `addonResizer.nanny.minClusterSize` | Specifies the smallest number of nodes resources will be scaled to. | 10 |
|
||||
| `addonResizer.nanny.pollPeriod` | The time, in milliseconds, to poll the dependent container. | 300000 |
|
||||
| `addonResizer.nanny.threshold` | A number between 0-100. The dependent's resources are rewritten when they deviate from expected by more than threshold. | 5 |
|
||||
| `addonResizer.image.repository` | addon-resizer image repository | `registry.k8s.io/autoscaling/addon-resizer` |
|
||||
| `addonResizer.image.tag` | addon-resizer image tag | `1.8.19` |
|
||||
| `addonResizer.resources` | Resource requests and limits for the _nanny_ container. | `{ requests: { cpu: 40m, memory: 25Mi }, limits: { cpu: 40m, memory: 25Mi } }` |
|
||||
| `addonResizer.nanny.cpu` | The base CPU requirement. | `0m` |
|
||||
| `addonResizer.nanny.extraCPU` | The amount of CPU to add per node. | `1m` |
|
||||
| `addonResizer.nanny.memory` | The base memory requirement. | `0Mi` |
|
||||
| `addonResizer.nanny.extraMemory` | The amount of memory to add per node. | `2Mi` |
|
||||
| `addonResizer.nanny.minClusterSize` | Specifies the smallest number of nodes resources will be scaled to. | `100` |
|
||||
| `addonResizer.nanny.pollPeriod` | The time, in milliseconds, to poll the dependent container. | `300000` |
|
||||
| `addonResizer.nanny.threshold` | A number between 0-100. The dependent's resources are rewritten when they deviate from expected by more than threshold. | `5` |
|
||||
| `metrics.enabled` | If `true`, allow unauthenticated access to `/metrics`. | `false` |
|
||||
| `serviceMonitor.enabled` | If `true`, create a _Prometheus_ service monitor. This needs `metrics.enabled` to be `true`. | `false` |
|
||||
| `serviceMonitor.additionalLabels` | Additional labels to be set on the ServiceMonitor. | `{}` |
|
||||
@ -79,7 +79,7 @@ The following table lists the configurable parameters of the _Metrics Server_ ch
|
||||
| `serviceMonitor.relabelings` | _Prometheus_ relabeling. | `[]` |
|
||||
| `serviceMonitor.interval` | _Prometheus_ scrape frequency. | `1m` |
|
||||
| `serviceMonitor.scrapeTimeout` | _Prometheus_ scrape timeout. | `10s` |
|
||||
| `resources` | Resource requests and limits for the _metrics-server_ container. See https://github.com/kubernetes-sigs/metrics-server#scaling | `{}` |
|
||||
| `resources` | Resource requests and limits for the _metrics-server_ container. See https://github.com/kubernetes-sigs/metrics-server#scaling | `{ requests: { cpu: 100m, memory: 200Mi }}` |
|
||||
| `extraVolumeMounts` | Additional volume mounts for the _metrics-server_ container. | `[]` |
|
||||
| `extraVolumes` | Additional volumes for the pod. | `[]` |
|
||||
| `nodeSelector` | Node labels for pod assignment. | `{}` |
|
||||
@ -103,9 +103,8 @@ spec:
|
||||
- /pod_nanny
|
||||
- --config-dir=/etc/config
|
||||
- --deployment={{ include "metrics-server.fullname" . }}
|
||||
- --threshold={{ .Values.addonResizer.nanny.threshold }}
|
||||
- --deployment={{ include "metrics-server.fullname" . }}
|
||||
- --container=metrics-server
|
||||
- --threshold={{ .Values.addonResizer.nanny.threshold }}
|
||||
- --poll-period={{ .Values.addonResizer.nanny.pollPeriod }}
|
||||
- --estimator=exponential
|
||||
- --minClusterSize={{ .Values.addonResizer.nanny.minClusterSize }}
|
||||
@ -127,20 +127,20 @@ addonResizer:
|
||||
enabled: false
|
||||
image:
|
||||
repository: registry.k8s.io/autoscaling/addon-resizer
|
||||
tag: 1.8.14
|
||||
tag: 1.8.19
|
||||
resources:
|
||||
limits:
|
||||
cpu: 40m
|
||||
memory: 25Mi
|
||||
requests:
|
||||
cpu: 40m
|
||||
memory: 25Mi
|
||||
limits:
|
||||
cpu: 40m
|
||||
memory: 25Mi
|
||||
nanny:
|
||||
cpu: 20m
|
||||
cpu: 0m
|
||||
extraCpu: 1m
|
||||
memory: 0Mi
|
||||
extraMemory: 2Mi
|
||||
memory: 15Mi
|
||||
minClusterSize: 10
|
||||
minClusterSize: 100
|
||||
pollPeriod: 300000
|
||||
threshold: 5
|
||||
|
||||
@ -156,7 +156,13 @@ serviceMonitor:
|
||||
relabelings: []
|
||||
|
||||
# See https://github.com/kubernetes-sigs/metrics-server#scaling
|
||||
resources: {}
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
# limits:
|
||||
# cpu:
|
||||
# memory:
|
||||
|
||||
extraVolumeMounts: []
|
||||
|
||||
@ -1,15 +1,24 @@
|
||||
recommender:
|
||||
enabled: true
|
||||
annotations:
|
||||
foo: bar
|
||||
"foo.io/deploy-repo": "https://gitlab.com/foo/myrepo"
|
||||
podLabels:
|
||||
app: test
|
||||
foo: bar
|
||||
updater:
|
||||
enabled: true
|
||||
annotations:
|
||||
foo: bar
|
||||
"foo.io/deploy-repo": "https://gitlab.com/foo/myrepo"
|
||||
podLabels:
|
||||
app: test
|
||||
foo: bar
|
||||
admissionController:
|
||||
enabled: true
|
||||
annotations:
|
||||
foo: bar
|
||||
"foo.io/deploy-repo": "https://gitlab.com/foo/myrepo"
|
||||
extraArgs:
|
||||
v: "4"
|
||||
generateCertificate: true
|
||||
@ -2,12 +2,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
{{- if .Values.admissionController.annotations }}
|
||||
annotations:
|
||||
{{- .Values.admissionController.annotations | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
name: {{ include "vpa.fullname" . }}-admission-controller
|
||||
labels:
|
||||
app.kubernetes.io/component: admission-controller
|
||||
{{- include "vpa.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.admissionController.replicaCount }}
|
||||
{{- if .Values.admissionController.revisionHistoryLimit }}
|
||||
revisionHistoryLimit: {{ .Values.admissionController.revisionHistoryLimit }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: admission-controller
|
||||
@ -9,5 +9,5 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: admission-controller
|
||||
app.kubernetes.io/name: {{ template "vpa.fullname" . }}
|
||||
app.kubernetes.io/name: {{ template "vpa.name" . }}
|
||||
{{- end }}
|
||||
@ -2,12 +2,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
{{- if .Values.recommender.annotations }}
|
||||
annotations:
|
||||
{{- .Values.recommender.annotations | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
name: {{ include "vpa.fullname" . }}-recommender
|
||||
labels:
|
||||
app.kubernetes.io/component: recommender
|
||||
{{- include "vpa.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.recommender.replicaCount }}
|
||||
{{- if .Values.recommender.revisionHistoryLimit }}
|
||||
revisionHistoryLimit: {{ .Values.recommender.revisionHistoryLimit }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: recommender
|
||||
@ -9,5 +9,5 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: recommender
|
||||
app.kubernetes.io/name: {{ template "vpa.fullname" . }}
|
||||
app.kubernetes.io/name: {{ template "vpa.name" . }}
|
||||
{{- end }}
|
||||
@ -2,12 +2,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
{{- if .Values.updater.annotations }}
|
||||
annotations:
|
||||
{{- .Values.updater.annotations | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
name: {{ include "vpa.fullname" . }}-updater
|
||||
labels:
|
||||
app.kubernetes.io/component: updater
|
||||
{{- include "vpa.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.updater.replicaCount }}
|
||||
{{- if .Values.updater.revisionHistoryLimit }}
|
||||
revisionHistoryLimit: {{ .Values.updater.revisionHistoryLimit }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: updater
|
||||
@ -9,5 +9,5 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: updater
|
||||
app.kubernetes.io/name: {{ template "vpa.fullname" . }}
|
||||
app.kubernetes.io/name: {{ template "vpa.name" . }}
|
||||
{{- end }}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user