196 Commits
Author SHA1 Message Date
Matt Farina 5e958104cd [stable/traefik] deprecating chart (#24408)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 15:23:03 -05:00
Scott Rigby 6b6eccc826 [stable/traefik] add repo archive notice (#24208)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:35:20 -08:00
Trung Lê b9278fa98c [stable/traefik] Update traefik version from 1.7.25 to 1.7.26 (#23960)
Signed-off-by: Trung Lê <trung.le@ruby-journal.com>
2020-10-28 11:19:56 -07:00
Trung Lê 329341bc8d [stable/traefik] Update traefik version from 1.7.24 to 1.7.25 (#23941)
Signed-off-by: Trung Lê <trung.le@ruby-journal.com>
2020-10-26 08:57:02 -07:00
Trung Lê a5632b118a [stable/traefik] Update cloudflare environment variables (#23937)
Version 1.7 has changed the Cloudflare DNS provider environment variables

Ref: https://doc.traefik.io/traefik/v1.7/configuration/acme/

Signed-off-by: Trung Lê <trung.le@ruby-journal.com>
2020-10-22 03:07:34 -07:00
Sebastian Brandt e943f0f2a1 [stable/traefik] Update traefik version from 1.7.23 to 1.7.24 (#22646)
* Update traefik version from 1.7.23 to 1.7.24


Signed-off-by: Sebastian Brandt <sebbrandt@mailbox.org>

* chart and app version raised for traefik


Signed-off-by: Sebastian Brandt <sebbrandt@mailbox.org>

* README.md updated for traefik


Signed-off-by: Sebastian Brandt <sebbrandt@mailbox.org>
2020-07-03 04:26:47 -07:00
Joe JulianandDavid Karlsen 9d3ab97392 stable/traefik: Update version from 1.7.20 to 1.7.23 (#21589)
* Update traefik version from 1.7.20 to 1.7.23

a610f0b2 Force http/1.1 for upgrade (Traefik v1)
ded285be Fix sameSite (Traefik v1)
4b31d330 fix: max TLS version.
91b0e2e4 Complete TLS example for Kubernetes Ingress in user guide
554bceb7 Skip redirection with invalid regex syntax.
ce762126 fix: manual provider code name.
d474c87c Updated rbac and demonset example bloc
86277223 Update to go1.14
09fa1e65 Fix typo in user guide.
c3125104 Clear closed hijacked h2c connections
d7ed42d6 Fix sample for ssl-header in docs
4c709c2f Improve rate-limiting doc
8dac0767 Fix finding proper provided certificate when ACME is enabled
0b039499 don't create http client in each request in forward auth
21249754 Fix dnspod update.
e4725619 Update the k8s api version in the documentation
d24f7822 fix: skip ECS container when information are missing instead of panic.
3f1925e2 Add edge case for root path with rewrite-target

Signed-off-by: Joe Julian <me@joejulian.name>

* Update readme

Signed-off-by: David Karlsen <david@davidkarlsen.com>

* bump chart version

Signed-off-by: David Karlsen <david@davidkarlsen.com>

Co-authored-by: David Karlsen <david@davidkarlsen.com>
2020-06-02 02:44:14 -07:00
Yong Wen Chua e2df0ed686 [stable/traefik] Add more options for Prometheus Service (#19827)
* [stable/traefik] Add more options for Prometheus Service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Document and fix values

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix names

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* External IP is not a list

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
2020-05-30 06:55:52 -07:00
David Kirchner 9d5ff66270 [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)
* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
2020-03-03 07:43:38 -08:00
Marchandise Rudy 5c92dd16b9 [stable/traefik] Add Image Pull Policy (#20173)
* Add Traefik image pull policy

Signed-off-by: Rudy Marchandise <r.marchandise@sfr.fr>

* Fix chart version and Image url

Signed-off-by: Rudy Marchandise <r.marchandise@sfr.fr>

* version bump

Signed-off-by: Rudy Marchandise <r.marchandise@sfr.fr>
2020-01-21 05:25:38 -08:00
Chris Sng 59d2e3c063 Allow specifying access log filters (#20203)
Signed-off-by: Chris Sng <chrissng@users.noreply.github.com>
2020-01-21 02:35:49 -08:00
JaMile Jackson a3000caa21 [stable/traefik] switch service protocols to where SSL is configured first (#19441)
* switch service protocols to where SSL is configured first

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* bump version

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* bump traefik chart version

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* fix typo

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>
2020-01-15 10:15:32 -08:00
Damien Duportal 6a95c28a25 [stable/traefik] Allow custom caServer for ACME and allow string type for acme.staging (#19567)
* allow traefik support of string or boolean for the acme.staging value

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* allow traefik to be configured for a custom caServer when using ACME protocol

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* stable/traefik chart version bump

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* fix acme.staging value type to support both boolean and string

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* Lint fix trailing spaces

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>
2019-12-13 06:26:54 -08:00
Damien Duportal ed319f194a [stable/traefik] Bump Traefik version and chart version (#19524)
* Bump Traefik version and chart version

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* bump chart version

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>
2019-12-13 02:54:55 -08:00
Damien Duportal 6abc913f87 [stable/traefik] fix default value of acme.challengeType for Traefik (#19568)
* fix default value of acme.challengeType for Traefik

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* bump chart version

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>
2019-12-13 02:36:55 -08:00
Zsolt Szeberenyi cc7e5d7aeb Fixes helm/charts#19111 (#19583)
Fix missing quotation in config.toml when using http-01 as the acme validation method

Signed-off-by: Zsolt Szeberenyi <zsolt@szeberenyi.com>
2019-12-13 01:42:54 -08:00
Naseem 275c1def22 fix replica count conflict (#19198)
Signed-off-by: Naseem <naseemkullah@gmail.com>
2019-11-27 13:07:03 -08:00
Kyle Gochenour 1ff4bfe451 [stable/traefik] Set TestFramework Toggle to Default to False (#19182)
* Toggle for testframework

Signed-off-by: Kyle Gochenour <kyle.gochenour@gmail.com>

* Set TestFramework to default to False/Off

Signed-off-by: Kyle Gochenour <kyle.gochenour@gmail.com>
2019-11-27 07:41:21 -08:00
Zsolt Szeberenyi afe9e3c99a Add the acme http challenge entrypoint to the values (#17149)
Signed-off-by: Zsolt Szeberenyi <zsolt@szeberenyi.com>
2019-11-23 13:37:50 -08:00
Kyle Gochenour 6f69a9d707 Toggle for testframework (#18783)
Signed-off-by: Kyle Gochenour <kyle.gochenour@gmail.com>
2019-11-21 12:09:29 -08:00
Damien Duportal eb09d8d77b Bump Traefik to 1.7.19 (#19046)
* Bump Traefik to 1.7.19

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>

* bump chart version after rebase

Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>
2019-11-21 06:53:28 -08:00
wf-ryanorth dec0c9f463 [stable/traefik] Added ability to provide extra certs to traefik at deployment time (#18565)
* [stable/traefik] Added ability to provide extra certs to traefik at deployment time

Signed-off-by: Ryan Orth <ryanorth@workfront.com>

* [stable/traefik] Updated README.md and values.yaml based on review feedback

Signed-off-by: Ryan Orth <ryanorth@workfront.com>

* [stable/traefik] Performing version bump

Signed-off-by: Ryan Orth <ryanorth@workfront.com>
2019-11-21 06:33:28 -08:00
Jonathan Piron 202807974f [stable/traefik] Add startupArguments to storeconfig job (#17587)
As specific startupArguments could be provided to the deployment, the sames
should be provided to the storeconfig job.

Signed-off-by: Jonathan Piron <jonathanpiron@gmail.com>
2019-11-05 06:56:39 -08:00
Salvatore Mazzarino 8e4efcddc5 [stable/traefik] Decouple prometheus metrics to dashboard (#14946)
Before this PR, in case the dashboard was not enabled, the Prometheus metrics were disabled.

It is now possible to enable Prometheus metrics having at the same time the dashboard disabled.

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
2019-10-29 02:28:43 -07:00
Robin Elfrink 06b1352ea8 [stable/traefik] Add option to specify /ping check entry point. (#16719)
Closes #16718.

Signed-off-by: Robin Elfrink <robin.elfrink@eu.equinix.com>
2019-10-16 14:02:39 -07:00
Nick Roberts af96abbe10 [stable/traefik] allow labels and annotations to be specified (#16917)
* [stable/traefik] allow labels and annotations to be specified

Signed-off-by: Nick Roberts (nickrobertssky) <nick.roberts@sky.uk>

* [stable/traefik] bump chart version

Signed-off-by: Nick Roberts (nickrobertssky) <nick.roberts@sky.uk>

* [stable/traefik] add new values to readme

Signed-off-by: Nick Roberts (nickrobertssky) <nick.roberts@sky.uk>

* [stable/traefik] fix issue when labels no specified

Signed-off-by: Nick Roberts (nickrobertssky) <nick.roberts@sky.uk>
2019-10-16 07:51:40 -07:00
Alexandre amiche c7e31361a2 [stable/traefik] Add env values to the storeconfig job (#17221)
Signed-off-by: Alexandre Amiche <aamiche@livingactor.com>
2019-09-18 09:23:31 -07:00
Carlos Alexandro Becker d33937f96e [stable/traefik] backoff storeconfig job (#17181)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-09-17 06:40:24 -07:00
ryaneorth 4a8d788986 [stable/traefik] Updated acme storage location to be configurable (#16464)
* [stable/traefik] Updated acme storage location to be configurable

Signed-off-by: Ryan Orth <ryanorth@workfront.com>

* Fixed wrong version update
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
2019-09-11 14:48:35 -07:00
Carlos Alexandro Becker e95673c89a [stable/traefik] backoff storeconfig job (#16513)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-09-11 13:54:34 -07:00
Florian Kinder 1148f0d328 Disable acme volume if kvprovider is configured) (#17067)
Signed-off-by: florian kinder <florian.kinder@mcl.de>
2019-09-11 08:57:24 -07:00
Nándor István Krácser 24df78eb18 traefik: reduce rbac scope if one namespace is handled (#16111)
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
2019-09-10 12:52:55 -07:00
Cameron Attard 8b72babf4a [stable/traefik] add maxIdleConnsPerHost (#16531)
Signed-off-by: Cameron Attard <cameron.attard@siteminder.com>
2019-09-10 09:22:54 -07:00
Felipe 1acc4850cb [stable/traefik]: fix service monitor scrape port (#16595)
Signed-off-by: Felipe Valtl de Mello <valtlfelipe@gmail.com>
2019-08-27 09:42:43 -07:00
Ray Walker cea98f0484 Traefik 1.7.14 (#16365)
Bug fixes:
- Update to go1.12.8 (#5201 by ldez). HTTP/2 Denial of Service
CVE-2019-9512 and CVE-2019-9514
- [server] Make hijackConnectionTracker.Close thread safe (#5194 by
jlevesy)
- [acme] Update lego (#5166 by dabeck)
- [consulcatalog] warning should not be a fail status (#4537 by
saez0pub)
- [docker] Update docker api version (#4909 by dtomcej)
- [dynamodb] Use dynamodbav tags to override json tags. (#5002 by ldez)
- [healthcheck] Wrr loadbalancer honors old weight on recovered servers
(#5051 by DougWagner)
- [k8s] Check for multiport services on Global Backend Ingress (#5021 by
dtomcej)
- [logs] Allows logs to use local time zone instead of UTC (#4954 by
dduportal)
- [middleware] Clear TLS client headers if TLSMutualAuth is optional
(#4963 by stffabi)
- [tls] Add missing KeyUsages for default generated certificate (#5150
by dtomcej)

Signed-off-by: Raymond Walker <raymond.walker@greenpeace.org>
2019-08-24 14:58:22 -07:00
Wi1dcard 12754f06ce Fix missing helm's metadata labels. (#16305)
Signed-off-by: Weizhe Sun <weizhe.sun@rightcapital.com>
2019-08-16 07:58:27 -07:00
Philipp Hellmich bb910daa9d [stable/traefik] add servicemonitor (#13728)
* feat: imporvements to pachyderm chart (#13054)

* feat: imporvements to pachyderm chart

- De-hardcode suite label to allow deployment in a different namespace
than `pachyderm`
- De-hardcode service account name to allow deployment in a different
namespace than `pachyderm`
- Allow specifying resource limits for `etcd` and `patchd` deployments
- Split `pachd` service in 3 stand alone services to allow exposing
`pachd-grpc-api` through a LoadBalancer service type
- `pachd-grpc-api` port can be customized
- `pachd` deployment now support iam-role annotation for `kube2iam`

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* add variables to support 1.8.x

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* node port fixed to 30650

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* boolean as stringwq

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* fix typo

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* quote the value in the template instead

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* some changes based on feedback of dtomcej

Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* commented out servicemonitor as requested in PR

Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* fix

Signed-off-by: Philipp Hellmich <phil@hellmi.de>
2019-08-13 01:47:41 -07:00
Carlos Alexandro Becker a31c926f1f fix: traefik port (#15210)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-08-06 14:06:48 -07:00
Yong Wen Chua 1751629340 [stable/traefik] Fix Prometheus Bucket precision truncation (#14929)
* [stable/traefik] Fix Prometheus Bucket precision truncation

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Bump chart

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
2019-07-27 05:31:56 -07:00
Thomas Miller 1aea5456c5 Traefik mtls (#13347)
* Adds MTLS support to Traefik chart.

Work previously done by @somcsel and picked up here after abndoned.

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* Removed base64 ca cert requirement

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* Comment out MTLS by default

- PR feedback to comment out values MTLS settings by default

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* PR feedback, removing typos from values

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* Add missing comment blocks

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* Bumped chart version to 1.70.0

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* Bumped chart version to 1.74.0

Signed-off-by: Thomas Miller <thomas@tlm.id.au>
2019-07-26 07:45:59 -07:00
Kaden Nelson 1242367be5 [stable/traefik]: added support for extraVolumes + extraVolumeMounts (#15301)
Signed-off-by: Kaden Nelson <kadenlnelson@gmail.com>
2019-07-22 15:00:53 -07:00
Sebastian Pöhn 0d6354bcfa [stable/traefik]: Use correct target port for https (#15586)
Signed-off-by: Sebastian Poehn <sebastian.poehn@gmail.com>
2019-07-17 04:36:35 -07:00
Sebastian Pöhn afdcbd010c [stable/traefik] Use unprivileged ports (#13361)
Signed-off-by: Sebastian Poehn <sebastian.poehn@gmail.com>
2019-07-16 09:25:24 -07:00
Kaden Nelson 1e074fc79d [stable/traefik] Add support for ACME KeyType (#15303)
Signed-off-by: Kaden Nelson <kadenlnelson@gmail.com>
2019-07-14 11:41:03 -07:00
Carlos Alexandro Becker 9cecb57a7e stable/traefik: quote boltdb prefix (#15018)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-07-05 00:14:37 -07:00
Steven Goodliff f630fd56c5 supports specifying imagePullSecrets (#13145)
* supports specifying imagePullSecrets

Signed-off-by: Steven Goodliff <steven.goodliff@playtech.com>

* added missing space

Signed-off-by: Steven Goodliff <steven.goodliff@playtech.com>
2019-06-30 10:15:20 -07:00
Dat Truong 26e078e147 [stable/traefik] Add File Backend (#14585)
* Add File Backend

Signed-off-by: Dat Truong <mr.anhdat@gmail.com>

* Bump version

Signed-off-by: Dat Truong <mr.anhdat@gmail.com>

* Bump minor version

Signed-off-by: Dat Truong <mr.anhdat@gmail.com>
2019-06-27 16:51:34 -07:00
Minh Danh d235ac1ac7 Fix error when timeouts values unquoted (#12926)
Signed-off-by: Minh Danh <minhdanh.ngo@gmail.com>
2019-06-27 14:13:33 -07:00
Minh Danh b620b76d5e Use http endpoint /ping for liveness and readiness probes (#14845)
Signed-off-by: Minh Danh <minhdanh.ngo@gmail.com>
2019-06-18 00:10:14 -07:00
Todd Brown 7266b35e29 [stable/traefik] Upgrade to 1.7.12 (#14711)
Signed-off-by: Todd Brown <mrbrownt@me.com>
2019-06-17 06:36:11 -07:00