File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 93
93
"required" : [],
94
94
"type" : " object"
95
95
},
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
+ },
96
124
"rewriteClientIP" : {
97
125
"description" : " RewriteClientIP defines configuration for rewriting the client IP to the original client's IP." ,
98
126
"properties" : {
Original file line number Diff line number Diff line change @@ -244,6 +244,21 @@ nginx:
244
244
# - crit
245
245
# - alert
246
246
# - 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
247
262
# @schema
248
263
# -- The configuration for the data plane that is contained in the NginxProxy resource.
249
264
config : {}
You can’t perform that action at this time.
0 commit comments