Skip to content

Commit 50c1cc1

Browse files
committed
Update values.yaml helm file
1 parent 5042fe6 commit 50c1cc1

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

charts/nginx-gateway-fabric/values.schema.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,34 @@
9393
"required": [],
9494
"type": "object"
9595
},
96+
"nginxPlus": {
97+
"description": "NginxPlus specifies NGINX Plus additional settings.",
98+
"properties": {
99+
"allowedAddresses": {
100+
"items": {
101+
"properties": {
102+
"type": {
103+
"enum": [
104+
"CIDR",
105+
"IPAddress"
106+
],
107+
"required": [],
108+
"type": "string"
109+
},
110+
"value": {
111+
"required": [],
112+
"type": "string"
113+
}
114+
},
115+
"required": []
116+
},
117+
"required": [],
118+
"type": "array"
119+
}
120+
},
121+
"required": [],
122+
"type": "object"
123+
},
96124
"rewriteClientIP": {
97125
"description": "RewriteClientIP defines configuration for rewriting the client IP to the original client's IP.",
98126
"properties": {

charts/nginx-gateway-fabric/values.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,21 @@ nginx:
244244
# - crit
245245
# - alert
246246
# - emerg
247+
# nginxPlus:
248+
# type: object
249+
# description: NginxPlus specifies NGINX Plus additional settings.
250+
# properties:
251+
# allowedAddresses:
252+
# type: array
253+
# items:
254+
# properties:
255+
# type:
256+
# type: string
257+
# enum:
258+
# - CIDR
259+
# - IPAddress
260+
# value:
261+
# type: string
247262
# @schema
248263
# -- The configuration for the data plane that is contained in the NginxProxy resource.
249264
config: {}

0 commit comments

Comments
 (0)