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