diff --git a/.fandogh/config.yml b/.fandogh/config.yml new file mode 100644 index 0000000..5231c24 --- /dev/null +++ b/.fandogh/config.yml @@ -0,0 +1 @@ +image.name: app-test diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml new file mode 100644 index 0000000..05b34a4 --- /dev/null +++ b/.fandogh/fandogh.yaml @@ -0,0 +1,13 @@ +kind: ExternalService +name: app-test +spec: + allow_http: false + disable_default_domains: true + image: app-test:0.0.4 + image_pull_policy: IfNotPresent + path: / + replicas: 1 + resources: + memory: 50Mi + domains: + - name: dev.didvan.app \ No newline at end of file