Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
36e3ca95
Commit
36e3ca95
authored
Dec 05, 2016
by
Jack Zampolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NodePort -> ClusterIP and remove values.yaml from README.md
parent
dd87a11b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
22 deletions
+2
-22
README.md
stable/kapacitor/README.md
+1
-21
values.yaml
stable/kapacitor/values.yaml
+1
-1
No files found.
stable/kapacitor/README.md
View file @
36e3ca95
...
...
@@ -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.
...
...
stable/kapacitor/values.yaml
View file @
36e3ca95
...
...
@@ -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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment