initial commit
This commit is contained in:
39
namespaces/git/woodpecker-chart.yml
Normal file
39
namespaces/git/woodpecker-chart.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: woodpecker
|
||||
namespace: git
|
||||
spec:
|
||||
chart: woodpecker
|
||||
targetNamespace: git
|
||||
repo: https://woodpecker-ci.org/
|
||||
version: 0.4.2
|
||||
valuesContent: |-
|
||||
server:
|
||||
image:
|
||||
tag: v1.0.3
|
||||
env:
|
||||
WOODPECKER_ADMIN: kgrubb
|
||||
WOODPECKER_GITEA: true
|
||||
WOODPECKER_GITEA_URL: http://git.keligrubb.com
|
||||
WOODPECKER_GITEA_SKIP_VERIFY: true
|
||||
WOODPECKER_HOST: http://ci.keligrubb.com
|
||||
WOODPECKER_ORGS: homestead
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-gitea-client
|
||||
- woodpecker-gitea-secret
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
- host: ci.keligrubb.com
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: ci.keligrubb.com
|
||||
servicePort: 80
|
||||
agent:
|
||||
image:
|
||||
tag: v1.0.3
|
||||
env:
|
||||
WOODPECKER_GITEA: true
|
||||
Reference in New Issue
Block a user