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