Skip to content

Commit

Permalink
testing 15
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Sep 16, 2024
1 parent 1082d0f commit 52172e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions openshift/config/08_sample-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ spec:
ports:
- port: 9000
targetPort: 9000
- port: 7050
targetPort: 7050
- port: 5173
targetPort: 5173
selector:
app: sample-app
5 changes: 5 additions & 0 deletions openshift/vhost.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
server {
listen 8080;
listen 80;
listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;

server_name app.openshift.fss.uu.nl;

index index.php index.html;
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineConfig({
}
},
server: {
port: 7050,
port: 8080,
hmr: {
host: 'localhost',
},
Expand Down

0 comments on commit 52172e7

Please sign in to comment.