Skip to content

Commit

Permalink
chore: Disable loki deployment in github action
Browse files Browse the repository at this point in the history
This disables the deployment of the loki helm chart
in our install chart action. This is necessary as loki requires too
many resources and the main goal of the action
is to see whether our own components
do start in the cluster.
  • Loading branch information
dominik003 committed Oct 16, 2023
1 parent bed0e18 commit 744aa5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
--set docker.images.backend="/backend:$TAG" \
--set docker.images.guacamole.guacamole="ghcr.io/dsd-dbs/capella-collab-manager/guacamole:$TAG" \
--set docker.images.docs="/docs:$TAG" \
--set loki.loki.read.persistence.size="500Mi" \
--set loki.loki.write.persistence.size="500Mi" \
--set loki.minio.persistence.size="500Mi" \
--set loki.enabled=False \
--set cluster.pvc.storageClassName="standard" \
--set cluster.imagePullSecret="github" \
--set promtail.storageClassName="standard" \
Expand Down

0 comments on commit 744aa5b

Please sign in to comment.