- Adaptation of the static url to be used.

- Solved problem of using pushgateway in the k8s cluster
This commit is contained in:
Josako
2025-09-23 16:44:08 +02:00
parent a57662db3f
commit cc47ce2d32
3 changed files with 9 additions and 1 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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