mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-11-27 05:33:10 +08:00
fix istio
This commit is contained in:
parent
05fc75800f
commit
36365c69eb
@ -9707,7 +9707,7 @@ metadata:
|
|||||||
install.operator.istio.io/owning-resource: unknown
|
install.operator.istio.io/owning-resource: unknown
|
||||||
operator.istio.io/component: "IngressGateways"
|
operator.istio.io/component: "IngressGateways"
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
# type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
app: istio-ingressgateway
|
app: istio-ingressgateway
|
||||||
istio: ingressgateway
|
istio: ingressgateway
|
||||||
|
@ -24,6 +24,8 @@ from flask import jsonify,request
|
|||||||
from PIL import Image,ImageFont
|
from PIL import Image,ImageFont
|
||||||
from PIL import ImageDraw
|
from PIL import ImageDraw
|
||||||
import urllib
|
import urllib
|
||||||
|
import torch
|
||||||
|
from PIL import Image
|
||||||
|
|
||||||
import pysnooper
|
import pysnooper
|
||||||
from flask import Flask
|
from flask import Flask
|
||||||
|
Loading…
Reference in New Issue
Block a user