@@ -17,6 +17,7 @@ Masters cannot contain the following annotations:
17
17
- nginx.org/ssl-services
18
18
- nginx.org/grpc-services
19
19
- nginx.org/websocket-services
20
+ - nginx.org/use-cluster-ip
20
21
- nginx.com/sticky-cookie-services
21
22
- nginx.com/health-checks
22
23
- nginx.com/health-checks-mandatory
@@ -40,11 +41,17 @@ Minions cannot contain the following annotations:
40
41
- nginx.org/listen-ports
41
42
- nginx.org/listen-ports-ssl
42
43
- nginx.org/server-snippets
44
+ - appprotect.f5.com/app_protect_enable
45
+ - appprotect.f5.com/app_protect_policy
46
+ - appprotect.f5.com/app_protect_security_log_enable
47
+ - appprotect.f5.com/app_protect_security_log
48
+ - appprotectdos.f5.com/app-protect-dos-resource
43
49
44
50
Minions inherent the following annotations from the master, unless they override them:
45
51
46
52
- nginx.org/proxy-connect-timeout
47
53
- nginx.org/proxy-read-timeout
54
+ - nginx.org/proxy-send-timeout
48
55
- nginx.org/client-max-body-size
49
56
- nginx.org/proxy-buffering
50
57
- nginx.org/proxy-buffers
@@ -54,7 +61,18 @@ Minions inherent the following annotations from the master, unless they override
54
61
- nginx.org/lb-method
55
62
- nginx.org/keepalive
56
63
- nginx.org/max-fails
64
+ - nginx.org/max-conns
57
65
- nginx.org/fail-timeout
66
+ - nginx.org/limit-req-rate
67
+ - nginx.org/limit-req-key
68
+ - nginx.org/limit-req-zone-size
69
+ - nginx.org/limit-req-delay
70
+ - nginx.org/limit-req-no-delay
71
+ - nginx.org/limit-req-burst
72
+ - nginx.org/limit-req-dry-run
73
+ - nginx.org/limit-req-log-level
74
+ - nginx.org/limit-req-reject-code
75
+ - nginx.org/limit-req-scale
58
76
59
77
Note: Ingress Resources with more than one host cannot be used.
60
78
0 commit comments