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