Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #138 from att/k8s-settings-fix
Browse files Browse the repository at this point in the history
Kubernetes settings fix
  • Loading branch information
ohadkoren authored Mar 27, 2024
2 parents afa5056 + bd71660 commit 9566a5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions portal/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ case ${1} in
;;
esac

chmod -R 755 /usr/share/nginx/html/qujata
nginx -g 'daemon off;'
1 change: 1 addition & 0 deletions run/kubernetes/charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ env:
LOG_LEVEL: INFO
ENVIRONMENT: kubernetes
CURL_URL: http://qujata-curl:3010
CADVISOR_URL: http://qujata-cadvisor:8080
PROMETHEUS_URL: http://qujata-prometheus:9090
ITERATIONS_OPTIONS: 100:500:1000:2000:5000:10000:50000
MESSAGE_SIZES_OPTIONS: 0:1:2:100:1024:102400:204800:1048576:2097152:10485760
Expand Down
4 changes: 2 additions & 2 deletions run/kubernetes/charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
env:
PQC_PORTAL__DASHBOARD_LINK_HOST: http://localhost:3000/grafana
PQC_PORTAL__BASE_API_URL: http://localhost:3020/qujata-api
PQC_PORTAL__DASHBOARD_LINK_HOST: http://qujata-grafana:3000/grafana
PQC_PORTAL__BASE_API_URL: http://qujata-api:3020/qujata-api



Expand Down

0 comments on commit 9566a5e

Please sign in to comment.