refactor: remove Concourse

A bit heavy and needs separate client tool
This commit is contained in:
Khue Doan 2021-12-24 11:47:09 +07:00
parent d086135966
commit eb666ced76
4 changed files with 0 additions and 71 deletions

View File

@ -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

View File

@ -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:
- .

View File

@ -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/

View File

@ -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