GithubHelp home page GithubHelp logo

mshivanna / zipkin-helm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openzipkin/zipkin-helm

0.0 0.0 0.0 64 KB

A helm chart for zipkin

License: Apache License 2.0

Shell 62.46% Smarty 37.54%

zipkin-helm's Introduction

Zipkin Helm Chart

Gitter Chat Build Status

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

$ helm repo add zipkin https://zipkin.io/zipkin-helm

You can then run helm search repo zipkin to see the charts.

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "openzipkin/zipkin-slim"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.enabled bool false
ingress.host string "chart-example.local" kubernetes.io/tls-acme: "true" className: nginx
ingress.path string "/"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations."sidecar.istio.io/inject" string "false"
podSecurityContext object {}
priorityClassName string "" priority class name for the Pod
replicaCount int 1
resources.limits object {"cpu":"500m","memory":"4096Mi"} choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi
resources.requests.cpu string "100m"
resources.requests.memory string "128Mi"
securityContext.readOnlyRootFilesystem bool true drop: - ALL
securityContext.runAsNonRoot bool true
securityContext.runAsUser int 1000
service.port int 9411
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string "" If not set and create is true, a name is generated using the fullname template
serviceAccount.psp bool false
tolerations list []
zipkin.selfTracing.enabled bool false
zipkin.storage.elasticsearch.hosts string no default
zipkin.storage.elasticsearch.index string "zipkin"
zipkin.storage.type string "mem"

The values are validated using a JSON schema, which contains logic to enforce either:

  • zipkin.storage.type is set to mem
  • zipkin.storage.type is set to elasticsearch AND z.s.elasticsearch.hosts is set

zipkin-helm's People

Contributors

jcchavezs avatar codefromthecrypt avatar jonkerj avatar mfordjody avatar jongwooo avatar lz000 avatar erbrjr avatar tobihein avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.