- Adaptation of the static url to be used.
- Solved problem of using pushgateway in the k8s cluster
This commit is contained in:
@@ -424,7 +424,7 @@ class StagingConfig(Config):
|
||||
CHAT_CLIENT_PREFIX = 'chat-client/chat/'
|
||||
|
||||
# Define the static path
|
||||
STATIC_URL = 'https://evie-staging-static.askeveai.com'
|
||||
STATIC_URL = 'https://evie-staging-static.askeveai.com/'
|
||||
|
||||
# PATH settings
|
||||
ffmpeg_path = '/usr/bin/ffmpeg'
|
||||
|
||||
@@ -130,6 +130,11 @@ helm install monitoring prometheus-community/kube-prometheus-stack \
|
||||
--create-namespace \
|
||||
--values scaleway/manifests/base/monitoring/prometheus-values.yaml
|
||||
|
||||
# Install pushgateway
|
||||
helm install monitoring-pushgateway prometheus-community/prometheus-pushgateway \
|
||||
-n monitoring --create-namespace \
|
||||
--set serviceMonitor.enabled=true
|
||||
|
||||
# Monitor deployment progress
|
||||
kubectl get pods -n monitoring -w
|
||||
# Wait until all pods show STATUS: Running
|
||||
|
||||
@@ -34,6 +34,9 @@ spec:
|
||||
# Alle keys uit eveai-tem secret
|
||||
- extract:
|
||||
key: name:eveai-tem
|
||||
# alle secrets uit eveai-pushgateway secret
|
||||
- extract:
|
||||
key: name:eveai-pushgateway
|
||||
data:
|
||||
# Certificaat als aparte data entry
|
||||
- secretKey: REDIS_CERT
|
||||
|
||||
Reference in New Issue
Block a user