Skip to content

Add livid-bot k3s migration tooling#11

Merged
songkg7 merged 1 commit intomainfrom
codex/issue-194-k3s-migration
Apr 17, 2026
Merged

Add livid-bot k3s migration tooling#11
songkg7 merged 1 commit intomainfrom
codex/issue-194-k3s-migration

Conversation

@songkg7
Copy link
Copy Markdown
Member

@songkg7 songkg7 commented Apr 17, 2026

Summary

  • add a k3s Helm chart and deployment scripts for livid-bot
  • add cutover and verification scripts for Postgres data and file logs migration
  • document the k3s workflow in the repo README and mise tasks

Testing

  • helm lint deploy/k3s/charts/livid-bot
  • helm template deploy/k3s/charts/livid-bot --namespace default | kubectl apply --dry-run=server -n default -f -
  • bash -n deploy/k3s/bin/*.sh
  • git diff --check

This branch has already been used for the live k3s cutover.

@songkg7 songkg7 merged commit 55f0cfc into main Apr 17, 2026
5 checks passed
@songkg7 songkg7 deleted the codex/issue-194-k3s-migration branch April 17, 2026 04:39
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9496d6c748

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread deploy/k3s/bin/deploy.sh

helm upgrade --install \
"${RELEASE_NAME}" \
"${PROJECT_DIR}/deploy/k3s/charts/livid-bot" \
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Include the Helm chart path used by deploy.sh

The deployment script hardcodes "${PROJECT_DIR}/deploy/k3s/charts/livid-bot", but this commit does not add that chart directory (repo search only finds references in docs/scripts). In this state, helm upgrade --install fails immediately with a missing chart path, so both deploy.sh and cutover.sh cannot run in any environment.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant