|
||
---|---|---|
.. | ||
assets | ||
root | ||
terraform | ||
install.sh | ||
justfile | ||
README.md |
ingress
Handling all Ingress traffic
Rolling out changes
# Apply code changes to single node.
# Make sure to commit and push the changes first.
just configure-only nevaroo
# Apply infrastructure changes to single node.
just apply-only nevaroo
# Apply to all nodes
just configure
just apply