commit 17345d1cd8ed09a6e4d7dbb6bd871519515484d7 parent fe306896b9cfa3f137bbaa07faf520279260ba7a Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 23 Apr 2024 11:54:24 +0200 fix IPs for the gateway Diffstat:
| M | infrastructure/configs/cluster-issuers.yaml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/infrastructure/configs/cluster-issuers.yaml b/infrastructure/configs/cluster-issuers.yaml @@ -38,6 +38,13 @@ spec: allowedRoutes: namespaces: from: All + addresses: + - type: "IPAddress" + value: 10.0.1.2 + - type: "IPAddress" + value: 10.0.2.3 + - type: "IPAddress" + value: 10.0.2.2 --- apiVersion: cert-manager.io/v1 kind: ClusterIssuer