19 Commits
Author SHA1 Message Date
Matt Farina 04793f3e8b [stable/envoy] deprecating chart (#24307)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:28:22 +01:00
Scott Rigby a1c703eb01 [stable/envoy] add repo archive notice (#24102)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:25:32 -08:00
Daniel Mittelman 4addcad1ea [stable/envoy] Added loadBalancerSourceRanges for Service objects (#23459)
* 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>
2020-08-06 19:18:19 -07:00
renjikari 740cede039 [stable/envoy] Fix typo for envoy (#23258)
* Fix typo

Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>

* Bump minor version

Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>
2020-07-20 18:39:14 -07:00
renjikari 3399a078f7 Add lifecyle for envoy (#18878)
Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>
2019-11-14 21:07:42 -08:00
Khor Shu Heng 65c022b1dc [stable/envoy] Add support for static load balancer IP: bugfix (#18265)
Signed-off-by: Shu Heng <solemnpriest@gmail.com>
2019-10-23 22:23:06 -07:00
renjikari eac3da8794 Add configmap for xds (#18264)
Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>
2019-10-23 20:55:06 -07:00
Khor Shu Heng 66cb3a49f6 [stable/envoy] Add support for static load balancer IP (#18219)
Signed-off-by: Shu Heng <solemnpriest@gmail.com>
2019-10-22 22:32:13 -07:00
Anbarasan Thangapalam d13b892dbb [stable/envoy] Exposes targetLabels and podTargetLabels (#18098)
* [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>
2019-10-20 22:11:37 -07:00
KUOKA Yusuke 9263ad05ed [stable/envoy] Add general configuration options to make restart-less reload real (#17440)
* [stable/envoy] Add initContainersTemplate

This allows users to add any init containers to Envoy pods

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Add sidecarContainersTemplate

This allows users to add any sidecar containers to Envoy pods

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Add argsTemplate

This allows users to dynamically generate container args depending on the release info and Chart values

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Add volumes and volumeMounts

This allows users to add arbitrary volumes to Envoy pods and arbitrary volume mounts to Envoy containers for advaned setup.

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Bump Envoy to 11.11.1

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Bump chart version to 1.6.0

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Remove a default command-line arg not supported in recent Envoy

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Update configuration parameters doc

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Fix template format with nindent and if/range-end level matching

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Revert configuration parameters doc format to suppress cosmetic diff

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2019-09-28 05:33:39 -07:00
KUOKA Yusuke e5e3be5b95 [stable/envoy] Add prometheus-operator support (#12065)
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>
2019-03-14 21:18:55 -07:00
Yui Terashima 08c82581a1 [stable/envoy] Fix template for config files (#11180)
- Fix an argument mis-match on applying template for envoy.yaml file

Signed-off-by: Yui Terashima <yui@fog-rock.org>
2019-02-06 01:14:01 -08:00
KUOKA Yusuke 49aae2cb47 [stable/envoy]: optional feature to generate envoy.yaml from golang template (#10265)
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>
2019-01-16 09:13:49 -08:00
Carlos Tadeu Panato Junior 5070b5ffbb bump envoy to 1.9.0 (#10198)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-02 08:24:14 -08:00
Carlos Tadeu Panato Junior 785c2bdec4 bump envoy to 1.8.0 (#10170)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-12-20 15:18:41 -08:00
Igor Zibarev 641356e7d1 [stable/envoy] Fix deployment spec (#8973)
- 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>
2018-11-09 07:43:57 -08:00
Igor Zibarev c72766372e [stable/envoy] Fix syntax error in deployment (#8609)
Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>
2018-10-29 17:04:32 -07:00
Ryan Luckie 60acaf1bb6 [stable/envoy] Add support for priorityClasses (#6849)
- add support for priorityClasses
2018-07-28 07:57:56 -07:00
Joshua Dotson 7352955120 [stable/envoy] chart version 1.0.0 (#5955)
* [stable/envoy] chart version 1.0.0

* [stable/envoy] Remove trailing spaces from values.yaml

* [stable/envoy] Apply fixups per unguiculus' review of 1.0.0
2018-06-25 12:38:20 -07:00