Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
db6a2c65
Unverified
Commit
db6a2c65
authored
4 years ago
by
groundhog2k
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improved readme (#133)
parent
bd3c64d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/redis/Chart.yaml
+1
-1
1 addition, 1 deletion
charts/redis/Chart.yaml
charts/redis/README.md
+6
-3
6 additions, 3 deletions
charts/redis/README.md
with
7 additions
and
4 deletions
charts/redis/Chart.yaml
+
1
−
1
View file @
db6a2c65
...
...
@@ -8,7 +8,7 @@ maintainers:
-
name
:
groundhog2k
# This is the chart version
version
:
0.2.
1
version
:
0.2.
2
# This is the version number of the application being deployed.
appVersion
:
"
6.0.9"
This diff is collapsed.
Click to expand it.
charts/redis/README.md
+
6
−
3
View file @
db6a2c65
# Redis






A Helm chart for Redis on Kubernetes
...
...
@@ -61,8 +61,8 @@ $ helm uninstall my-release
| podAnnotations | object |
`{}`
| Additional pod annotations |
| podSecurityContext | object |
`{}`
| Pod security context |
| securityContext | object |
`see values.yaml`
| Container security context |
| env |
objec
t |
`[]`
| Additional container environmment variables |
| args |
objec
t |
`[]`
| Additional container command arguments |
| env |
lis
t |
`[]`
| Additional container environmment variables |
| args |
lis
t |
`[]`
| Additional container command arguments |
| serviceAccount.annotations | object |
`{}`
| Additional service account annotations |
| serviceAccount.create | bool |
`false`
| Enable service account creation |
| serviceAccount.name | string |
`""`
| Name of the service account |
...
...
@@ -73,7 +73,10 @@ $ helm uninstall my-release
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| service.type | string |
`"ClusterIP"`
| Service type |
| service.port | int |
`6379`
| Redis service port |
| service.nodePort | int |
`nil`
| Service node port (only relevant for type NodePort) |
| service.clusterIP | string |
`nil`
| Service cluster IP (only relevant for type LoadBalancer) |
## Storage parameters
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment