Skip to content

Commit 60383d8

Browse files
authored
Merge pull request #752 from M00nF1sh/update-docs
Update examples to be NodePort to be available to all k8s setup on AWS
2 parents f2f1a45 + 86cf836 commit 60383d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/examples/2048/2048-service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ spec:
88
- port: 80
99
targetPort: 80
1010
protocol: TCP
11+
type: NodePort
1112
selector:
1213
app: "2048"

docs/examples/echoservice/echoserver-service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ spec:
88
- port: 80
99
targetPort: 8080
1010
protocol: TCP
11+
type: NodePort
1112
selector:
1213
app: echoserver

0 commit comments

Comments
 (0)