2 repository: cgr.dev/chainguard-private/kubernetes-replicator
3 #tag: stable # if no tag is given, the chart's appVersion is used
5 tag: latest@sha256:e71f92cc20f0abf70105f0b00f18b5ff8a1bf1a5ad5a69eb49cb6d5d2fe20d73
10grantClusterAdmin: false
11automountServiceAccountToken: true
41## Deployment strategy / DaemonSet updateStrategy
53 automountServiceAccountToken: true
55 # resources: ["configmaps"]
63# readOnlyRootFilesystem: true
76# The number of old history to retain to allow rollback.
77revisionHistoryLimit: 10
81# Deployment annotations
90 initialDelaySeconds: 60
96 initialDelaySeconds: 60
101# Enable vertical pod autoscaler
102verticalPodAutoscaler:
104 # Recommender responsible for generating recommendation for the object.
105 # List should be empty (then the default recommender will generate the recommendation)
106 # or contain exactly one recommender.
108 # - name: custom-recommender-performance
110 # List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
111 controlledResources: []
112 # Specifies which resource values should be controlled: RequestsOnly or RequestsAndLimits.
113 # controlledValues: RequestsAndLimits
115 # Define the max allowed resources for the pod
119 # Define the min allowed resources for the pod
125 # Specifies minimal number of replicas which need to be alive for VPA Updater to attempt pod eviction
127 # Specifies whether recommended updates are applied when a Pod is started and whether recommended updates
128 # are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "Auto".