infrastructure/ingress.tjo.cloud/README.md

18 lines
309 B
Markdown
Raw 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.
just provision-only nevaroo
# Apply infrastructure changes to single node.
just apply-only nevaroo
# Apply to all nodes
just provision
just apply
```