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 kind: ExternalService
name: app-test name: app-dev
spec: spec:
allow_http: false allow_http: false
disable_default_domains: true disable_default_domains: true
image: app:1.2.0 image: app-dev:1.5.11
image_pull_policy: IfNotPresent image_pull_policy: IfNotPresent
path: / path: /
replicas: 1 replicas: 1
resources: resources:
memory: 150Mi memory: 100Mi
domains: 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, height: d.size.height - d.padding.top - 56,
child: Column( child: Column(
children: [ children: [
const AspectRatio( AspectRatio(
aspectRatio: 16 / 9, aspectRatio: 16 / 9,
child: HtmlElementView(viewType: 'video'), child: HtmlElementView(
viewType: 'video',
key: ValueKey(state.studio.id),
),
), ),
Expanded( Expanded(
child: StudioDetailsWidget( child: StudioDetailsWidget(