12 lines
		
	
	
		
			239 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: configuration.konghq.com/v1
 | |
| kind: KongClusterPlugin
 | |
| metadata:
 | |
|   name: global-rate-limit
 | |
|   annotations:
 | |
|     kubernetes.io/ingress.class: kong
 | |
|   labels:
 | |
|     global: "true"
 | |
| config:
 | |
|   minute: 5
 | |
|   policy: local
 | |
| plugin: rate-limiting |