@@ -12,102 +12,104 @@ metadata:
12
12
},
13
13
"spec": {
14
14
"controller": {
15
- "affinity ": {} ,
15
+ "kind ": "deployment" ,
16
16
"annotations": {},
17
+ "nginxplus": false,
18
+ "nginxReloadTimeout": 60000,
17
19
"appprotect": {
18
20
"enable": false
19
21
},
20
22
"appprotectdos": {
21
- "debug": false,
22
23
"enable": false,
23
- "maxDaemons ": 0 ,
24
+ "debug ": false ,
24
25
"maxWorkers": 0,
26
+ "maxDaemons": 0,
25
27
"memory": 0
26
28
},
27
- "autoscaling": {
29
+ "hostNetwork": false,
30
+ "dnsPolicy": "ClusterFirst",
31
+ "nginxDebug": false,
32
+ "logLevel": 1,
33
+ "customPorts": [],
34
+ "image": {
35
+ "repository": "nginx/nginx-ingress",
36
+ "tag": "3.1.0-ubi",
37
+ "pullPolicy": "IfNotPresent"
38
+ },
39
+ "lifecycle": {},
40
+ "customConfigMap": "",
41
+ "config": {
28
42
"annotations": {},
43
+ "entries": {}
44
+ },
45
+ "defaultTLS": {
46
+ "secret": ""
47
+ },
48
+ "wildcardTLS": {
49
+ "secret": null
50
+ },
51
+ "terminationGracePeriodSeconds": 30,
52
+ "autoscaling": {
29
53
"enabled": false,
30
- "maxReplicas ": 3 ,
54
+ "annotations ": {} ,
31
55
"minReplicas": 1,
56
+ "maxReplicas": 3,
32
57
"targetCPUUtilizationPercentage": 50,
33
58
"targetMemoryUtilizationPercentage": 50
34
59
},
35
- "config": {
36
- "annotations": {},
37
- "entries": {}
60
+ "resources": {
61
+ "requests": {
62
+ "cpu": "100m",
63
+ "memory": "128Mi"
64
+ }
38
65
},
39
- "customConfigMap": "",
40
- "customPorts": [],
41
- "defaultTLS": {
42
- "secret": "nginx-ingress/default-server-secret"
66
+ "tolerations": [],
67
+ "affinity": {},
68
+ "env": [],
69
+ "volumes": [],
70
+ "volumeMounts": [],
71
+ "initContainers": [],
72
+ "minReadySeconds": 0,
73
+ "podDisruptionBudget": {
74
+ "enabled": false,
75
+ "annotations": {}
43
76
},
44
- "disableIPV6": false,
45
- "dnsPolicy": "ClusterFirst",
46
- "enableCertManager": false,
77
+ "strategy": {},
78
+ "extraContainers": [],
79
+ "replicaCount": 1,
80
+ "ingressClass": "nginx",
81
+ "setAsDefaultIngress": false,
82
+ "watchNamespace": "",
83
+ "watchNamespaceLabel": "",
84
+ "watchSecretNamespace": "",
47
85
"enableCustomResources": true,
48
- "enableExternalDNS": false,
49
- "enableLatencyMetrics": false,
50
- "enableOIDC": false,
51
86
"enablePreviewPolicies": false,
52
- "enableSnippets": false,
87
+ "enableOIDC": false,
88
+ "includeYear": false,
53
89
"enableTLSPassthrough": false,
54
- "extraContainers": [],
90
+ "enableCertManager": false,
91
+ "enableExternalDNS": false,
55
92
"globalConfiguration": {
56
93
"create": false,
57
94
"spec": {}
58
95
},
96
+ "enableSnippets": false,
59
97
"healthStatus": false,
60
98
"healthStatusURI": "/nginx-health",
61
- "hostNetwork": false,
62
- "image": {
63
- "pullPolicy": "IfNotPresent",
64
- "repository": "nginx/nginx-ingress",
65
- "tag": "3.0.2-ubi"
66
- },
67
- "includeYear": false,
68
- "ingressClass": "nginx",
69
- "initContainers": [],
70
- "kind": "deployment",
71
- "lifecycle": {},
72
- "logLevel": 1,
73
- "minReadySeconds": 0,
74
- "nginxDebug": false,
75
- "nginxReloadTimeout": 60000,
76
99
"nginxStatus": {
77
- "allowCidrs": "127.0.0.1",
78
100
"enable": true,
79
- "port": 8080
80
- },
81
- "nginxplus": false,
82
- "pod": {
83
- "annotations": {},
84
- "extraLabels": {}
85
- },
86
- "readyStatus": {
87
- "enable": true,
88
- "initialDelaySeconds": 0,
89
- "port": 8081
90
- },
91
- "replicaCount": 1,
92
- "reportIngressStatus": {
93
- "annotations": {},
94
- "enable": true,
95
- "enableLeaderElection": true,
96
- "ingressLink": ""
97
- },
98
- "resources": {
99
- "requests": {
100
- "cpu": "100m",
101
- "memory": "128Mi"
102
- }
101
+ "port": 8080,
102
+ "allowCidrs": "127.0.0.1"
103
103
},
104
104
"service": {
105
- "annotations": {},
106
105
"create": true,
107
- "customPorts": [],
108
- "externalIPs": [],
106
+ "type": "LoadBalancer",
109
107
"externalTrafficPolicy": "Local",
108
+ "annotations": {},
110
109
"extraLabels": {},
110
+ "loadBalancerIP": "",
111
+ "externalIPs": [],
112
+ "loadBalancerSourceRanges": [],
111
113
"httpPort": {
112
114
"enable": true,
113
115
"port": 80,
@@ -118,51 +120,55 @@ metadata:
118
120
"port": 443,
119
121
"targetPort": 443
120
122
},
121
- "loadBalancerIP": "",
122
- "loadBalancerSourceRanges": [],
123
- "type": "LoadBalancer"
123
+ "customPorts": []
124
124
},
125
125
"serviceAccount": {
126
126
"annotations": {},
127
127
"imagePullSecretName": ""
128
128
},
129
129
"serviceMonitor": {
130
130
"create": false,
131
- "endpoints": [],
132
131
"labels": {},
133
- "selectorMatchLabels": {}
132
+ "selectorMatchLabels": {},
133
+ "endpoints": []
134
134
},
135
- "setAsDefaultIngress": false,
136
- "strategy": {},
137
- "terminationGracePeriodSeconds": 30,
138
- "tolerations": [],
139
- "volumeMounts": [],
140
- "volumes": [],
141
- "watchNamespace": "",
142
- "watchNamespaceLabel": "",
143
- "watchSecretNamespace": "",
144
- "wildcardTLS": {
145
- "secret": null
146
- }
135
+ "reportIngressStatus": {
136
+ "enable": true,
137
+ "ingressLink": "",
138
+ "enableLeaderElection": true,
139
+ "annotations": {}
140
+ },
141
+ "pod": {
142
+ "annotations": {},
143
+ "extraLabels": {}
144
+ },
145
+ "readyStatus": {
146
+ "enable": true,
147
+ "port": 8081,
148
+ "initialDelaySeconds": 0
149
+ },
150
+ "enableLatencyMetrics": false,
151
+ "disableIPV6": false
147
152
},
148
- "nginxServiceMesh ": {
149
- "enable ": false,
150
- "enableEgress ": false
153
+ "readOnlyRootFilesystem ": false,
154
+ "rbac ": {
155
+ "create ": true
151
156
},
152
157
"prometheus": {
153
158
"create": true,
154
159
"port": 9113,
155
- "scheme": "http",
156
- "secret": ""
157
- },
158
- "rbac": {
159
- "create": true
160
+ "secret": "",
161
+ "scheme": "http"
160
162
},
161
163
"serviceInsight": {
162
164
"create": false,
163
165
"port": 9114,
164
- "scheme": "http",
165
- "secret": ""
166
+ "secret": "",
167
+ "scheme": "http"
168
+ },
169
+ "nginxServiceMesh": {
170
+ "enable": false,
171
+ "enableEgress": false
166
172
}
167
173
}
168
174
}
0 commit comments