Skip to content

Commit

Permalink
Update values.yaml helm file
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Jan 28, 2025
1 parent 67190ed commit 864e9de
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions charts/nginx-gateway-fabric/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,34 @@
"required": [],
"type": "object"
},
"nginxPlus": {
"description": "NginxPlus specifies NGINX Plus additional settings.",
"properties": {
"allowedAddresses": {
"items": {
"properties": {
"type": {
"enum": [
"CIDR",
"IPAddress"
],
"required": [],
"type": "string"
},
"value": {
"required": [],
"type": "string"
}
},
"required": []
},
"required": [],
"type": "array"
}
},
"required": [],
"type": "object"
},
"rewriteClientIP": {
"description": "RewriteClientIP defines configuration for rewriting the client IP to the original client's IP.",
"properties": {
Expand Down
15 changes: 15 additions & 0 deletions charts/nginx-gateway-fabric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,21 @@ nginx:
# - crit
# - alert
# - emerg
# nginxPlus:
# type: object
# description: NginxPlus specifies NGINX Plus additional settings.
# properties:
# allowedAddresses:
# type: array
# items:
# properties:
# type:
# type: string
# enum:
# - CIDR
# - IPAddress
# value:
# type: string
# @schema
# -- The configuration for the data plane that is contained in the NginxProxy resource.
config: {}
Expand Down

0 comments on commit 864e9de

Please sign in to comment.