Skip to content

Commit

Permalink
Use port 8080 for service
Browse files Browse the repository at this point in the history
  • Loading branch information
ebusho committed Sep 10, 2024
1 parent ed195d5 commit b972f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/base/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
service:
name: defi-providers
port:
number: 443
number: 8080

tls:
# specifying a host in the TLS section will tell cert-manager what
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/base/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
component: defi-providers
ports:
- name: defi-providers
port: 443
port: 8080
targetPort: app-port

0 comments on commit b972f3f

Please sign in to comment.