- 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/'
|
CHAT_CLIENT_PREFIX = 'chat-client/chat/'
|
||||||
|
|
||||||
# Define the static path
|
# Define the static path
|
||||||
STATIC_URL = 'https://evie-staging-static.askeveai.com'
|
STATIC_URL = 'https://evie-staging-static.askeveai.com/'
|
||||||
|
|
||||||
# PATH settings
|
# PATH settings
|
||||||
ffmpeg_path = '/usr/bin/ffmpeg'
|
ffmpeg_path = '/usr/bin/ffmpeg'
|
||||||
|
|||||||
@@ -130,6 +130,11 @@ helm install monitoring prometheus-community/kube-prometheus-stack \
|
|||||||
--create-namespace \
|
--create-namespace \
|
||||||
--values scaleway/manifests/base/monitoring/prometheus-values.yaml
|
--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
|
# Monitor deployment progress
|
||||||
kubectl get pods -n monitoring -w
|
kubectl get pods -n monitoring -w
|
||||||
# Wait until all pods show STATUS: Running
|
# Wait until all pods show STATUS: Running
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ spec:
|
|||||||
# Alle keys uit eveai-tem secret
|
# Alle keys uit eveai-tem secret
|
||||||
- extract:
|
- extract:
|
||||||
key: name:eveai-tem
|
key: name:eveai-tem
|
||||||
|
# alle secrets uit eveai-pushgateway secret
|
||||||
|
- extract:
|
||||||
|
key: name:eveai-pushgateway
|
||||||
data:
|
data:
|
||||||
# Certificaat als aparte data entry
|
# Certificaat als aparte data entry
|
||||||
- secretKey: REDIS_CERT
|
- secretKey: REDIS_CERT
|
||||||
|
|||||||
Reference in New Issue
Block a user