Nguyễn Đức Chiến
Nguyễn Đức Chiến
**What would you like to be added**: - Add support for PROXY Protocol - https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/ - https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt **Why is this needed**: - CoreDNS now supports DNS, DNS over TLS (DoT),...
### Description of the change Fix postgres account password incorrect if username is specified ### Benefits Will get correct postgres password ### Possible drawbacks None ### Applicable issues ### Additional...
### Description of the change Fixed redis sentinel waiting until timeout and exiting ### Benefits Some CNI will keep connection to service until 1 pods are available ### Possible drawbacks...
### Description of the change Store password & token for Nats as secret standalone ### Benefits It can be reused via environment variable in other apps ### Possible drawbacks None...
Same https://github.com/bitnami/charts/pull/11167 but for postgresql ### Checklist - [x] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). This is *not necessary* when the changes only affect README.md files. - [x]...
### Description of the change Create a service that will include both primary and secondary ### Benefits Separating primary and secondary is great if implemented. But sometimes they are not...
#### What this PR does / why we need it: Fix port for metric etcd #### Special notes for your reviewer: https://github.com/kubernetes/kubernetes/blob/dafa55be106730eaacb740e20b999b84848c6ac5/cmd/kubeadm/app/constants/constants.go#L95-L96 #### Checklist - [x] [DCO](https://github.com/prometheus-community/helm-charts/blob/main/CONTRIBUTING.md#sign-off-your-work) signed - [x]...
**Description** **Steps to reproduce the issue:** 1. Create an ECS context ```shell docker context create ecs --from-env ${ECS_PROJECT} docker context use ${ECS_PROJECT} ``` 2. Create file ecs-compose.yml with content ```yaml...
**Description** - Current code makes it impossible to change `FirelensConfiguration`. - I can't customize`LogConfiguration` with `ecs-compose.yml` **Describe the results you received:** - `FirelensConfiguration` is always `nil` - `LogConfiguration` always uses...
**Description** I don't want clients to be able to directly access my service via public ip in any way. **Describe the results you received:** Currently there is no way to...