From 6ff4a2c9e5efefbaff3787ff5a32c35c9a4a2f3e Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Mon, 17 Jan 2022 15:51:07 +0330 Subject: [PATCH] deploy config files --- .fandogh/config.yml | 1 + .fandogh/fandogh.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .fandogh/config.yml create mode 100644 .fandogh/fandogh.yaml 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