infrastructure/ingress.tjo.cloud
Tine 4a92605aa2
Some checks failed
/ lint (push) Failing after 35s
fix(ingress.tjo.cloud): copy service
2025-01-02 16:42:20 +01:00
..
assets feat: merge multiple infrastructure repos 2024-12-22 21:11:02 +01:00
root fix(ingress.tjo.cloud): copy service 2025-01-02 16:42:20 +01:00
terraform feat(ingress.tjo.cloud): add dyndns support 2025-01-02 16:27:42 +01:00
.envrc feat: merge multiple infrastructure repos 2024-12-22 21:11:02 +01:00
install.sh fix(ingress.tjo.cloud): copy service 2025-01-02 16:42:20 +01:00
justfile fix(ingress.tjo.cloud): enable services once ready 2025-01-02 16:34:51 +01:00
LICENSE feat: merge multiple infrastructure repos 2024-12-22 21:11:02 +01:00
README.md feat(ingress.tjo.cloud): add dyndns support 2025-01-02 16:27:42 +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 provision-only nevaroo

# Apply infrastructure changes to single node.
just apply-only nevaroo

# Apply to all nodes
just provision
just apply