Skip to content

Commit

Permalink
new fancy values
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jul 25, 2024
1 parent 47bd7f8 commit 5d2f1d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
needs:
- build_and_push
- branch_meta
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@BC-7674
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@BC-7674-valkey-via-helm
with:
branch: ${{ needs.branch_meta.outputs.branch }}
secrets:
Expand Down
15 changes: 14 additions & 1 deletion ansible/roles/tldraw-valkey/templates/values.yml.j2
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
master:
readinessProbe:
timeoutSeconds: 5

sentinel:
enabled: true
enabled: true
readinessProbe:
timeoutSeconds: 5

metrics:
enabled: true

# OPS-6762 still up to debate if we will enable this
networkPolicy:
enabled: false

0 comments on commit 5d2f1d9

Please sign in to comment.