Add port 443 to homelab->k8s ACL for Prometheus/Loki
This commit is contained in:
parent
7633a9b7a4
commit
45519f2cd2
1 changed files with 4 additions and 4 deletions
|
|
@ -74,11 +74,11 @@
|
|||
"dst": ["tag:homelab"],
|
||||
"ip": ["tcp:3001", "tcp:2200"],
|
||||
},
|
||||
// Homelab can reach k8s PostgreSQL for borgmatic backups and metrics scraping
|
||||
// Homelab can reach k8s services: PostgreSQL, CNPG metrics, Prometheus/Loki
|
||||
{
|
||||
"src": ["tag:homelab"],
|
||||
"dst": ["tag:k8s"],
|
||||
"ip": ["tcp:5432", "tcp:9187"],
|
||||
"ip": ["tcp:443", "tcp:5432", "tcp:9187"],
|
||||
},
|
||||
],
|
||||
|
||||
|
|
@ -141,10 +141,10 @@
|
|||
"accept": ["tag:kiwix:443", "tag:forge:443", "tag:feed:443", "tag:pg:5432"],
|
||||
"deny": ["tag:grafana:443", "tag:loki:3100", "tag:nas:445", "tag:registry:443", "tag:k8s-api:443"],
|
||||
},
|
||||
// Homelab can reach homelab, NAS, and k8s metrics
|
||||
// Homelab can reach homelab, NAS, and k8s services (postgres, metrics, prometheus/loki)
|
||||
{
|
||||
"src": "tag:homelab",
|
||||
"accept": ["tag:homelab:22", "tag:nas:445", "tag:k8s:9187"],
|
||||
"accept": ["tag:homelab:22", "tag:nas:445", "tag:k8s:443", "tag:k8s:5432", "tag:k8s:9187"],
|
||||
},
|
||||
// K8s workloads can reach registry and forge (on indri:3001 HTTP, :2200 SSH)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue