fix
This commit is contained in:
@@ -6,25 +6,20 @@ metadata:
|
|||||||
name: woodpecker
|
name: woodpecker
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
timeouts:
|
domain:
|
||||||
default:
|
default: your-company
|
||||||
default: '60'
|
|
||||||
max: '120'
|
|
||||||
examples:
|
examples:
|
||||||
- default: '60'
|
- your-company
|
||||||
max: '120'
|
type: string
|
||||||
properties:
|
app-group:
|
||||||
default:
|
default: dev
|
||||||
default: '60'
|
|
||||||
type: string
|
|
||||||
max:
|
|
||||||
default: '120'
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
admin-users:
|
|
||||||
default: woodpecker,admin
|
|
||||||
examples:
|
examples:
|
||||||
- woodpecker,admin
|
- dev
|
||||||
|
type: string
|
||||||
|
sub-domain:
|
||||||
|
default: ci
|
||||||
|
examples:
|
||||||
|
- ci
|
||||||
type: string
|
type: string
|
||||||
storage-agent:
|
storage-agent:
|
||||||
default:
|
default:
|
||||||
@@ -46,25 +41,26 @@ options:
|
|||||||
default: 'false'
|
default: 'false'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
storage-server:
|
timeouts:
|
||||||
default:
|
default:
|
||||||
accessMode: ReadWriteOnce
|
default: '60'
|
||||||
size: 10Gi
|
max: '120'
|
||||||
examples:
|
examples:
|
||||||
- accessMode: ReadWriteOnce
|
- default: '60'
|
||||||
size: 10Gi
|
max: '120'
|
||||||
properties:
|
properties:
|
||||||
accessMode:
|
default:
|
||||||
default: ReadWriteOnce
|
default: '60'
|
||||||
enum:
|
|
||||||
- ReadWriteOnce
|
|
||||||
- ReadOnlyMany
|
|
||||||
- ReadWriteMany
|
|
||||||
type: string
|
type: string
|
||||||
size:
|
max:
|
||||||
default: 10Gi
|
default: '120'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
domain-name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
agent:
|
agent:
|
||||||
@@ -162,35 +158,39 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sub-domain:
|
storage-server:
|
||||||
default: ci
|
default:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 10Gi
|
||||||
examples:
|
examples:
|
||||||
- ci
|
- accessMode: ReadWriteOnce
|
||||||
type: string
|
size: 10Gi
|
||||||
domain-name:
|
properties:
|
||||||
default: your_company.com
|
accessMode:
|
||||||
examples:
|
default: ReadWriteOnce
|
||||||
- your_company.com
|
enum:
|
||||||
type: string
|
- ReadWriteOnce
|
||||||
|
- ReadOnlyMany
|
||||||
|
- ReadWriteMany
|
||||||
|
type: string
|
||||||
|
size:
|
||||||
|
default: 10Gi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
ingress-class:
|
ingress-class:
|
||||||
default: traefik
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
app-group:
|
admin-users:
|
||||||
default: dev
|
default: woodpecker,admin
|
||||||
examples:
|
examples:
|
||||||
- dev
|
- woodpecker,admin
|
||||||
type: string
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
locals {
|
locals {
|
||||||
dns-name = "${var.sub-domain}.${var.domain-name}"
|
dns-name = "${var.sub-domain}.${var.domain-name}"
|
||||||
dns-names = [local.dns-name]
|
dns-names = [local.dns-name]
|
||||||
icon = "/favicons/favicon-light-default.svg"
|
icon = "favicons/favicon-light-default.png"
|
||||||
service = {
|
service = {
|
||||||
"name" = "${var.component}-server"
|
"name" = "${var.component}-server"
|
||||||
"port" = {
|
"port" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user