helm-charts
helm-charts copied to clipboard
Helm charts for cockroachdb
follow issue #386
current `servicemonitor` resources without option scheme, it can only be used for insecure clusters, example like this. ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: cockroachdb spec: endpoints: - interval: 10s...
as stated in https://github.com/cockroachdb/helm-charts/issues/24 it's not possible to use networkPolicies with custom grpc rules. PR https://github.com/cockroachdb/helm-charts/pull/297 seems to be stale and the proposed solution renders strangely for the default of...
Adds the possibility to define resource quotas for `selfSigner` related jobs. Required to deploy chart to environments, which strictly enforce quotas being set on pods.
**Is your feature request related to a problem? Please describe.** It would be nice to have an easy way to connect to the CRDB cluster in a Kubernetes cluster. **Describe...
**Is your feature request related to a problem? Please describe.** In our k8s cluster, we use a private registry. There's already a secret in that cluster, let's call it `the-pull-secret`,...
Currently annotations, affinity, node selector and tolerations are only applied to self signer init job. It would be better if those are also applied to rotate cronjobs and clean-up job....
there is an option to provision users here https://github.com/cockroachdb/helm-charts/blob/master/cockroachdb/values.yaml#L434 however, there is no way of creating an admin user or setting the admin users password. Jira issue: HELM-16
The ingressClassName configuration option should be used instead of custom ingress dependent annotations. This adds a new value to the ingress configuration to set this option.
Cross cloud[region/zones/namespace] cockroachdb clusters, it might be multi helm chart release, cert-manager node certificates dnsNames has not supported customize domains yet. It should be supported by using external FQDN. For...