Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
8b551d47
Commit
8b551d47
authored
Oct 17, 2016
by
Michelle Noorali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(docs): fix nginx example templates
parent
70b29a47
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deployment.yaml
docs/examples/nginx/templates/deployment.yaml
+1
-1
svc.yaml
docs/examples/nginx/templates/svc.yaml
+1
-1
No files found.
docs/examples/nginx/templates/deployment.yaml
View file @
8b551d47
...
@@ -15,7 +15,7 @@ metadata:
...
@@ -15,7 +15,7 @@ metadata:
# This makes it easy to audit chart usage.
# This makes it easy to audit chart usage.
chart
:
"
{{.Chart.Name}}-{{.Chart.Version}}"
chart
:
"
{{.Chart.Name}}-{{.Chart.Version}}"
spec
:
spec
:
replicas
:
{{
default 1 .Values.replicaCount
| quote
}}
replicas
:
{{
default 1 .Values.replicaCount
}}
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
docs/examples/nginx/templates/svc.yaml
View file @
8b551d47
...
@@ -10,7 +10,7 @@ metadata:
...
@@ -10,7 +10,7 @@ metadata:
chart
:
"
{{.Chart.Name}}-{{.Chart.Version}}"
chart
:
"
{{.Chart.Name}}-{{.Chart.Version}}"
spec
:
spec
:
ports
:
ports
:
-
port
:
{{
default 80 .Values.httpPort
| quote
}}
-
port
:
{{
default 80 .Values.httpPort
}}
targetPort
:
80
targetPort
:
80
protocol
:
TCP
protocol
:
TCP
name
:
http
name
:
http
...
...
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