fix: use expose annotation rather than explicit whitelist

This commit is contained in:
2025-06-22 08:48:35 +02:00
parent 383477822a
commit 7607373146
7 changed files with 8 additions and 7 deletions
@@ -29,7 +29,7 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
oceanbox.io/expose: internal
hosts:
- host: openfga.srv.oceanbox.io
paths:
@@ -29,7 +29,7 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
oceanbox.io/expose: internal
hosts:
- host: openfga.dev.oceanbox.io
paths: