deploy drone
This commit is contained in:
parent
d0b4805aa4
commit
245f44a4dd
10 changed files with 117 additions and 2 deletions
35
flux/cluster/apps/gitops/drone/runner.yaml
Normal file
35
flux/cluster/apps/gitops/drone/runner.yaml
Normal file
|
@ -0,0 +1,35 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: drone-runner-kube
|
||||
namespace: gitops
|
||||
spec:
|
||||
interval: 1h
|
||||
chart:
|
||||
spec:
|
||||
chart: drone-runner-kube
|
||||
version: 0.1.8
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: drone-charts
|
||||
namespace: flux-system
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: drone
|
||||
valuesKey: DRONE_RPC_SECRET
|
||||
targetPath: env.DRONE_RPC_SECRET
|
||||
values:
|
||||
image:
|
||||
repository: drone/drone-runner-kube
|
||||
tag: 1.0.0-rc.3
|
||||
ingress:
|
||||
enabled: true
|
||||
host: drone.0x76.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
rbac:
|
||||
buildNamespaces:
|
||||
- drone-build
|
||||
env:
|
||||
DRONE_NAMESPACE_DEFAULT: drone-build
|
Loading…
Add table
Add a link
Reference in a new issue