dev deployment config + web video bug fixed
This commit is contained in:
parent
f8150ea737
commit
dc7a26c644
|
|
@ -1,13 +1,13 @@
|
|||
kind: ExternalService
|
||||
name: app-test
|
||||
name: app-dev
|
||||
spec:
|
||||
allow_http: false
|
||||
disable_default_domains: true
|
||||
image: app:1.2.0
|
||||
image: app-dev:1.5.11
|
||||
image_pull_policy: IfNotPresent
|
||||
path: /
|
||||
replicas: 1
|
||||
resources:
|
||||
memory: 150Mi
|
||||
memory: 100Mi
|
||||
domains:
|
||||
- name: web.didvan.app
|
||||
- name: dev.didvan.app
|
||||
|
|
@ -87,9 +87,12 @@ class _StudioDetailsState extends State<StudioDetails> {
|
|||
height: d.size.height - d.padding.top - 56,
|
||||
child: Column(
|
||||
children: [
|
||||
const AspectRatio(
|
||||
AspectRatio(
|
||||
aspectRatio: 16 / 9,
|
||||
child: HtmlElementView(viewType: 'video'),
|
||||
child: HtmlElementView(
|
||||
viewType: 'video',
|
||||
key: ValueKey(state.studio.id),
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
child: StudioDetailsWidget(
|
||||
|
|
|
|||
Loading…
Reference in New Issue