Loading helm/scripts/install_capif.sh +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ helm $KUBECONFIG upgrade --install -n $CAPIF_NAMESPACE $CAPIF_NAME_VERSION_CHART --set loki.persistence.storageClass=$CAPIF_STORAGE_CLASS \ --set loki.persistence.storage=$CAPIF_LOKI_STORAGE_SIZE \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=$PROMETHEUS_URL/api/v1/write \ --set tempo.persistence.size=$CAPIF_TEMPO_STORAGE_SIZE \ --set otelcollector.enabled=true \ --set otelcollector.configMap.tempoEndpoint=$CAPIF_NAME_VERSION_CHART-tempo:4317 \ --set ocf-access-control-policy.image.repository=$CAPIF_DOCKER_REGISTRY/ocf-access-control-policy-api \ Loading helm/scripts/variables.sh +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ export CAPIF_GRAFANA_STORAGE_SIZE=10Gi export CAPIF_LOKI_STORAGE_SIZE=100Mi export CAPIF_MONGO_STORAGE_SIZE=8Gi export CAPIF_MONGO_REGISTER_STORAGE_SIZE=8Gi export CAPIF_TEMPO_STORAGE_SIZE=3Gi ## Register and Capif hostname to be deployed export CAPIF_HOSTNAME="capif.testbed.develop" export REGISTER_HOSTNAME="register.testbed.develop" Loading Loading
helm/scripts/install_capif.sh +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ helm $KUBECONFIG upgrade --install -n $CAPIF_NAMESPACE $CAPIF_NAME_VERSION_CHART --set loki.persistence.storageClass=$CAPIF_STORAGE_CLASS \ --set loki.persistence.storage=$CAPIF_LOKI_STORAGE_SIZE \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=$PROMETHEUS_URL/api/v1/write \ --set tempo.persistence.size=$CAPIF_TEMPO_STORAGE_SIZE \ --set otelcollector.enabled=true \ --set otelcollector.configMap.tempoEndpoint=$CAPIF_NAME_VERSION_CHART-tempo:4317 \ --set ocf-access-control-policy.image.repository=$CAPIF_DOCKER_REGISTRY/ocf-access-control-policy-api \ Loading
helm/scripts/variables.sh +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ export CAPIF_GRAFANA_STORAGE_SIZE=10Gi export CAPIF_LOKI_STORAGE_SIZE=100Mi export CAPIF_MONGO_STORAGE_SIZE=8Gi export CAPIF_MONGO_REGISTER_STORAGE_SIZE=8Gi export CAPIF_TEMPO_STORAGE_SIZE=3Gi ## Register and Capif hostname to be deployed export CAPIF_HOSTNAME="capif.testbed.develop" export REGISTER_HOSTNAME="register.testbed.develop" Loading