charts
charts copied to clipboard
StreamNative Helm Charts Repository: Apache Pulsar, Pulsar Operators, StreamNative Platform, Function Mesh
set forwardAuthorizationCredentials to true with authentication is enabled Fixes #854 ### Motivation Fix proxy authentication error ### Modifications Make `forwardAuthorizationCredentials` to true when authentication is enabled ### Verifying this change...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to...
https://github.com/streamnative/charts/issues/840 Add vault non-root user vault (100:1000) support ``` vault: replicaCount: 1 securityContext: runAsUser: 100 runAsGroup: 1000 supplementalGroups: [100] fsGroup: 1000 images: vault_init: repository: urfreespace/pulsar_vault_init tag: "non-root-4" ``` ### Documentation...
### Motivation This PR made some enhancements to the Vault template ### Modifications This PR changed Vault template including: * Added `labels` config * Added the missing config of pod...
### Reproduce 1. run prepare_helm_release ``` ./scripts/pulsar/prepare_helm_release.sh -n default -k sn-platform -s ``` 2. deploy pulsar with jwt auth ``` auth: authentication: enabled: true provider: "jwt" jwt: # Enable JWT...
Resolves #852 ### Motivation 1. For some old clients can't connect to Pulsar Broker directly with SNI Reverse Proxy([PR](https://github.com/apache/pulsar/pull/8117)) ### Modifications 1. Make PulsarProxy support istio mode 2. Add gateway&virtualservice...
Fixes https://github.com/streamnative/charts/issues/458 ### Motivation/Modifications Create a separate helm chart for presto for chart modularization work. ### Verifying this change - [x] Make sure that the change passes the CI checks....
Fixes #772 ### Motivation Add new chart test workflow. ### Modifications Add new action ### Verifying this change - [x] Make sure that the change passes the CI checks. ###...
Refs: - [Presto docs](https://prestodb.io/docs/current/installation/deployment.html?highlight=metrics#config-properties) - [JMX exporter](https://github.com/prometheus/jmx_exporter)