Skip to content

Commit

Permalink
Merge pull request #752 from M00nF1sh/update-docs
Browse files Browse the repository at this point in the history
Update examples to be NodePort to be available to all k8s setup on AWS
  • Loading branch information
k8s-ci-robot authored Nov 27, 2018
2 parents f2f1a45 + 86cf836 commit 60383d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/2048/2048-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ spec:
- port: 80
targetPort: 80
protocol: TCP
type: NodePort
selector:
app: "2048"
1 change: 1 addition & 0 deletions docs/examples/echoservice/echoserver-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ spec:
- port: 80
targetPort: 8080
protocol: TCP
type: NodePort
selector:
app: echoserver

0 comments on commit 60383d8

Please sign in to comment.