Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go-4fc4f0372c
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jan 17, 2025
2 parents 827e150 + 4e09c39 commit e52da73
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/ingress-resources/mergeable-ingress-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Masters cannot contain the following annotations:
- nginx.org/ssl-services
- nginx.org/grpc-services
- nginx.org/websocket-services
- nginx.org/use-cluster-ip
- nginx.com/sticky-cookie-services
- nginx.com/health-checks
- nginx.com/health-checks-mandatory
Expand All @@ -40,11 +41,17 @@ Minions cannot contain the following annotations:
- nginx.org/listen-ports
- nginx.org/listen-ports-ssl
- nginx.org/server-snippets
- appprotect.f5.com/app_protect_enable
- appprotect.f5.com/app_protect_policy
- appprotect.f5.com/app_protect_security_log_enable
- appprotect.f5.com/app_protect_security_log
- appprotectdos.f5.com/app-protect-dos-resource

Minions inherent the following annotations from the master, unless they override them:

- nginx.org/proxy-connect-timeout
- nginx.org/proxy-read-timeout
- nginx.org/proxy-send-timeout
- nginx.org/client-max-body-size
- nginx.org/proxy-buffering
- nginx.org/proxy-buffers
Expand All @@ -54,7 +61,18 @@ Minions inherent the following annotations from the master, unless they override
- nginx.org/lb-method
- nginx.org/keepalive
- nginx.org/max-fails
- nginx.org/max-conns
- nginx.org/fail-timeout
- nginx.org/limit-req-rate
- nginx.org/limit-req-key
- nginx.org/limit-req-zone-size
- nginx.org/limit-req-delay
- nginx.org/limit-req-no-delay
- nginx.org/limit-req-burst
- nginx.org/limit-req-dry-run
- nginx.org/limit-req-log-level
- nginx.org/limit-req-reject-code
- nginx.org/limit-req-scale

Note: Ingress Resources with more than one host cannot be used.

Expand Down

0 comments on commit e52da73

Please sign in to comment.