mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 09:08:26 +07:00
Add Drone CI
This commit is contained in:
parent
7d380f2ed4
commit
51ae701dd8
@ -10,7 +10,10 @@ resources:
|
||||
- resources/nginx.yaml
|
||||
- resources/node-problem-detector.yaml
|
||||
- resources/prometheus.yaml
|
||||
# Operation
|
||||
- resources/vault.yaml
|
||||
- resources/drone.yaml
|
||||
- resources/drone-kube-runner.yaml
|
||||
# Applications
|
||||
- resources/gitea.yaml
|
||||
- resources/wireguard.yaml
|
||||
|
21
apps/resources/drone-kube-runner.yaml
Normal file
21
apps/resources/drone-kube-runner.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: drone-kube-runner
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: drone
|
||||
source:
|
||||
repoURL: https://charts.drone.io
|
||||
chart: drone-kube-runner
|
||||
targetRevision: 0.1.5
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
21
apps/resources/drone.yaml
Normal file
21
apps/resources/drone.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: drone
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: drone
|
||||
source:
|
||||
repoURL: https://charts.drone.io
|
||||
chart: drone
|
||||
targetRevision: 0.1.7
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user