websockets babyy
This commit is contained in:
@@ -24,7 +24,12 @@ metadata:
|
||||
name: kitchenowl
|
||||
spec:
|
||||
headers:
|
||||
accessControlAllowOriginList:
|
||||
- "*"
|
||||
accessControlAllowCredentials: true
|
||||
accessControlAllowHeaders: [ "Authorization","Content-Type" ] # "Accept","Origin"
|
||||
accessControlAllowMethods: [ "GET","HEAD","OPTIONS" ] # "POST","PUT"
|
||||
accessControlMaxAge: 100
|
||||
customRequestHeaders:
|
||||
X-Forwarded-Proto: "https"
|
||||
# enable websockets
|
||||
Connection: keep-alive, Upgrade
|
||||
Upgrade: "websocket"
|
||||
|
||||
Reference in New Issue
Block a user