Skip to content

Commit

Permalink
Update annotation-use-case.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 16, 2023
1 parent e742c68 commit e4abf6a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
mse.ingress.kubernetes.io/timeout: "5"
higress.io/timeout: "5"
name: demo
spec:
ingressClassName: higress
Expand Down Expand Up @@ -647,8 +647,8 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
mse.ingress.kubernetes.io/route-limit-rpm: "100"
mse.ingress.kubernetes.io/route-limit-burst-multiplier: "2"
higress.io/route-limit-rpm: "100"
higress.io/route-limit-burst-multiplier: "2"
name: demo
spec:
ingressClassName: mse
Expand Down

0 comments on commit e4abf6a

Please sign in to comment.