Skip to content

Commit

Permalink
refactor(echo-http): use service port name
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jan 24, 2021
1 parent 89a047b commit aebc4cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion echo-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
containers:
- name: echo-http
image: mendhak/http-https-echo:17
ports:
- name: http
containerPort: 8080
protocol: TCP

---

Expand All @@ -36,7 +40,7 @@ spec:
- name: http
protocol: TCP
port: 80
targetPort: 8080
targetPort: http
selector:
app: echo-http

Expand Down

0 comments on commit aebc4cb

Please sign in to comment.