From 48c93ca313bbad2a051f90c95b7df4012889b308 Mon Sep 17 00:00:00 2001 From: Pierre G Date: Fri, 4 Oct 2024 09:31:56 +0200 Subject: [PATCH] =?UTF-8?q?feat(ENG-1850):=20update=20cluster=20advanced?= =?UTF-8?q?=20settings=20with=20static=5Fip=5Fmode=20=E2=80=A6=20(#708)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 36f914eb..e9d61f34 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13021,6 +13021,25 @@ components: storageclass.fast_ssd: type: string description: storage class name to use to provision pvc + qovery.static_ip_mode: + type: boolean + x-stoplight: + id: i7u9vjd0o89g8 + description: |- + To limit public access from the internet to your Kubernetes cluster endpoint. + You can define whitelisted CIDR in k8s.api.allowed_public_access_cidrs. + k8s.api.allowed_public_access_cidrs: + type: array + x-stoplight: + id: w7d7zyd1de9n6 + description: |- + Set custom sources to public access endpoint + Use CIDR notation to specify an IP address range + (for example, ['203.0.113.5/32','203.0.100/32']) + items: + x-stoplight: + id: v8r1f6alk5abp + type: string Commit: type: object nullable: true