mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
feat(speech): whisper LB
This commit is contained in:
parent
aafb22ef6e
commit
0d485c4f7a
2 changed files with 5 additions and 5 deletions
|
@ -15,11 +15,11 @@ env:
|
|||
|
||||
service:
|
||||
main:
|
||||
type: ClusterIP
|
||||
#externalTrafficPolicy: Local
|
||||
# annotations:
|
||||
# metallb.universe.tf/allow-shared-ip: iot
|
||||
# metallb.universe.tf/address-pool: iot
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: iot
|
||||
metallb.universe.tf/address-pool: iot
|
||||
ports:
|
||||
http:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue