Skip to content

Commit 85fba9e

Browse files
committed
OSDOCS-14578: adds ingress control options to MicroShift
1 parent ffec83d commit 85fba9e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

modules/microshift-default-settings.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,30 @@ dns:
4242
etcd:
4343
memoryLimitMB: 0
4444
ingress:
45+
accessLogging:
46+
destination:
47+
container:
48+
maxLength: 1024
49+
syslog:
50+
address: ""
51+
facility: ""
52+
maxLength: 1024
53+
port: 0
54+
type: ""
55+
httpCaptureCookies:
56+
- matchType: ""
57+
maxLength: 0
58+
name: ""
59+
namePrefix: ""
60+
httpCaptureHeaders:
61+
request:
62+
- maxLength: 0
63+
name: ""
64+
response:
65+
- maxLength: 0
66+
name: ""
67+
httpLogFormat: ""
68+
status: Disabled
4569
certificateSecret: router-certs-default
4670
clientTLS:
4771
allowedSubjectPatterns:
@@ -54,6 +78,8 @@ ingress:
5478
mimeTypes:
5579
- ""
5680
httpEmptyRequestsPolicy: Respond
81+
httpErrorCodePages:
82+
name: ""
5783
listenAddress:
5884
- ""
5985
logEmptyRequests: Log

0 commit comments

Comments
 (0)