Skip to content

Commit

Permalink
changing port to 443.
Browse files Browse the repository at this point in the history
  • Loading branch information
foundationer committed Jun 19, 2023
1 parent 63bb887 commit d2de5d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
type: ClusterIP
ports:
- name: "ideal-octo-tribble"
port: 3000
port: 443
selector:
app: ideal-octo-tribble

Expand All @@ -49,6 +49,6 @@ spec:
service:
name: ideal-octo-tribble
port:
number: 3000
number: 443
path: /
pathType: ImplementationSpecific
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
logging.level:
com.slack.api: DEBUG
server:
port: 3000
port: 443
connection-timeout: 30000
session:
timeout: 60s

0 comments on commit d2de5d0

Please sign in to comment.