ingress-nginx-helm/docs/examples/affinity/cookie/ingress.yaml
Manuel de Brito Fontes a9168f276e Split documentation
2017-10-13 18:13:51 -03:00

18 lines
409 B
YAML

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: nginx-test
annotations:
ingress.kubernetes.io/affinity: "cookie"
ingress.kubernetes.io/session-cookie-name: "route"
ingress.kubernetes.io/session-cookie-hash: "sha1"
spec:
rules:
- host: stickyingress.example.com
http:
paths:
- backend:
serviceName: http-svc
servicePort: 80
path: /