When renaming the proxy service, ingress should map the new name instead
of the default one.
Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
* Modify Ingress template to be easier to --set
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Update README
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Updated TLS to match new Ingress format
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Fix trailing spaces
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Additional readme info
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Modified ingress template to allow path configuration. Bumped major version to reflect incompatible API change.
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Increment Chart patch version
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Just use /bin/bash instead of /usr/bin/env bash
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Correctly handle ingress configuration with no path set. Extract ingress path to a variable to clarify the logic for the additional '/*' path that is automatically added.
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Added support for external database
* Added support for RabbitMQ HA
* Updated README.md
* Updated requirements.lock
* Updated NOTES.txt
Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
* add: pomerium identity-aware access proxy
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Add logic to stand up dummy CA and self signed certs.
Add victornoel to owners.
Several other small fixes.
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* fix naming issue
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* s/ONWERS/OWNERS
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* updates
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Mistakenly added policy to authenticate not authorize.
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Updates
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* improved ingress, change proxyRootDomain to rootDomain
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* updates
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Autoconfigure what we can.
Fix issues pointed out by victor
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* updates
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* tidy up values
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* updates
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* pomerium : remove unnecessary spaces
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* tag release to v0.0.3
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Refactor labels to use updated Kubernetes keys.
Use helper templates for names to avoid going over 63 chars.
Add component label since this is a multi-service app.
Replace name with "nameOverride and fullnameOverride"
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* fix automatic certificate generation
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* fix service name fall through
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* remove unused variable
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Added warning about configuration difference from MetalLB docs
Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>
* Bumped version
Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>
* changed config to system to match metallb docs
Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>
* version bump
Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>
* Adding service monitor to rabbitmq exporter
Signed-off-by: Raymond Arias <rarias2010@yahoo.comm>
Signed-off-by: Ray Arias <rarias2010@yahoo.com>
* updating default values, readme and chart.yaml
Signed-off-by: Raymond Arias <rarias2010@yahoo.com>>
Signed-off-by: Ray Arias <rarias2010@yahoo.com>
* - Added interval and namespace selector to servicemonitor yaml
- Changed port selector string
Signed-off-by: Ray Arias <rarias2010@yahoo.com>
* [stable/metricbeat] Fix 'secrets.yaml' to work well
helper.tpl didn't work in range function so that I try to extract it
from it.
Signed-off-by: Sungwon Choi <sungwon.choi@devsisters.com>
* Apply a good feedback from @mumoshu instead of mine.
Signed-off-by: Sungwon Choi <sungwon.choi@devsisters.com>