Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-23 committed Feb 3, 2021
1 parent a146578 commit d31da5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s_files/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
- name: main
image: 23emre/main:allishere
ports:
- containerPort: 11130
- containerPort: 80
4 changes: 2 additions & 2 deletions k8s_files/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
selector:
app: main
ports:
- port: 11130
targetPort: 11130
- port: 80
targetPort: 80

0 comments on commit d31da5d

Please sign in to comment.