1# Default values for reflector.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
7 repository: cgr.dev/chainguard-private/kubernetes-reflector
8 pullPolicy: IfNotPresent
9 # Overrides the image tag whose default is the chart appVersion.
10 tag: latest@sha256:2b2f1a95d93da80b0c88bd5099e275709882a41d1ee6243498ad9ce692427bd3
17 schedule: "*/15 * * * *"
18 activeDeadlineSeconds: 600
24 minimumLevel: Information
27 # Comma-separated list of namespace glob patterns to exclude from reflection processing.
28 # Supports wildcards: * (any characters), ? (single character).
29 # Example: "kube-system,*-suffix,prefix-*"
30 excludedNamespaces: ""
36 # Specifies whether a service account should be created
38 # Annotations to add to the service account
40 # The name of the service account to use.
41 # If not set and create is true, a name is generated using the fullname template
43# additional annotations to set on the pod
45# additional labels to set on the pod
47# additional env vars to add to the pod
55 readOnlyRootFilesystem: true
63 initialDelaySeconds: 5
71 initialDelaySeconds: 5
79 initialDelaySeconds: 5
83# We usually recommend not to specify default resources and to leave this as a conscious
84# choice for the user. This also increases chances charts run on environments with little
85# resources, such as Minikube. If you do want to specify resources, uncomment the following
86# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
98 targetCPUUtilizationPercentage: 80
99 # targetMemoryUtilizationPercentage: 80
103topologySpreadConstraints: []