From 8ceccac8509c575c233f3d67330d9d1ddac98082 Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Wed, 9 Mar 2022 18:51:27 +0330 Subject: [PATCH] fandogh config for v1.1.0 --- .fandogh/fandogh.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index 05b34a4..7d441cb 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -3,11 +3,11 @@ name: app-test spec: allow_http: false disable_default_domains: true - image: app-test:0.0.4 + image: app:1.1.0 image_pull_policy: IfNotPresent path: / replicas: 1 resources: - memory: 50Mi + memory: 150Mi domains: - - name: dev.didvan.app \ No newline at end of file + - name: web.didvan.app \ No newline at end of file