diff --git a/stable/kapacitor/README.md b/stable/kapacitor/README.md index d8ddb52ffa..bac50c283b 100644 --- a/stable/kapacitor/README.md +++ b/stable/kapacitor/README.md @@ -43,27 +43,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the Kapacitor chart and -the meaning of the field. The default values are listed in `values.yaml`. - -```yaml -image.repository: Docker image repo to use -image.tag: Docker image tag to use -image.pullPolicy: Image pull policy (IfNotPresent, Always) -service.type: Type of service (NodePort, LoadBalancer) -persistence.enabled: Set to true to enable automatic provisioning of a persistent disk -persistence.storageClass: Sorage class for the persistent disk -persistence.accessMode: Access mode for the persistent disk -persistence.size: Size of the persistent disk in Gi or Mi -resources.requests.memory: Min amount of memory the pod requires -resources.requests.cpu: Min amount of cpu required by the pod -resources.limits.memory: Max amount of memory the pod requires -resources.limits.cpu: Max amount of cpu required by the pod - -# This is the location where kapacitor will look for an Influxdb -# instance to create a subscription on. -influxURL: An InfluxDB url with port. -``` +The configurable parameters of the Kapacitor chart and the default values are listed in `values.yaml`. The [full image documentation](https://hub.docker.com/_/kapacitor/) contains more information about running Kapacitor in docker. diff --git a/stable/kapacitor/values.yaml b/stable/kapacitor/values.yaml index 7eda55243b..39ff0c6cfe 100644 --- a/stable/kapacitor/values.yaml +++ b/stable/kapacitor/values.yaml @@ -10,7 +10,7 @@ image: ## ref: http://kubernetes.io/docs/user-guide/services/ ## service: - type: NodePort + type: ClusterIP ## Persist data to a persitent volume ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/