DirectorySecurity AdvisoriesPricing
Sign in
Directory
openzipkin-zipkin logoHELM

openzipkin-zipkin

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
# Copyright 2023 The OpenZipkin Authors
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
4
# in compliance with the License. You may obtain a copy of the License at
5
#
6
# http://www.apache.org/licenses/LICENSE-2.0
7
#
8
# Unless required by applicable law or agreed to in writing, software distributed under the License
9
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
10
# or implied. See the License for the specific language governing permissions and limitations under
11
# the License.
12
13
replicaCount: 1
14
image:
15
repository: cgr.dev/chainguard-private/zipkin
16
pullPolicy: IfNotPresent
17
# Overrides the image tag whose default is the chart appVersion.
18
tag: latest@sha256:41815e4f860801835233056a341d786508c03535fdc5a4acda09c12fab4780ef
19
# Image for use in helm.sh/hook: test
20
testImage:
21
# The image registry to use
22
registry: ghcr.io
23
# The image repository to use
24
repository: openzipkin/alpine
25
# The image tag to use
26
tag: "3.19.1"
27
# Zipkin start command
28
command: ["start-zipkin"]
29
# Arguments to pass to the zipkin start command
30
args: []
31
imagePullSecrets: []
32
nameOverride: ""
33
fullnameOverride: ""
34
namespaceOverride: ""
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
# Whether to use pod security policy
44
psp: false
45
podAnnotations:
46
sidecar.istio.io/inject: "false"
47
podSecurityContext: {}
48
# fsGroup: 2000
49
50
securityContext:
51
# capabilities:
52
# drop:
53
# - ALL
54
readOnlyRootFilesystem: true
55
runAsNonRoot: true
56
runAsUser: 1000
57
service:
58
externalTrafficPolicy: ""
59
type: ClusterIP
60
port: 9411
61
annotations: {}
62
serviceMonitor:
63
# Creates a ServiceMonitor to scrape /prometheus
64
enabled: false
65
# Namespace to create the service monitor in
66
namespace: ""
67
# interval: 10s
68
# scrapeTimeout: 10s
69
# Add any labels required by your prometheus spec serviceMonitorSelector
70
labels: {}
71
# release: prometheus
72
ingress:
73
enabled: false
74
annotations: {}
75
# kubernetes.io/ingress.class: nginx
76
# kubernetes.io/tls-acme: "true"
77
# className: nginx
78
host: chart-example.local
79
path: /
80
tls: []
81
# - secretName: chart-example-tls
82
# hosts:
83
# - chart-example.local
84
resources:
85
# We usually recommend not to specify default resources and to leave this as a conscious
86
# choice for the user. This also increases chances charts run on environments with little
87
# resources, such as Minikube. If you do want to specify resources, uncomment the following
88
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
89
# limits:
90
# cpu: 100m
91
# memory: 128Mi
92
# requests:
93
# cpu: 100m
94
# memory: 128Mi
95
limits:
96
cpu: 500m
97
memory: 4096Mi
98
requests:
99
cpu: 100m
100
memory: 128Mi
101
autoscaling:
102
enabled: false
103
minReplicas: 1
104
maxReplicas: 100
105
targetCPUUtilizationPercentage: 80
106
# targetMemoryUtilizationPercentage: 80
107
nodeSelector: {}
108
tolerations: []
109
affinity: {}
110
priorityClassName: ""
111
zipkin:
112
discovery: {}
113
# selfTracing generates traces for HTTP paths under /api
114
selfTracing:
115
enabled: false
116
storage:
117
type: mem
118
# type: elasticsearch
119
# elasticsearch:
120
# hosts: hostA hostB
121
# index: fooIndex
122
extraEnv: {}
123
# JAVA_OPTS: "-Xms128m -Xmx512m -XX:+ExitOnOutOfMemoryError"
124
125
# extra init containers to add to the same pod.
126
extraInitContainers: []
127
# Extra volumes to be created
128
volumes: []
129
# Extra volumes to be mounted on the deployment
130
volumeMounts: []
131
# The below are typically only used in tests:
132
# extra containers to add to the same pod.
133
extraContainers: []
134
# extra ports to add besides the default service.port
135
extraServicePorts: []
136
# - port: 9410
137
# targetPort: 9410
138
# protocol: TCP
139
# name: scribe
140
141
# global variables to use in values. typically used in tests.
142
global: {}
143
# extra manifests to deploy with the helm chart
144
extraManifests: []
145
# - apiVersion: v1
146
# kind: ConfigMap
147
# metadata:
148
# name: some-config
149
# data:
150
# example: true
151

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.