infrastructure/ingress.tjo.cloud/README.md

18 lines
309 B
Markdown
Raw Permalink Normal View History

# ingress
Handling all Ingress traffic
## Rolling out changes
```sh
# Apply code changes to single node.
# Make sure to commit and push the changes first.
2025-01-02 16:19:03 +00:00
just configure-only nevaroo
# Apply infrastructure changes to single node.
just apply-only nevaroo
# Apply to all nodes
2025-01-02 16:19:03 +00:00
just configure
just apply
```