* Allow user to specify a static IP for the Concourse loadbalancer
Signed-off-by: Divya Dadlani <ddadlani@pivotal.io>
* update readme with loadBalancerIP entry; bump version to 1.15.0;
* update readme description of looadBalancerIP
* Switch from localhost to 127.0.0.1
The container is a binary only container without `/etc/hosts` or `/etc/resolv.conf` which will hit the dns server to resolv `localhost -> 127.0.0.1`
We had the case that there was a VM named `localhost` in the cloud and when hitting the DNS to resolv `localhost` we got the IP from this vm instead of `127.0.0.1`.
Took hours to find this issue :(
* Update prometheus chart version
* Bump version to 7.0.0
* [stable/kibana] Add config file for properties
* Add config file for passing configuration values to properties instead
environment variables. Environment varibales can not work if the
property name has (dots as well as) underscroes in the name. This use-
case comes up while using some plugins whose property names have been
defined with dots and underscores in them.
* Update config file mounting pattern
Instead of taking config values and adding default values and limiting the
utility to a single file, update the pattern to allow any number of custom
config files to be provided through values.yaml file.
* [stable/kibana] Minor changes to docs and defaults
* Rename variable 'configFiles' to 'files'
* Update Chart.yaml
* dex: configure gRPC and generate the certificates (CA/server/client) during deployment
In addition, the web cert values were refatored to be consistent with gRPC values.
* dex: base resources name on the fullname template
* dex: comment out the default values for resources
* Bump dex chart version to 0.2.0
* Restore some of the original values of dex chart
* Fix indent in the values files
* Fix lint warnings
* stable/metrics-server: Make metrics-server arguments customizable
* stable/metrics-server: Bump version. As this chart is in stable, we might as well start with 1.0.0 now
* stable/metrics-server: Changing version from 1.0.0 to 0.1.0 as per review comment
* Adding rookout agent chart
* icon added
* commit with user
* commit with user email
* Adding rookout agent chart
* icon added
* commit with user
* commit with user email
* change tag to stable version
* Add release to labels
* Add release to labels
* Add labels to metadata
* Fix indentation
* Fix indentation + update apiVersion
* Add standard labels
* Add rookout chart to stable
* Typo
* Fix spaces
* Fix spaces
* remove fluentd
* remove fluentd
* Fix new lines
* Fix new lines in stable
* Add home to chert
* Fix new lines in stable
* Fix new lines in stable
* remove rookout from incubator
* Add maintainer
* Add new line to chart yaml
* Fix spaces
* Add README and update deployment & values
* Add NOTES
* Fix version + add spaces
* add EOf to deployment
* fix EOF and token default value at deployment
* update app version
* indentation for values
* indentation for values
* Update deployment.yaml
* Add Hazelcast Helm Chart
* Add standard labels and names to RBAC and ConfigMap
* Add filtering by service name and remove the HZ_DATA environment variable
* Add options to set up DNS Lookup Discovery
* Add Role, RoleBinding, and ServiceAccount
* Comment out the default resources
* Use the default .helmignore file
* Change 'apps/v1beta1' to 'apps/v1' in statefulset
* Update values.yaml
* Update README.md
* Change list indendation style to zero spaces
* Remove trailing spaces from values.yaml
* Add missing values to README.md
* Fix typo in NOTES.txt
Support for LoadBalancer service type.
Removing extra annotations by default
Updating Readme.
Removing configuration of the services nodePort if the is not NodePort.
Updating spacing