1# -- Internal settings used with `helm template` to generate install manifest
8 repository: bitnamilegacy/postgresql
9 tag: 16.1.0-debian-11-r22
11 # -- Deploy postgresql dependency chart
14 postgresPassword: reports
18# -- Full name override
20# -- Number of pod replicas
22# -- Optional cluster name, used to easily identify database records when querying the database directly
26 registry: chainreg.biz
28 repository: chainguard-private/kyverno-reports-server
29 # -- Image pull policy
30 pullPolicy: IfNotPresent
31 # -- Image tag (will default to app version if not set)
32 tag: latest@sha256:81f12fb2eb1c56115e80cda521a431f04d1128da629bd7c238a99cf868f5c0b3
33# -- Image pull secrets
35# -- Priority class name
36priorityClassName: system-cluster-critical
38 # -- Create service account
40 # -- Service account annotations
42 # -- Service account name (required if `serviceAccount.create` is `false`)
46# -- Labels to add to resources managed by the chart
48# -- Pod security context
51# -- Provide additional environment variables to the pods. Map with the same format as kubernetes deployment spec's env.
53# -- Container security context
54# @default -- See [values.yaml](values.yaml)
59 readOnlyRootFilesystem: true
63 allowPrivilegeEscalation: false
68 initialDelaySeconds: 20
77 initialDelaySeconds: 30
85 # -- Enable prometheus metrics
88 # -- Enable service monitor for scraping prometheus metrics
90 # -- Service monitor additional labels
92 # -- Service monitor scrape interval
94 # -- Service monitor metric relabelings
96 # -- Service monitor relabelings
98 # -- Service monitor scrape timeout
100# We usually recommend not to specify default resources and to leave this as a conscious
101# choice for the user. This also increases chances charts run on environments with little
102# resources, such as Minikube. If you do want to specify resources, uncomment the following
103# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
105 # -- Container resource limits
110 # -- Container resource requests
115 # -- Enable autoscaling
117 # -- Min number of replicas
119 # -- Max number of replicas
121 # -- Target CPU utilisation
122 targetCPUUtilizationPercentage: 80
123 # -- Target Memory utilisation
124 targetMemoryUtilizationPercentage: ~
125# -- Using a PDB is highly recommended for highly available deployments. Defaults to enabled. The default configuration doesn't prevent disruption when using a single replica
127 # -- Enable PodDisruptionBudget
129 # -- minAvailable pods for PDB, cannot be used together with maxUnavailable
131 # -- maxUnavailable pods for PDB, will take precedence over minAvailable if both are defined
150 # -- If set, database connection information will be read from the Secret with this name. Overrides `db.host`, `db.name`, `db.user`, and `db.password`.
154 # -- The database host will be read from this `key` in the specified Secret, when `db.secretName` is set.
155 hostSecretKeyName: "host"
158 # -- The database port will be read from this `key` in the specified Secret, when `db.secretName` is set.
159 portSecretKeyName: "port"
162 # -- The database name will be read from this `key` in the specified Secret, when `db.secretName` is set.
163 dbNameSecretKeyName: "dbname"
166 # -- The database username will be read from this `key` in the specified Secret, when `db.secretName` is set.
167 userSecretKeyName: "username"
168 # -- Database password
170 # -- The database password will be read from this `key` in the specified Secret, when `db.secretName` is set.
171 passwordSecretKeyName: "password"
174 # -- Database SSL root cert
176 # -- Database SSL key
178 # -- Database SSL cert
180apiServicesManagement:
181 # -- Create a helm hooks to delete api services on uninstall
183 # -- Install api services in manifest
185 # -- Store reports in reports-server
187 # -- Store ephemeral reports in reports-server
188 installEphemeralReportsService: true
189 # -- Store open reports in reports-server
190 installOpenreportsService: true
192 # -- (string) Image registry
193 registry: chainreg.biz
194 # -- Image repository
195 repository: chainguard-private/kubectl
197 # Defaults to `latest` if omitted
198 tag: latest@sha256:a18741a38ed25fc164fa8ca5bdd741726e5732a92de8f59cd1ad1f0d570b6d83
199 # -- (string) Image pull policy
200 # Defaults to image.pullPolicy if omitted
202 # -- Image pull secrets
204 # -- Security context for the pod
205 podSecurityContext: {}
206 # -- Node labels for pod assignment
208 # -- List of node taints to tolerate
210 # -- Pod anti affinity constraints.
212 # -- Pod affinity constraints.
216 # -- Pod annotations.
218 # -- Node affinity constraints.
220 # -- Security context for the hook containers
226 allowPrivilegeEscalation: false
227 readOnlyRootFilesystem: true