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

Commit 9566a5e

Browse files
authored
Merge pull request #138 from att/k8s-settings-fix
Kubernetes settings fix
2 parents afa5056 + bd71660 commit 9566a5e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

portal/docker-entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ case ${1} in
1717
;;
1818
esac
1919

20+
chmod -R 755 /usr/share/nginx/html/qujata
2021
nginx -g 'daemon off;'

run/kubernetes/charts/api/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ env:
3939
LOG_LEVEL: INFO
4040
ENVIRONMENT: kubernetes
4141
CURL_URL: http://qujata-curl:3010
42+
CADVISOR_URL: http://qujata-cadvisor:8080
4243
PROMETHEUS_URL: http://qujata-prometheus:9090
4344
ITERATIONS_OPTIONS: 100:500:1000:2000:5000:10000:50000
4445
MESSAGE_SIZES_OPTIONS: 0:1:2:100:1024:102400:204800:1048576:2097152:10485760

run/kubernetes/charts/portal/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ securityContext: {}
3636
# runAsNonRoot: true
3737
# runAsUser: 1000
3838
env:
39-
PQC_PORTAL__DASHBOARD_LINK_HOST: http://localhost:3000/grafana
40-
PQC_PORTAL__BASE_API_URL: http://localhost:3020/qujata-api
39+
PQC_PORTAL__DASHBOARD_LINK_HOST: http://qujata-grafana:3000/grafana
40+
PQC_PORTAL__BASE_API_URL: http://qujata-api:3020/qujata-api
4141

4242

4343

0 commit comments

Comments
 (0)