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

Kubernetes settings fix #138

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions portal/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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
@@ -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
4 changes: 2 additions & 2 deletions run/kubernetes/charts/portal/values.yaml
Original file line number Diff line number Diff line change
@@ -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