2 ## Reference to one or more secrets to be used when pulling images
3 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
6 # - name: "image-pull-secret"
9# Annotations for the wave pods
12 name: cgr.dev/scratch-images/test-tmp/wave-fips
13 tag: 0.12.0-r0@sha256:a20e4928b53adb965fedc05bd6469dc8e5c577b9eec9c58ad2cd73b4ef98fc9f
14 pullPolicy: IfNotPresent
15# Node selector for the wave pods
17# Replicas > 1 will enable leader election
19# Add PodDisruptionBudget which should be enabled for replicas > 1
22# Additional volumes to use in the pod.
27# Additional volumes to mount into the container.
32# https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
36# Service account config for the agent pods
38 # Specifies whether a ServiceAccount should be created
40 # The name of the ServiceAccount to use.
41 # If not set and create is true, a name is generated using the fullname template
45# Keep pods of a StatefulSet which are stuck with the placeholder scheduler that
46# the webhooks use to hold back pods with missing ConfigMaps/Secrets
47disableGatedPodDeletion: false
48# Period for reconciliation
51# Global rate limiting for updates to prevent rapid deployment churn
52# Rate limit is shared across all deployments, statefulsets, and daemonsets
53# updateRate: maximum updates per second globally (default: 1.0 = 1 update per second)
54# updateBurst: maximum burst size (default: 100 = allow 100 immediate updates)
55# Set updateRate to 0 or very high value to disable rate limiting
59# We usually recommend not to specify default resources and to leave this as a conscious
60# choice for the user. This also increases chances charts run on environments with little
61# resources, such as Minikube. If you do want to specify resources, uncomment the following
62# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70# node tolerations for wave pod
72# (anti-)affinity for wave pods
74# topologySpreadConstraints for the wave pods
75topologySpreadConstraints: []
76# extra annotations for wave pods