Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ deploy_ocf_staging: echo "### updating capif###" helm upgrade --install -n $NAMESPACE_DEV ocf-pre-staging helm/capif/ \ --set monitoring.grafana.ingress.hosts[0].host=capif-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ --set monitoring.grafana.env.prometheusURL=http://prometheus.ocf.pre-production \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=http://prometheus.ocf.pre-production/api/v1/write \ Loading Loading @@ -245,7 +245,7 @@ deploy_ocf_oficial_staging: echo "### updating capif###" helm upgrade --install -n $NAMESPACE_STAGING ocf-developer helm/capif/ \ --set monitoring.grafana.ingress.hosts[0].host=capif-staging.$DOMAIN_STAGING \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ --set monitoring.grafana.env.prometheusURL=http://prometheus.ocf.pre-production \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=http://prometheus.ocf.pre-production/api/v1/write \ Loading Loading @@ -390,9 +390,9 @@ deploy_ocf_dev: echo "### download dependencies###" helm dependency build helm/capif echo "### updating capif###" helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \ helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ --set monitoring.grafana.ingress.hosts[0].host=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ --set monitoring.grafana.env.prometheusURL=http://prometheus.ocf.pre-production \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=http://prometheus.ocf.pre-production/api/v1/write \ Loading Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ deploy_ocf_staging: echo "### updating capif###" helm upgrade --install -n $NAMESPACE_DEV ocf-pre-staging helm/capif/ \ --set monitoring.grafana.ingress.hosts[0].host=capif-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ --set monitoring.grafana.env.prometheusURL=http://prometheus.ocf.pre-production \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=http://prometheus.ocf.pre-production/api/v1/write \ Loading Loading @@ -245,7 +245,7 @@ deploy_ocf_oficial_staging: echo "### updating capif###" helm upgrade --install -n $NAMESPACE_STAGING ocf-developer helm/capif/ \ --set monitoring.grafana.ingress.hosts[0].host=capif-staging.$DOMAIN_STAGING \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ --set monitoring.grafana.env.prometheusURL=http://prometheus.ocf.pre-production \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=http://prometheus.ocf.pre-production/api/v1/write \ Loading Loading @@ -390,9 +390,9 @@ deploy_ocf_dev: echo "### download dependencies###" helm dependency build helm/capif echo "### updating capif###" helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \ helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ --set monitoring.grafana.ingress.hosts[0].host=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ --set monitoring.grafana.env.prometheusURL=http://prometheus.ocf.pre-production \ --set tempo.tempo.metricsGenerator.remoteWriteUrl=http://prometheus.ocf.pre-production/api/v1/write \ Loading