1# Copyright 2023 The OpenZipkin Authors
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
6# http://www.apache.org/licenses/LICENSE-2.0
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
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
21 # The image registry to use
23 # The image repository to use
24 repository: openzipkin/alpine
25 # The image tag to use
28command: ["start-zipkin"]
29# Arguments to pass to the zipkin start command
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 # Whether to use pod security policy
46 sidecar.istio.io/inject: "false"
54 readOnlyRootFilesystem: true
58 externalTrafficPolicy: ""
63 # Creates a ServiceMonitor to scrape /prometheus
65 # Namespace to create the service monitor in
69 # Add any labels required by your prometheus spec serviceMonitorSelector
75 # kubernetes.io/ingress.class: nginx
76 # kubernetes.io/tls-acme: "true"
78 host: chart-example.local
81 # - secretName: chart-example-tls
83 # - chart-example.local
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:'.
105 targetCPUUtilizationPercentage: 80
106 # targetMemoryUtilizationPercentage: 80
113 # selfTracing generates traces for HTTP paths under /api
118 # type: elasticsearch
123# JAVA_OPTS: "-Xms128m -Xmx512m -XX:+ExitOnOutOfMemoryError"
125# extra init containers to add to the same pod.
126extraInitContainers: []
127# Extra volumes to be created
129# Extra volumes to be mounted on the deployment
131# The below are typically only used in tests:
132# extra containers to add to the same pod.
134# extra ports to add besides the default service.port
141# global variables to use in values. typically used in tests.
143# extra manifests to deploy with the helm chart