Skip to content

Commit

Permalink
fix: NGINX advanced settings naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Oct 26, 2023
1 parent 19f591f commit 67c8326
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/schemas/ClusterAdvancedSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ properties:
deprecated: true
registry.mirroring_mode:
$ref: './enums/RegistryMirroringMode.yaml'
nginx.vcpu.request_in_milli:
nginx.vcpu.request_in_milli_cpu:
type: integer
default: 100
description: vcpu request in millicores
nginx.vcpu.limit_in_milli:
nginx.vcpu.limit_in_milli_cpu:
type: integer
default: 500
description: vcpu limit in millicores
Expand All @@ -107,10 +107,6 @@ properties:
type: integer
default: 50
description: hpa cpu threshold in percentage
nginx.hpa.memory_utilization_percentage_threshold:
type: integer
default: 50
description: hpa memory threshold in percentage
nginx.hpa.min_number_instances:
type: integer
default: 2
Expand Down

0 comments on commit 67c8326

Please sign in to comment.