dev deployment config + web video bug fixed

This commit is contained in:
MohammadTaha Basiri 2022-04-08 16:26:36 +04:30
parent f8150ea737
commit dc7a26c644
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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(