From eb666ced76d8439340c8aa8f7e97bea434f44605 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 24 Dec 2021 11:47:09 +0700 Subject: [PATCH] refactor: remove Concourse A bit heavy and needs separate client tool --- .concourse/seed.yaml | 22 ---------------------- .concourse/yaml-lint.yaml | 26 -------------------------- platform/concourse/Chart.yaml | 7 ------- platform/concourse/values.yaml | 16 ---------------- 4 files changed, 71 deletions(-) delete mode 100644 .concourse/seed.yaml delete mode 100644 .concourse/yaml-lint.yaml delete mode 100644 platform/concourse/Chart.yaml delete mode 100644 platform/concourse/values.yaml diff --git a/.concourse/seed.yaml b/.concourse/seed.yaml deleted file mode 100644 index 30a8f0da..00000000 --- a/.concourse/seed.yaml +++ /dev/null @@ -1,22 +0,0 @@ -resources: - - name: homelab-git - type: git - icon: github - source: - uri: https://github.com/khuedoan/homelab - -jobs: - - name: configure-self - plan: - - get: homelab-git - trigger: true - - set_pipeline: self - file: homelab-git/.concourse/seed.yaml - - name: configure-pipelines - plan: - - get: homelab-git - trigger: true - passed: - - configure-self - - set_pipeline: yaml-lint - file: homelab-git/.concourse/yaml-lint.yaml diff --git a/.concourse/yaml-lint.yaml b/.concourse/yaml-lint.yaml deleted file mode 100644 index 5e716732..00000000 --- a/.concourse/yaml-lint.yaml +++ /dev/null @@ -1,26 +0,0 @@ -resources: - - name: homelab-git - type: git - icon: github - source: - uri: https://github.com/khuedoan/homelab - - name: yamllint - type: registry-image - icon: docker - source: - repository: cytopia/yamllint - tag: latest - -jobs: - - name: lint - plan: - - get: homelab-git - trigger: true - - task: plan - image: yamllint - config: - platform: linux - run: - path: yamllint - args: - - . diff --git a/platform/concourse/Chart.yaml b/platform/concourse/Chart.yaml deleted file mode 100644 index 3feacaf8..00000000 --- a/platform/concourse/Chart.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v2 -name: concourse -version: 0.0.0 -dependencies: -- name: concourse - version: 16.1.7 - repository: https://concourse-charts.storage.googleapis.com/ diff --git a/platform/concourse/values.yaml b/platform/concourse/values.yaml deleted file mode 100644 index 828af9f0..00000000 --- a/platform/concourse/values.yaml +++ /dev/null @@ -1,16 +0,0 @@ -concourse: - web: - ingress: - enabled: true - annotations: - cert-manager.io/cluster-issuer: "letsencrypt-prod" - ingressClassName: nginx - hosts: - - &host concourse.khuedoan.com - tls: - - secretName: concourse-tls-certificate - hosts: - - *host - concourse: - web: - externalUrl: https://concourse.khuedoan.com