Skip to content

Commit

Permalink
fix(ingress-do-sticky.yml): Fix examle
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Sep 2, 2023
1 parent 7a1c2e5 commit 2bb2901
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions ingress-do-sticky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,6 @@ spec:
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sticky
annotations:
nginx.ingress.kubernetes.io/affinity: cookie
spec:
rules:
- host: sticky.127.0.0.1.nip.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: sticky
port:
number: 80

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sticky
annotations:
Expand Down

0 comments on commit 2bb2901

Please sign in to comment.