From 92eca550e90c98480fa242547d7fd920f0cf07ea Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Sat, 19 Mar 2022 18:08:43 +0330 Subject: [PATCH] fandogh config for v1.2.0 build 1 --- .fandogh/fandogh.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index ebd7abc..45fc5be 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -1,13 +1,13 @@ kind: ExternalService -name: app-dev +name: app-test spec: allow_http: false disable_default_domains: true - image: app-dev:1.1.4 + image: app:1.2.0 image_pull_policy: IfNotPresent path: / replicas: 1 resources: - memory: 100Mi + memory: 150Mi domains: - - name: dev.didvan.app \ No newline at end of file + - name: web.didvan.app \ No newline at end of file