Skip to content

feat: add helm deployment setup #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 1, 2022
Merged

feat: add helm deployment setup #20

merged 4 commits into from
Jun 1, 2022

Conversation

bcho
Copy link
Member

@bcho bcho commented Jun 1, 2022

Sample

helm upgrade \
    -n b4fun-brain \
    --install \
    --set server.secretNameAuthToken=b4fun-brain-auth-token \
    --set server.securityAllowTable='test' \
    --set migrations.enabled=true \
    --set migrations.configMapName=b4fun-brain-migrations \
    --set litestream.enabled=true \
    --set litestream.secretName=b4fun-brain-litestream \
    --set data.enabled=false \
    b4fun-brain ./sqlite-rest

@bcho bcho linked an issue Jun 1, 2022 that may be closed by this pull request
@bcho bcho merged commit 0952e2c into main Jun 1, 2022
@bcho bcho deleted the helm-deploy branch June 1, 2022 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

litestream integration
1 participant