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
e963e1cc
Commit
e963e1cc
authored
Oct 17, 2016
by
Michelle Noorali
Committed by
GitHub
Oct 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1381 from michelleN/fix-nginx-example
chore(docs): fix nginx example templates
parents
70b29a47
8b551d47
Hide 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 @
e963e1cc
...
...
@@ -15,7 +15,7 @@ metadata:
# This makes it easy to audit chart usage.
chart
:
"
{{.Chart.Name}}-{{.Chart.Version}}"
spec
:
replicas
:
{{
default 1 .Values.replicaCount
| quote
}}
replicas
:
{{
default 1 .Values.replicaCount
}}
template
:
metadata
:
labels
:
...
...
docs/examples/nginx/templates/svc.yaml
View file @
e963e1cc
...
...
@@ -10,7 +10,7 @@ metadata:
chart
:
"
{{.Chart.Name}}-{{.Chart.Version}}"
spec
:
ports
:
-
port
:
{{
default 80 .Values.httpPort
| quote
}}
-
port
:
{{
default 80 .Values.httpPort
}}
targetPort
:
80
protocol
:
TCP
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