* Added loadBalancerSourceRanges to values.yaml
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* Added loadBalancerSourceRanges to service.yaml
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* Bump Envoy's chart version to v1.9.2
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* Added variable documentation to README.md
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* Revised Golang syntax to remove a redundant line
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* Fixed trailing-spaces lint issue in values.yaml
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* Reverted unnecessary change to values.yaml
Signed-off-by: Daniel Mittelman <daniel@monday.com>
* [stable/envoy] Add targetLabels and podTargetLabels
This allows targetLabels/podTargetLabels to transfer onto the target
Signed-off-by: anbarasan <anbarasan.thangapalam@go-jek.com>
* [stable/envoy] Add targetLabels and podTargetLabels
Adds default value
Signed-off-by: anbarasan <anbarasan.thangapalam@go-jek.com>
You can now create prometheus-operator `ServiceMonitor` and `PrometheusRule` via values.
As this being a feature addition, the chart minor version number is bumped.
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
This feature enables you to make your values.yaml a bit more DRY by referencing chart values from within the envoy.yaml template by using the `{{ .Values.foo.bar }}`.
This also adds mumoshu as an co-owner of this chart.
Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
- Remove serviceName as it is not defined for Deployment
- Move terminationGracePeriodSeconds from Deployment spec to pod
template spec
Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>