Skip to content

Commit

Permalink
Update dadjokes_kong_for_k8s.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Nov 11, 2020
1 parent d5fb624 commit fd06328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/dadjokes_kong_for_k8s.yaml
Expand Up @@ -43,7 +43,7 @@ apiVersion: configuration.konghq.com/v1
metadata:
name: ratelimit-jokes
config:
minute: 60
minute: 5
limit_by: ip
policy: local
plugin: rate-limiting
Expand All @@ -53,7 +53,8 @@ kind: Ingress
metadata:
name: dadjokes-route
annotations:
plugins.konghq.com: ratelimit-jokes
kubernetes.io/ingress.class: kong
konghq.com/plugins: ratelimit-jokes
konghq.com/strip-path: "true"
spec:
rules:
Expand Down

0 comments on commit fd06328

Please sign in to comment.