mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:41:13 +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:
|
service:
|
||||||
main:
|
main:
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
#externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
# annotations:
|
annotations:
|
||||||
# metallb.universe.tf/allow-shared-ip: iot
|
metallb.universe.tf/allow-shared-ip: iot
|
||||||
# metallb.universe.tf/address-pool: iot
|
metallb.universe.tf/address-pool: iot
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue