Files
charts/bitnami/zipkin/templates/extra-list.yaml
Javier J. Salmerón García 558a979317 [bitnami/zipkin] feat: 🎉 Add chart (#29199)
* [bitnami/zipkin] feat: 🎉 Add chart

Description of the change

This PR adds the helm chart for zipkin, based on the upstream one https://github.com/openzipkin/zipkin-helm/tree/master/charts/zipkin. Features:

    All Bitnami standards
    Cassandra as storage backend (with native support for mem and possibility to use others with the custom configuration section)
    Fully modifiable and adaptable thanks to the use of configurationOverrides and secretConfigurationOverrides
    TLS support
    Ingress support
    HPA, VPA and PDB
    Security checklists

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
2024-09-05 15:30:41 +00:00

10 lines
212 B
YAML

{{- /*
Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}