Skip to content

Commit

Permalink
feat(ENG-1850): update cluster advanced settings with static_ip_mode … (
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Oct 4, 2024
1 parent dca2e93 commit 48c93ca
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48c93ca

Please sign in to comment.