Files
deprecated-helm-charts/stable/linkerd/values.yaml
T
Lukas Eichler 50c9407e77 Updated linkerd chart (#600)
* [stable/linkerd] Updated to last stable linkerd version and added more configuration options like optional ingress for the admin ui and a linkerd configuration that can be configured through a configuration value.

*  Updated to latest linkerd version and also fixed error in values

- Updated to linkerd 0.9.1
- Updated default linkerd configuration to current syntax
- moved default configuration back to the ConfigMap
- Added chart parameter to override the default configuration if needed

* [stable/linkerd] bumped minor version

* Bump chart minor version
2017-03-29 16:54:46 +02:00

94 lines
1.9 KiB
YAML

# Default values for linkerd.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
linkerd:
## linkerd Pod annotations:
##
# annotations:
# iam.amazonaws.com/role: linkerd
## Additional linkerd container arguments
##
# extraArgs:
## linkerd service port
##
httpPort: 80
## linkerd service port name
## Default: 'admin'
##
# httpPortName: admin
## linkerd user service discovery port name
## Default: 'http'
discoveryPortName: http
## linkerd Docker image
##
image: buoyantio/linkerd:0.9.1
ingress:
## If true, linkerd Ingress will be created
##
enabled: false
## linkerd Ingress annotations
##
# annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: 'true'
## linkerd Ingress hostnames
## Must be provided if Ingress is enabled
##
# hosts:
# - linkerd.domain.com
## linkerd Ingress TLS configuration
## Secrets must be manually created in the namespace
##
# tls:
# - secretName:
# hosts:
# - linkerd.domain.com
## linkerd container name
##
name: l5d
# Resource configuration for the linkerd pods
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 0
memory: 512Mi
kubectl:
image: buoyantio/kubectl:v1.4.0
# Resource configuration for the kubectl pods
resources:
# limits:
# cpu: 10m
# memory: 32Mi
requests:
cpu: 0
memory: 32Mi
prometheus:
# Enable Prometheus service metrics
scrape: true
# Enable Prometheus endpoint metrics
probe: true
# Path for Prometheus metrics
path: /admin/metrics/prometheus
service:
# Type of service to use for linkerd
type: ClusterIP
# linkerd configuration. The default configuration is located inside the ConfigMap.
# Allows to overrides the linkerd configuration
config: