* 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>