infrastructure/ingress.tjo.cloud
Tine d6db51dce6
Some checks failed
/ lint (push) Failing after 51s
feat: complete id.tjo.space to id.tjo.cloud migration
2025-03-15 12:24:19 +01:00
..
assets feat: merge multiple infrastructure repos 2024-12-22 21:11:02 +01:00
root fix(ingress.tjo.cloud): block alibaba as well 2025-03-14 20:44:24 +01:00
terraform feat: complete id.tjo.space to id.tjo.cloud migration 2025-03-15 12:24:19 +01:00
install.sh fix(ingress.tjo.cloud/dyndns): use fetch and reset 2025-01-06 20:40:42 +01:00
justfile fix(ingress.tjo.cloud): block alibaba as well 2025-03-14 20:44:24 +01:00
README.md feat: encrypted states and env update 2025-01-02 17:19:03 +01:00

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