Skip to content

Commit

Permalink
Fix app startup on platform
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsnap committed Sep 22, 2023
1 parent 055b8ee commit cb945ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_HOST=http://127.0.0.1:9090/
VUE_APP_HOST=http://snap-report-backend-service.snap-report.svc.cluster.local:9090/
2 changes: 1 addition & 1 deletion manifests/app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spec:
requests:
cpu: "100m"
ports:
- containerPort: 8080
- containerPort: 80
2 changes: 1 addition & 1 deletion manifests/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
# Port Map
- name: http
port: 80
targetPort: 8080
targetPort: 80
protocol: TCP
type: ClusterIP
4 changes: 0 additions & 4 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
module.exports = {
"transpileDependencies": [],
"publicPath": process.env.NODE_ENV === 'production'
? '/reports/'
: '/'

}

0 comments on commit cb945ab

Please sign in to comment.