We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffec83d commit 85fba9eCopy full SHA for 85fba9e
modules/microshift-default-settings.adoc
@@ -42,6 +42,30 @@ dns:
42
etcd:
43
memoryLimitMB: 0
44
ingress:
45
+ accessLogging:
46
+ destination:
47
+ container:
48
+ maxLength: 1024
49
+ syslog:
50
+ address: ""
51
+ facility: ""
52
53
+ port: 0
54
+ type: ""
55
+ httpCaptureCookies:
56
+ - matchType: ""
57
+ maxLength: 0
58
+ name: ""
59
+ namePrefix: ""
60
+ httpCaptureHeaders:
61
+ request:
62
+ - maxLength: 0
63
64
+ response:
65
66
67
+ httpLogFormat: ""
68
+ status: Disabled
69
certificateSecret: router-certs-default
70
clientTLS:
71
allowedSubjectPatterns:
@@ -54,6 +78,8 @@ ingress:
78
mimeTypes:
79
- ""
80
httpEmptyRequestsPolicy: Respond
81
+ httpErrorCodePages:
82
83
listenAddress:
84
85
logEmptyRequests: Log
0 commit comments