diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index 634cd1f..4d58d75 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:2.0.1.13 + image: app-dev:2.0.1.11 image_pull_policy: IfNotPresent path: / replicas: 1 resources: memory: 100Mi domains: - - name: web.didvan.app \ No newline at end of file + - name: dev.didvan.app \ No newline at end of file