diff --git a/k8s.yml b/k8s.yml index 71a7a9a..b590723 100644 --- a/k8s.yml +++ b/k8s.yml @@ -29,7 +29,7 @@ spec: type: ClusterIP ports: - name: "ideal-octo-tribble" - port: 3000 + port: 443 selector: app: ideal-octo-tribble @@ -49,6 +49,6 @@ spec: service: name: ideal-octo-tribble port: - number: 3000 + number: 443 path: / pathType: ImplementationSpecific \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9d1065c..837bd43 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ logging.level: com.slack.api: DEBUG server: - port: 3000 + port: 443 connection-timeout: 30000 session: timeout: 60s \ No newline at end of file