DirectorySecurity AdvisoriesPricing
Sign in
Directory
emberstack-reflector logoHELM

emberstack-reflector

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# Default values for reflector.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
replicaCount: 1
6
image:
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
11
imagePullSecrets: []
12
nameOverride: ""
13
namespaceOverride: ""
14
fullnameOverride: ""
15
cron:
16
enabled: false
17
schedule: "*/15 * * * *"
18
activeDeadlineSeconds: 600
19
securityContext:
20
runAsNonRoot: true
21
runAsUser: 1000
22
configuration:
23
logging:
24
minimumLevel: Information
25
watcher:
26
timeout: ""
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: ""
31
kubernetes:
32
skipTlsVerify: false
33
rbac:
34
enabled: true
35
serviceAccount:
36
# Specifies whether a service account should be created
37
create: true
38
# Annotations to add to the service account
39
annotations: {}
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
42
name: ""
43
# additional annotations to set on the pod
44
podAnnotations: {}
45
# additional labels to set on the pod
46
podLabels: {}
47
# additional env vars to add to the pod
48
extraEnv: []
49
podSecurityContext:
50
fsGroup: 2000
51
securityContext:
52
capabilities:
53
drop:
54
- ALL
55
readOnlyRootFilesystem: true
56
runAsNonRoot: true
57
runAsUser: 1000
58
livenessProbe:
59
httpGet:
60
path: /health/live
61
port: http
62
timeoutSeconds: 10
63
initialDelaySeconds: 5
64
periodSeconds: 10
65
failureThreshold: 5
66
readinessProbe:
67
httpGet:
68
path: /health/ready
69
port: http
70
timeoutSeconds: 10
71
initialDelaySeconds: 5
72
periodSeconds: 10
73
failureThreshold: 5
74
startupProbe:
75
httpGet:
76
path: /health/ready
77
port: http
78
timeoutSeconds: 10
79
initialDelaySeconds: 5
80
periodSeconds: 10
81
failureThreshold: 5
82
resources: {}
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:'.
87
# limits:
88
# cpu: 100m
89
# memory: 128Mi
90
# requests:
91
# cpu: 100m
92
# memory: 128Mi
93
94
autoscaling:
95
enabled: false
96
minReplicas: 1
97
maxReplicas: 100
98
targetCPUUtilizationPercentage: 80
99
# targetMemoryUtilizationPercentage: 80
100
nodeSelector: {}
101
tolerations: []
102
affinity: {}
103
topologySpreadConstraints: []
104
priorityClassName: ""
105
volumes: []
106
volumeMounts: []
107

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.