Commit Graph
9 Commits
Author SHA1 Message Date
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