Remove MinIO firewall rule (port 9000) from VM 202
Some checks failed
AI Review / AI Code Review (pull_request) Successful in 2s
PR Checks / OpenTofu Validate & Policy (pull_request) Failing after 9s
Security Scan / Security Scan (pull_request) Successful in 10s
1/1 projects planned successfully.

MinIO has been removed from the report-generator architecture.
PDFs are now stored directly in PostgreSQL (BYTEA column).
Only PostgreSQL port 5432 remains needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root 2026-02-20 19:02:18 +01:00
parent 49372454f2
commit 56cac80179

View File

@ -25,14 +25,6 @@ locals {
source = "185.47.204.226"
comment = "PostgreSQL from K8s (bare_srv_1)"
},
{
type = "in"
action = "ACCEPT"
proto = "tcp"
dport = "9000"
source = "185.47.204.226"
comment = "MinIO from K8s (bare_srv_1)"
},
]
}
}