From 6e3f8f27a06f9411192c52919d4620324245ba1b Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Sat, 12 Mar 2022 13:56:31 +0330 Subject: [PATCH] fandogh dev version latest config --- .fandogh/fandogh.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index fa91faa..ebd7abc 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -1,13 +1,13 @@ kind: ExternalService -name: app-test +name: app-dev spec: allow_http: false disable_default_domains: true - image: app:1.1.4 + image: app-dev:1.1.4 image_pull_policy: IfNotPresent path: / replicas: 1 resources: - memory: 150Mi + memory: 100Mi domains: - - name: web.didvan.app \ No newline at end of file + - name: dev.didvan.app \ No newline at end of file