Skip to content

Commit 792e603

Browse files
committed
Comment loki usage/installation due to instability
1 parent 1cde18c commit 792e603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/kubernetes/deploy_via_helm-dev.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,11 @@ promtail:
621621
action: drop
622622
- match:
623623
pipeline_name: "drop argo server"
624-
selector: '{app="argo-workflows-server"}'
624+
selector: '{app="argo-${NAMESPACE}-argo-workflows-server"}'
625625
action: drop
626626
- match:
627627
pipeline_name: "drop argo controller"
628-
selector: '{app="argo-workflows-workflow-controller"}'
628+
selector: '{app="argo-${NAMESPACE}-argo-workflows-workflow-controller"}'
629629
action: drop
630630
- match:
631631
pipeline_name: "drop redis"
@@ -641,13 +641,13 @@ promtail:
641641
action: drop
642642
- match:
643643
pipeline_name: "drop cosmotech-api"
644-
selector: '{app="cosmotech-api"}'
644+
selector: '{app="${COSMOTECH_API_RELEASE_NAME}"}'
645645
action: drop
646646
tolerations:
647647
- effect: NoSchedule
648648
operator: Exists
649649
EOF
650-
helm upgrade --install ${LOKI_RELEASE_NAME} --namespace=${NAMESPACE} grafana/loki-stack -f loki-values.yaml
650+
#helm upgrade --install ${LOKI_RELEASE_NAME} --namespace=${NAMESPACE} grafana/loki-stack -f loki-values.yaml
651651

652652
popd
653653

0 commit comments

Comments
 (0)