* Add image pull secrets to jenkins templates
In order to use some private repositories, kubernetes needs docker
registry secrets to authenticate. This adds the ability to set
the secrets for both the master and agent images.
* Update jenkins-master-deployment.yaml
* Update Chart.yaml
* [stable/datadog] Fix volumes/volumeMounts typo in example values
The chart looks for values named `volumes` and `volumeMounts`.
* [stable/datadog] Fix unquoted truthy value in values.yaml
* [stable/datadog] Set chart version to 0.8.4
* phabricator: update to `bitnami/phabricator:2017.46.0-r0`
* phabricator: bump chart appVersion to `2017.46.0`
* phabricator: bump chart version to `0.5.1`
* Add Better ServiceType support to MariaDB
This commit adds logic to better support the NodePort and LoadBalancer
service types. Annotations can be used by the LoadBalancer service to
make the load balancer internal only. The nodePort parameter can be used
to specify the exact port that NodePort (and LoadBalancer) uses.
* Fix Indentation Error
This comment indentation is breaking the CircleCI build.
* mariadb: update to `bitnami/mariadb:10.1.28-r3`
* mariadb: bump chart version to `2.0.2`
* mariadb: update to `bitnami/mariadb:10.1.29-r0`
* mariadb: bump chart appVersion to `10.1.29`
* Update consul image to 1.0.0
This fixes a lot of the stability issues on k8s
* Add pod anti affinity to spec
This ensures a single node failure doesn't take out multiple consul services
* Use the rolling update strategy for updates
* Add a pod disruption budget
* Bump chart version
* Update README to reflect ImageTag update
* Make anti-affinity settings configurable in Values.yaml
* Bump [stable/consul] to 1.0.0
* [stabe/rabbitmq]: Add rabbitmqDiskFreeLimit
* change default value for rabbitmqDiskFreeLimit to "8GiB"
* use same default value for rabbitmqDiskFreeLimit
* fix yaml parser error
* update version to 0.6.10
Metrics defined in custom-resources.yaml are hard-coded to assume the
istio-system namespace. Use .Release.Namespace to pick up the namespace
the release is deployed to.
Before change, mixer was reporting errors in
mixer_adapter_dispatch_count for prometheus handler and no stats
appeared in Grafana. With this patch, mixer reports successes and
Grafana shows accurate stats.
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
* Update URL for Book info
* [Istio] Update Book info URL
* [Istio] Update Book info URL
* Change release number
* Bump chart version
* Update versions
* expose metrics port on the service
When metrics are enabled, the port should be exposed on the service.
* linting
* bump version
* update readme
the chart should not be dictating the end user's environment.
* revert
* fix wording
* Update the target port
This can be helpful for users behind a corporate proxy who wish
to use resource types which require fetching containers images
from outside the organization's network.
Because the original maintainer appears to not be available anymore,
a fork has been created, incorporating new features and a simpler
build process (now is an auto-build project in Docker Hub, not a
locally executed makefile).
* Adding service type and service annotations to redis
* redis: bumping the redis version
* [stable/redis]
Adding service.annotations and service.loadBalancerIP to readme. I see mix naming conventions that is confusing but still I try to do the change in a backward compatible manner
* [stable/redis] bumping the version to 1.0.3
kube-state-metrics has a collector for each kind of Kubernetes resource
it collects metrics from. Each of those collectors directly influences
the RBAC requirements for the Pods. Additionally due to the nature of
how kube-state-metrics is versioned and released it is not easy to
determine which collectors are using "alpha" APIs, which are not
necessarily enabled in a cluster, but kube-state-metrics by default has
all collectors enabled.
* Add support for using an external Cassandra or ElasticSearch backing store.
* Update README for deploying with a new ES cluster
* Updated portions of the readme
* Update if statements to make more readable
* Chart details for Riemann
Riemann is a stream based metric processing engine.
* First draft of the README
* Move the riemann website link
* Added a livenessProbe
* Remove trailing whitespace
* Namespace the helper templates.
Feedback from https://github.com/kubernetes/charts/pull/2652
* Probes should use exposed container port values.
Oops. I got too cute using .Values here and was using the service
values. The liveness and readiness probes must be pointed at exposed
container ports.
Port 5555 is exposed in the image via `EXPOSE 5555`, but I have also
explicitly exposed it via a containers.ports.containerPort entry.
* Rename the configMap to follow standard naming.
* Added missing standard labels
* Separate the image and tag values
* Switch to named ports for service/pod communication
Naming the container ports and referencing those in the service is much
easier and cleaner.
* Use my github name
* Fix formatting
If lines were indented weird. New Output:
spec:
type: ClusterIP
ports:
- name: riemann-tcp
port: 5555
targetPort: riemann-tcp
protocol: TCP
- name: riemann-udp
port: 5555
targetPort: riemann-udp
protocol: UDP
- name: riemann-ws
port: 5556
targetPort: riemann-ws
protocol: TCP
* jasperreports: update to `bitnami/jasperreports:6.4.2-r0`
* jasperreports: bump chart appVersion to `6.4.2`
* jasperreports: bump chart version to `0.2.1`