Add cookie to tandoor route

main
trivernis 1 year ago
parent f9612d14e6
commit 683a51e422
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -17,3 +17,10 @@ spec:
services: services:
- name: recipes-service - name: recipes-service
port: 8080 port: 8080
passHostHeader: true
sticky:
cookie:
httpOnly: false
name: cookie
secure: true
sameSite: none

Loading…
Cancel
Save