infrastructure/ingress.tjo.cloud
mentos1386 24fd056081
Some checks failed
/ lint (push) Failing after 39s
fix(ingress.tjo.cloud): alloy credentials
2025-01-04 18:35:46 +00:00
..
assets feat: merge multiple infrastructure repos 2024-12-22 21:11:02 +01:00
root feat(ingress.tjo.cloud): handle any record 2025-01-03 20:43:33 +01:00
terraform fix(k8s.tjo.cloud): external dns 2025-01-04 11:03:37 +01:00
install.sh fix(ingress.tjo.cloud): alloy credentials 2025-01-04 18:35:46 +00:00
justfile feat: encrypted states and env update 2025-01-02 17:19:03 +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