fix
This commit is contained in:
@@ -4,18 +4,102 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: code-server
|
name: code-server
|
||||||
description: null
|
description: VS Code in the browser
|
||||||
options:
|
options:
|
||||||
|
app_group:
|
||||||
|
default: dev
|
||||||
|
examples:
|
||||||
|
- dev
|
||||||
|
type: string
|
||||||
|
images:
|
||||||
|
default:
|
||||||
|
codeserver:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: sebt3/code-server
|
||||||
|
tag: 4.21.1
|
||||||
|
examples:
|
||||||
|
- codeserver:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: sebt3/code-server
|
||||||
|
tag: 4.21.1
|
||||||
|
properties:
|
||||||
|
codeserver:
|
||||||
|
default:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: sebt3/code-server
|
||||||
|
tag: 4.21.1
|
||||||
|
properties:
|
||||||
|
pull_policy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: sebt3/code-server
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 4.21.1
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
timezone:
|
timezone:
|
||||||
default: Europe/Paris
|
default: Europe/Paris
|
||||||
examples:
|
examples:
|
||||||
- Europe/Paris
|
- Europe/Paris
|
||||||
type: string
|
type: string
|
||||||
|
domain_name:
|
||||||
|
default: your-company.com
|
||||||
|
examples:
|
||||||
|
- your-company.com
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
no-editor:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
sub_domain:
|
sub_domain:
|
||||||
default: code
|
default: code
|
||||||
examples:
|
examples:
|
||||||
- code
|
- code
|
||||||
type: string
|
type: string
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
admin:
|
||||||
|
default:
|
||||||
|
cluster: false
|
||||||
|
namespace: false
|
||||||
|
examples:
|
||||||
|
- cluster: false
|
||||||
|
namespace: false
|
||||||
|
properties:
|
||||||
|
cluster:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
namespace:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
storage:
|
storage:
|
||||||
default:
|
default:
|
||||||
volume:
|
volume:
|
||||||
@@ -59,90 +143,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
no-editor:
|
|
||||||
default: false
|
|
||||||
examples:
|
|
||||||
- false
|
|
||||||
type: boolean
|
|
||||||
admin:
|
|
||||||
default:
|
|
||||||
cluster: false
|
|
||||||
namespace: false
|
|
||||||
examples:
|
|
||||||
- cluster: false
|
|
||||||
namespace: false
|
|
||||||
properties:
|
|
||||||
cluster:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
namespace:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
app_group:
|
|
||||||
default: dev
|
|
||||||
examples:
|
|
||||||
- dev
|
|
||||||
type: string
|
|
||||||
images:
|
|
||||||
default:
|
|
||||||
codeserver:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: sebt3/code-server
|
|
||||||
tag: 4.18
|
|
||||||
examples:
|
|
||||||
- codeserver:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: sebt3/code-server
|
|
||||||
tag: 4.18
|
|
||||||
properties:
|
|
||||||
codeserver:
|
|
||||||
default:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: sebt3/code-server
|
|
||||||
tag: 4.18
|
|
||||||
properties:
|
|
||||||
pull_policy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: sebt3/code-server
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 4.18
|
|
||||||
type: number
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
ingress_class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
domain_name:
|
|
||||||
default: your-company.com
|
|
||||||
examples:
|
|
||||||
- your-company.com
|
|
||||||
type: string
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -4,158 +4,8 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: dbgate
|
name: dbgate
|
||||||
description: null
|
description: The Smartest SQL+noSQL Database Client
|
||||||
options:
|
options:
|
||||||
app_group:
|
|
||||||
default: dev
|
|
||||||
examples:
|
|
||||||
- dev
|
|
||||||
type: string
|
|
||||||
ingress_class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
images:
|
|
||||||
default:
|
|
||||||
dbgate:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: dbgate/dbgate
|
|
||||||
tag: 5.2.7-alpine
|
|
||||||
examples:
|
|
||||||
- dbgate:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: dbgate/dbgate
|
|
||||||
tag: 5.2.7-alpine
|
|
||||||
properties:
|
|
||||||
dbgate:
|
|
||||||
default:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: dbgate/dbgate
|
|
||||||
tag: 5.2.7-alpine
|
|
||||||
properties:
|
|
||||||
pull_policy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: dbgate/dbgate
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 5.2.7-alpine
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
pg:
|
|
||||||
default: []
|
|
||||||
examples:
|
|
||||||
- []
|
|
||||||
items:
|
|
||||||
properties:
|
|
||||||
dbname:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
namespace:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
secret:
|
|
||||||
properties:
|
|
||||||
key:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
username:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: array
|
|
||||||
storage:
|
|
||||||
default:
|
|
||||||
volume:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 1Gi
|
|
||||||
type: Filesystem
|
|
||||||
description: Configure this app storage
|
|
||||||
examples:
|
|
||||||
- volume:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 1Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
volume:
|
|
||||||
default:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 1Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
accessMode:
|
|
||||||
default: ReadWriteOnce
|
|
||||||
enum:
|
|
||||||
- ReadWriteOnce
|
|
||||||
- ReadOnlyMany
|
|
||||||
- ReadWriteMany
|
|
||||||
type: string
|
|
||||||
class:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
size:
|
|
||||||
default: 1Gi
|
|
||||||
type: string
|
|
||||||
type:
|
|
||||||
default: Filesystem
|
|
||||||
enum:
|
|
||||||
- Filesystem
|
|
||||||
- Block
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
sub_domain:
|
|
||||||
default: dbgate
|
|
||||||
examples:
|
|
||||||
- dbgate
|
|
||||||
type: string
|
|
||||||
redis:
|
|
||||||
default: []
|
|
||||||
examples:
|
|
||||||
- []
|
|
||||||
items:
|
|
||||||
properties:
|
|
||||||
name:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
namespace:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: array
|
|
||||||
maria:
|
maria:
|
||||||
default: []
|
default: []
|
||||||
examples:
|
examples:
|
||||||
@@ -214,11 +64,161 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
images:
|
||||||
|
default:
|
||||||
|
dbgate:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: dbgate/dbgate
|
||||||
|
tag: 5.2.7-alpine
|
||||||
|
examples:
|
||||||
|
- dbgate:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: dbgate/dbgate
|
||||||
|
tag: 5.2.7-alpine
|
||||||
|
properties:
|
||||||
|
dbgate:
|
||||||
|
default:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: dbgate/dbgate
|
||||||
|
tag: 5.2.7-alpine
|
||||||
|
properties:
|
||||||
|
pull_policy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: dbgate/dbgate
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 5.2.7-alpine
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
storage:
|
||||||
|
default:
|
||||||
|
volume:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 1Gi
|
||||||
|
type: Filesystem
|
||||||
|
description: Configure this app storage
|
||||||
|
examples:
|
||||||
|
- volume:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 1Gi
|
||||||
|
type: Filesystem
|
||||||
|
properties:
|
||||||
|
volume:
|
||||||
|
default:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 1Gi
|
||||||
|
type: Filesystem
|
||||||
|
properties:
|
||||||
|
accessMode:
|
||||||
|
default: ReadWriteOnce
|
||||||
|
enum:
|
||||||
|
- ReadWriteOnce
|
||||||
|
- ReadOnlyMany
|
||||||
|
- ReadWriteMany
|
||||||
|
type: string
|
||||||
|
class:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
size:
|
||||||
|
default: 1Gi
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
default: Filesystem
|
||||||
|
enum:
|
||||||
|
- Filesystem
|
||||||
|
- Block
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
domain_name:
|
domain_name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
sub_domain:
|
||||||
|
default: dbgate
|
||||||
|
examples:
|
||||||
|
- dbgate
|
||||||
|
type: string
|
||||||
|
app_group:
|
||||||
|
default: dev
|
||||||
|
examples:
|
||||||
|
- dev
|
||||||
|
type: string
|
||||||
|
redis:
|
||||||
|
default: []
|
||||||
|
examples:
|
||||||
|
- []
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
pg:
|
||||||
|
default: []
|
||||||
|
examples:
|
||||||
|
- []
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
dbname:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
secret:
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
username:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: core
|
category: core
|
||||||
|
|||||||
@@ -4,81 +4,8 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: dolibarr
|
name: dolibarr
|
||||||
description: null
|
description: Open Source ERP & CRM for business
|
||||||
options:
|
options:
|
||||||
sub_domain:
|
|
||||||
default: erp
|
|
||||||
examples:
|
|
||||||
- erp
|
|
||||||
type: string
|
|
||||||
log-level:
|
|
||||||
default: 5
|
|
||||||
examples:
|
|
||||||
- 5
|
|
||||||
type: integer
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
redis:
|
|
||||||
default:
|
|
||||||
exporter:
|
|
||||||
enabled: true
|
|
||||||
examples:
|
|
||||||
- exporter:
|
|
||||||
enabled: true
|
|
||||||
properties:
|
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
enabled: true
|
|
||||||
properties:
|
|
||||||
enabled:
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
resources:
|
|
||||||
default:
|
|
||||||
limits:
|
|
||||||
cpu: 200m
|
|
||||||
memory: 256Mi
|
|
||||||
requests:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 100Mi
|
|
||||||
examples:
|
|
||||||
- limits:
|
|
||||||
cpu: 200m
|
|
||||||
memory: 256Mi
|
|
||||||
requests:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 100Mi
|
|
||||||
properties:
|
|
||||||
limits:
|
|
||||||
default:
|
|
||||||
cpu: 200m
|
|
||||||
memory: 256Mi
|
|
||||||
properties:
|
|
||||||
cpu:
|
|
||||||
default: 200m
|
|
||||||
type: string
|
|
||||||
memory:
|
|
||||||
default: 256Mi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
requests:
|
|
||||||
default:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 100Mi
|
|
||||||
properties:
|
|
||||||
cpu:
|
|
||||||
default: 50m
|
|
||||||
type: string
|
|
||||||
memory:
|
|
||||||
default: 100Mi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
parameters:
|
parameters:
|
||||||
default:
|
default:
|
||||||
MAIN_LANG_DEFAULT: auto
|
MAIN_LANG_DEFAULT: auto
|
||||||
@@ -89,106 +16,21 @@ options:
|
|||||||
default: auto
|
default: auto
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
domain_name:
|
sub_domain:
|
||||||
default: your_company.com
|
default: erp
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- erp
|
||||||
type: string
|
type: string
|
||||||
modules:
|
log-level:
|
||||||
default:
|
default: 5
|
||||||
- societe
|
|
||||||
examples:
|
examples:
|
||||||
- - societe
|
- 5
|
||||||
items:
|
type: integer
|
||||||
type: string
|
app_group:
|
||||||
type: array
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
storage:
|
|
||||||
default:
|
|
||||||
postgres:
|
|
||||||
size: 5Gi
|
|
||||||
redis:
|
|
||||||
size: 2Gi
|
|
||||||
volume:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 10Gi
|
|
||||||
type: Filesystem
|
|
||||||
description: Configure this app storage
|
|
||||||
examples:
|
|
||||||
- postgres:
|
|
||||||
size: 5Gi
|
|
||||||
redis:
|
|
||||||
size: 2Gi
|
|
||||||
volume:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 10Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
postgres:
|
|
||||||
default:
|
|
||||||
size: 5Gi
|
|
||||||
properties:
|
|
||||||
size:
|
|
||||||
default: 5Gi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
redis:
|
|
||||||
default:
|
|
||||||
size: 2Gi
|
|
||||||
properties:
|
|
||||||
size:
|
|
||||||
default: 2Gi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
volume:
|
|
||||||
default:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 10Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
accessMode:
|
|
||||||
default: ReadWriteOnce
|
|
||||||
enum:
|
|
||||||
- ReadWriteOnce
|
|
||||||
- ReadOnlyMany
|
|
||||||
- ReadWriteMany
|
|
||||||
type: string
|
|
||||||
class:
|
|
||||||
default: ''
|
default: ''
|
||||||
type: string
|
|
||||||
size:
|
|
||||||
default: 10Gi
|
|
||||||
type: string
|
|
||||||
type:
|
|
||||||
default: Filesystem
|
|
||||||
enum:
|
|
||||||
- Filesystem
|
|
||||||
- Block
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
user-groups:
|
|
||||||
default:
|
|
||||||
- admin: true
|
|
||||||
name: dolibarr-admin
|
|
||||||
examples:
|
examples:
|
||||||
- - admin: true
|
- ''
|
||||||
name: dolibarr-admin
|
|
||||||
items:
|
|
||||||
properties:
|
|
||||||
admin:
|
|
||||||
type: boolean
|
|
||||||
name:
|
|
||||||
type: string
|
type: string
|
||||||
type: object
|
|
||||||
type: array
|
|
||||||
hpa:
|
hpa:
|
||||||
default:
|
default:
|
||||||
avg-cpu: 50
|
avg-cpu: 50
|
||||||
@@ -209,11 +51,29 @@ options:
|
|||||||
default: 1
|
default: 1
|
||||||
type: integer
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
ingress_class:
|
modules:
|
||||||
default: traefik
|
default:
|
||||||
|
- societe
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- - societe
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
type: array
|
||||||
|
user-groups:
|
||||||
|
default:
|
||||||
|
- admin: true
|
||||||
|
name: dolibarr-admin
|
||||||
|
examples:
|
||||||
|
- - admin: true
|
||||||
|
name: dolibarr-admin
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
admin:
|
||||||
|
type: boolean
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
postgres:
|
postgres:
|
||||||
default:
|
default:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@@ -224,6 +84,16 @@ options:
|
|||||||
default: 1
|
default: 1
|
||||||
type: integer
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
|
domain_name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
backups:
|
backups:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -330,13 +200,138 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
|
storage:
|
||||||
|
default:
|
||||||
|
postgres:
|
||||||
|
size: 5Gi
|
||||||
|
redis:
|
||||||
|
size: 2Gi
|
||||||
|
volume:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 10Gi
|
||||||
|
type: Filesystem
|
||||||
|
description: Configure this app storage
|
||||||
|
examples:
|
||||||
|
- postgres:
|
||||||
|
size: 5Gi
|
||||||
|
redis:
|
||||||
|
size: 2Gi
|
||||||
|
volume:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 10Gi
|
||||||
|
type: Filesystem
|
||||||
|
properties:
|
||||||
|
postgres:
|
||||||
|
default:
|
||||||
|
size: 5Gi
|
||||||
|
properties:
|
||||||
|
size:
|
||||||
|
default: 5Gi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
redis:
|
||||||
|
default:
|
||||||
|
size: 2Gi
|
||||||
|
properties:
|
||||||
|
size:
|
||||||
|
default: 2Gi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
volume:
|
||||||
|
default:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 10Gi
|
||||||
|
type: Filesystem
|
||||||
|
properties:
|
||||||
|
accessMode:
|
||||||
|
default: ReadWriteOnce
|
||||||
|
enum:
|
||||||
|
- ReadWriteOnce
|
||||||
|
- ReadOnlyMany
|
||||||
|
- ReadWriteMany
|
||||||
|
type: string
|
||||||
|
class:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
size:
|
||||||
|
default: 10Gi
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
default: Filesystem
|
||||||
|
enum:
|
||||||
|
- Filesystem
|
||||||
|
- Block
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
resources:
|
||||||
|
default:
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
requests:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 100Mi
|
||||||
|
examples:
|
||||||
|
- limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
requests:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 100Mi
|
||||||
|
properties:
|
||||||
|
limits:
|
||||||
|
default:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
properties:
|
||||||
|
cpu:
|
||||||
|
default: 200m
|
||||||
|
type: string
|
||||||
|
memory:
|
||||||
|
default: 256Mi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
requests:
|
||||||
|
default:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 100Mi
|
||||||
|
properties:
|
||||||
|
cpu:
|
||||||
|
default: 50m
|
||||||
|
type: string
|
||||||
|
memory:
|
||||||
|
default: 100Mi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
redis:
|
||||||
|
default:
|
||||||
|
exporter:
|
||||||
|
enabled: true
|
||||||
|
examples:
|
||||||
|
- exporter:
|
||||||
|
enabled: true
|
||||||
|
properties:
|
||||||
|
exporter:
|
||||||
|
default:
|
||||||
|
enabled: true
|
||||||
|
properties:
|
||||||
|
enabled:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
dolibarr:
|
dolibarr:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/dolibarr
|
repository: sebt3/dolibarr
|
||||||
tag: 18.0.2
|
tag: 18.0.5
|
||||||
nginx:
|
nginx:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
@@ -361,7 +356,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/dolibarr
|
repository: sebt3/dolibarr
|
||||||
tag: 18.0.2
|
tag: 18.0.5
|
||||||
nginx:
|
nginx:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
@@ -387,7 +382,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/dolibarr
|
repository: sebt3/dolibarr
|
||||||
tag: 18.0.2
|
tag: 18.0.5
|
||||||
properties:
|
properties:
|
||||||
pull_policy:
|
pull_policy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -399,7 +394,7 @@ options:
|
|||||||
default: sebt3/dolibarr
|
default: sebt3/dolibarr
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 18.0.2
|
default: 18.0.5
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
nginx:
|
nginx:
|
||||||
@@ -479,10 +474,15 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
app_group:
|
issuer:
|
||||||
default: ''
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- ''
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
|
|||||||
@@ -4,58 +4,28 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: gramo
|
name: gramo
|
||||||
description: null
|
description: a kubernetes web-client
|
||||||
options:
|
options:
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
sub_domain:
|
|
||||||
default: gramo
|
|
||||||
examples:
|
|
||||||
- gramo
|
|
||||||
type: string
|
|
||||||
namespaces:
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
type: array
|
|
||||||
managed:
|
|
||||||
default: false
|
|
||||||
examples:
|
|
||||||
- false
|
|
||||||
type: boolean
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
ingress_class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
gramo:
|
gramo:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/gramo
|
repository: sebt3/gramo
|
||||||
tag: 0.1.3
|
tag: 0.1.6
|
||||||
examples:
|
examples:
|
||||||
- gramo:
|
- gramo:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/gramo
|
repository: sebt3/gramo
|
||||||
tag: 0.1.3
|
tag: 0.1.6
|
||||||
properties:
|
properties:
|
||||||
gramo:
|
gramo:
|
||||||
default:
|
default:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/gramo
|
repository: sebt3/gramo
|
||||||
tag: 0.1.3
|
tag: 0.1.6
|
||||||
properties:
|
properties:
|
||||||
pull_policy:
|
pull_policy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -71,7 +41,7 @@ options:
|
|||||||
default: sebt3/gramo
|
default: sebt3/gramo
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 0.1.3
|
default: 0.1.6
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
@@ -80,16 +50,46 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
|
managed:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
cluster-admin:
|
cluster-admin:
|
||||||
default: false
|
default: false
|
||||||
examples:
|
examples:
|
||||||
- false
|
- false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
sub_domain:
|
||||||
|
default: gramo
|
||||||
|
examples:
|
||||||
|
- gramo
|
||||||
|
type: string
|
||||||
app_group:
|
app_group:
|
||||||
default: infra
|
default: infra
|
||||||
examples:
|
examples:
|
||||||
- infra
|
- infra
|
||||||
type: string
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
namespaces:
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -6,21 +6,43 @@ metadata:
|
|||||||
name: nextcloud
|
name: nextcloud
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
sub_domain:
|
||||||
|
default: files
|
||||||
|
examples:
|
||||||
|
- files
|
||||||
|
type: string
|
||||||
app_group:
|
app_group:
|
||||||
default: ''
|
default: ''
|
||||||
examples:
|
examples:
|
||||||
- ''
|
- ''
|
||||||
type: string
|
type: string
|
||||||
domain_name:
|
issuer:
|
||||||
default: your_company.com
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
ingress_class:
|
openid-name:
|
||||||
default: traefik
|
default: vynil
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- vynil
|
||||||
type: string
|
type: string
|
||||||
|
redis:
|
||||||
|
default:
|
||||||
|
exporter:
|
||||||
|
enabled: true
|
||||||
|
examples:
|
||||||
|
- exporter:
|
||||||
|
enabled: true
|
||||||
|
properties:
|
||||||
|
exporter:
|
||||||
|
default:
|
||||||
|
enabled: true
|
||||||
|
properties:
|
||||||
|
enabled:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
apps:
|
apps:
|
||||||
default:
|
default:
|
||||||
audioplayer: false
|
audioplayer: false
|
||||||
@@ -111,13 +133,122 @@ options:
|
|||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
admin:
|
||||||
|
default:
|
||||||
|
name: nextcloud_admin
|
||||||
|
examples:
|
||||||
|
- name: nextcloud_admin
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
default: nextcloud_admin
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
hpa:
|
||||||
|
default:
|
||||||
|
avg-cpu: 50
|
||||||
|
max-replicas: 5
|
||||||
|
min-replicas: 1
|
||||||
|
examples:
|
||||||
|
- avg-cpu: 50
|
||||||
|
max-replicas: 5
|
||||||
|
min-replicas: 1
|
||||||
|
properties:
|
||||||
|
avg-cpu:
|
||||||
|
default: 50
|
||||||
|
type: integer
|
||||||
|
max-replicas:
|
||||||
|
default: 5
|
||||||
|
type: integer
|
||||||
|
min-replicas:
|
||||||
|
default: 1
|
||||||
|
type: integer
|
||||||
|
type: object
|
||||||
|
domain_name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
|
storage:
|
||||||
|
default:
|
||||||
|
postgres:
|
||||||
|
size: 5Gi
|
||||||
|
redis:
|
||||||
|
size: 2Gi
|
||||||
|
volume:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 10Gi
|
||||||
|
type: Filesystem
|
||||||
|
description: Configure this app storage
|
||||||
|
examples:
|
||||||
|
- postgres:
|
||||||
|
size: 5Gi
|
||||||
|
redis:
|
||||||
|
size: 2Gi
|
||||||
|
volume:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 10Gi
|
||||||
|
type: Filesystem
|
||||||
|
properties:
|
||||||
|
postgres:
|
||||||
|
default:
|
||||||
|
size: 5Gi
|
||||||
|
properties:
|
||||||
|
size:
|
||||||
|
default: 5Gi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
redis:
|
||||||
|
default:
|
||||||
|
size: 2Gi
|
||||||
|
properties:
|
||||||
|
size:
|
||||||
|
default: 2Gi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
volume:
|
||||||
|
default:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
class: ''
|
||||||
|
size: 10Gi
|
||||||
|
type: Filesystem
|
||||||
|
properties:
|
||||||
|
accessMode:
|
||||||
|
default: ReadWriteOnce
|
||||||
|
enum:
|
||||||
|
- ReadWriteOnce
|
||||||
|
- ReadOnlyMany
|
||||||
|
- ReadWriteMany
|
||||||
|
type: string
|
||||||
|
class:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
size:
|
||||||
|
default: 10Gi
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
default: Filesystem
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
collabora:
|
collabora:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: collabora/code
|
repository: collabora/code
|
||||||
tag: 23.05.5.2.1
|
tag: 23.05.9.1.1
|
||||||
exporter:
|
exporter:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
@@ -127,7 +258,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: nextcloud
|
repository: nextcloud
|
||||||
tag: 27.1.2-fpm
|
tag: 28.0.2-fpm
|
||||||
nginx:
|
nginx:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
@@ -157,7 +288,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: collabora/code
|
repository: collabora/code
|
||||||
tag: 23.05.5.2.1
|
tag: 23.05.9.1.1
|
||||||
exporter:
|
exporter:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
@@ -167,7 +298,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: nextcloud
|
repository: nextcloud
|
||||||
tag: 27.1.2-fpm
|
tag: 28.0.2-fpm
|
||||||
nginx:
|
nginx:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
@@ -198,7 +329,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: collabora/code
|
repository: collabora/code
|
||||||
tag: 23.05.5.2.1
|
tag: 23.05.9.1.1
|
||||||
properties:
|
properties:
|
||||||
pull_policy:
|
pull_policy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -210,7 +341,7 @@ options:
|
|||||||
default: collabora/code
|
default: collabora/code
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 23.05.5.2.1
|
default: 23.05.9.1.1
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
exporter:
|
exporter:
|
||||||
@@ -238,7 +369,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: nextcloud
|
repository: nextcloud
|
||||||
tag: 27.1.2-fpm
|
tag: 28.0.2-fpm
|
||||||
properties:
|
properties:
|
||||||
pull_policy:
|
pull_policy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -254,7 +385,7 @@ options:
|
|||||||
default: nextcloud
|
default: nextcloud
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 27.1.2-fpm
|
default: 28.0.2-fpm
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
nginx:
|
nginx:
|
||||||
@@ -482,137 +613,6 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
hpa:
|
|
||||||
default:
|
|
||||||
avg-cpu: 50
|
|
||||||
max-replicas: 5
|
|
||||||
min-replicas: 1
|
|
||||||
examples:
|
|
||||||
- avg-cpu: 50
|
|
||||||
max-replicas: 5
|
|
||||||
min-replicas: 1
|
|
||||||
properties:
|
|
||||||
avg-cpu:
|
|
||||||
default: 50
|
|
||||||
type: integer
|
|
||||||
max-replicas:
|
|
||||||
default: 5
|
|
||||||
type: integer
|
|
||||||
min-replicas:
|
|
||||||
default: 1
|
|
||||||
type: integer
|
|
||||||
type: object
|
|
||||||
sub_domain:
|
|
||||||
default: files
|
|
||||||
examples:
|
|
||||||
- files
|
|
||||||
type: string
|
|
||||||
admin:
|
|
||||||
default:
|
|
||||||
name: nextcloud_admin
|
|
||||||
examples:
|
|
||||||
- name: nextcloud_admin
|
|
||||||
properties:
|
|
||||||
name:
|
|
||||||
default: nextcloud_admin
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
storage:
|
|
||||||
default:
|
|
||||||
postgres:
|
|
||||||
size: 5Gi
|
|
||||||
redis:
|
|
||||||
size: 2Gi
|
|
||||||
volume:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 10Gi
|
|
||||||
type: Filesystem
|
|
||||||
description: Configure this app storage
|
|
||||||
examples:
|
|
||||||
- postgres:
|
|
||||||
size: 5Gi
|
|
||||||
redis:
|
|
||||||
size: 2Gi
|
|
||||||
volume:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 10Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
postgres:
|
|
||||||
default:
|
|
||||||
size: 5Gi
|
|
||||||
properties:
|
|
||||||
size:
|
|
||||||
default: 5Gi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
redis:
|
|
||||||
default:
|
|
||||||
size: 2Gi
|
|
||||||
properties:
|
|
||||||
size:
|
|
||||||
default: 2Gi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
volume:
|
|
||||||
default:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
class: ''
|
|
||||||
size: 10Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
accessMode:
|
|
||||||
default: ReadWriteOnce
|
|
||||||
enum:
|
|
||||||
- ReadWriteOnce
|
|
||||||
- ReadOnlyMany
|
|
||||||
- ReadWriteMany
|
|
||||||
type: string
|
|
||||||
class:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
size:
|
|
||||||
default: 10Gi
|
|
||||||
type: string
|
|
||||||
type:
|
|
||||||
default: Filesystem
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
redis:
|
|
||||||
default:
|
|
||||||
exporter:
|
|
||||||
enabled: true
|
|
||||||
examples:
|
|
||||||
- exporter:
|
|
||||||
enabled: true
|
|
||||||
properties:
|
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
enabled: true
|
|
||||||
properties:
|
|
||||||
enabled:
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
openid-name:
|
|
||||||
default: vynil
|
|
||||||
examples:
|
|
||||||
- vynil
|
|
||||||
type: string
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -4,52 +4,8 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: okd
|
name: okd
|
||||||
description: null
|
description: The console is a more friendly kubectl in the form of a single page webapp. It also integrates with other services like monitoring, chargeback, and OLM.
|
||||||
options:
|
options:
|
||||||
images:
|
|
||||||
default:
|
|
||||||
okd:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: quay.io
|
|
||||||
repository: openshift/origin-console
|
|
||||||
tag: 4.15.0
|
|
||||||
examples:
|
|
||||||
- okd:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: quay.io
|
|
||||||
repository: openshift/origin-console
|
|
||||||
tag: 4.15.0
|
|
||||||
properties:
|
|
||||||
okd:
|
|
||||||
default:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: quay.io
|
|
||||||
repository: openshift/origin-console
|
|
||||||
tag: 4.15.0
|
|
||||||
properties:
|
|
||||||
pull_policy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: quay.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: openshift/origin-console
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 4.15.0
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
cluster-admin:
|
|
||||||
default: false
|
|
||||||
examples:
|
|
||||||
- false
|
|
||||||
type: boolean
|
|
||||||
domain_name:
|
domain_name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
@@ -65,31 +21,75 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- infra
|
- infra
|
||||||
type: string
|
type: string
|
||||||
sub_domain:
|
|
||||||
default: okd
|
|
||||||
examples:
|
|
||||||
- okd
|
|
||||||
type: string
|
|
||||||
managed:
|
|
||||||
default: false
|
|
||||||
examples:
|
|
||||||
- false
|
|
||||||
type: boolean
|
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
namespaces:
|
sub_domain:
|
||||||
default: []
|
default: okd
|
||||||
items:
|
examples:
|
||||||
|
- okd
|
||||||
type: string
|
type: string
|
||||||
type: array
|
|
||||||
domain:
|
domain:
|
||||||
default: your-company
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- your-company
|
||||||
type: string
|
type: string
|
||||||
|
images:
|
||||||
|
default:
|
||||||
|
okd:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: quay.io
|
||||||
|
repository: openshift/origin-console
|
||||||
|
tag: 4.16.0
|
||||||
|
examples:
|
||||||
|
- okd:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: quay.io
|
||||||
|
repository: openshift/origin-console
|
||||||
|
tag: 4.16.0
|
||||||
|
properties:
|
||||||
|
okd:
|
||||||
|
default:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: quay.io
|
||||||
|
repository: openshift/origin-console
|
||||||
|
tag: 4.16.0
|
||||||
|
properties:
|
||||||
|
pull_policy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: quay.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: openshift/origin-console
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 4.16.0
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
managed:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
|
cluster-admin:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
|
namespaces:
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube
|
name: sonar-sonarqube
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
app.kubernetes.io/name: sonarqube-sonar-sonarqube
|
app.kubernetes.io/name: sonarqube-sonar-sonarqube
|
||||||
@@ -13,9 +13,10 @@ metadata:
|
|||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/part-of: sonarqube
|
app.kubernetes.io/part-of: sonarqube
|
||||||
app.kubernetes.io/component: sonar-sonarqube
|
app.kubernetes.io/component: sonar-sonarqube
|
||||||
app.kubernetes.io/version: "10.2.1-community"
|
app.kubernetes.io/version: "10.4.0-community"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 10
|
||||||
serviceName: sonar-sonarqube
|
serviceName: sonar-sonarqube
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@@ -27,42 +28,61 @@ spec:
|
|||||||
app: sonarqube
|
app: sonarqube
|
||||||
release: sonar
|
release: sonar
|
||||||
annotations:
|
annotations:
|
||||||
checksum/init-sysctl: cee36a3c219877f5e5283c33ac42dd45ab515536473d11327c3fb16451fcf389
|
checksum/init-sysctl: a12e75ed1a8c3b06d9caf75f108948bde1e6cf6210bb3035994c8d4fdb9e1f39
|
||||||
checksum/init-fs: e91ea63db7f365c895f20cd1aa88f5ddbfcc2673527e33ba18b7f0dcb21d8699
|
checksum/init-fs: 36564fb78d2715ef7f589fd3df9b29b970835c4f265186a47fbb0f1f8ce35c7e
|
||||||
checksum/plugins: 81e69508572a0af41c9f523d7e3fa65c76d7808be29b9313b6d627230c64837f
|
checksum/plugins: db3ffc7959ef0fc65edbd6803efe5cfa5bed57043487c5d29af43708459ce9fd
|
||||||
checksum/config: 62f22fcd909503d99971789b55a68daa5265a47a2d16a30943a6b01c8510978f
|
checksum/config: ead0105b73e0ab65eebc0f041f2c07af74aab9f4e121ada0b788b5e287bc1132
|
||||||
checksum/secret: 6bc1c9a02ff03ca932d573bccf2803e0b3a46df7466f4cdff80a3716fab6c5f2
|
checksum/secret: 14fc9b43c5d5c61345694c7c8a2cab4fdee67d198dfec45498f58eb7a30b283d
|
||||||
checksum/prometheus-config: f7ab66f106b162963a4b644166c9755dd34eca76f8bbe57e4d11ce61e7e055af
|
checksum/prometheus-config: 79e17e350acb6b7a07c0204a52a6fe22bcb4c38b9f8339d15757f040698774dc
|
||||||
checksum/prometheus-ce-config: 767e03641f6a1999c70f373b40fc2a348a36697cfc75a97d245021e68d30606a
|
checksum/prometheus-ce-config: ef57c8341973db7eb712730278966b61b4aa23721f65f5e0e51a9012a6a7b28b
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 0
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: "wait-for-db"
|
- name: "wait-for-db"
|
||||||
image: busybox:1.32
|
image: sonarqube:10.4.0-community
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 1000
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
resources:
|
resources:
|
||||||
{}
|
{}
|
||||||
command: ["/bin/sh", "-c", "for i in $(seq 1 200); do nc -z -w3 sonar-postgresql 5432 && exit 0 || sleep 2; done; exit 1"]
|
command: ["/bin/bash", "-c"]
|
||||||
|
args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/sonar-postgresql/5432) && exit 0; sleep 2;done; exit 1']
|
||||||
- name: init-sysctl
|
- name: init-sysctl
|
||||||
image: busybox:1.32
|
image: sonarqube:10.4.0-community
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
runAsUser: 0
|
||||||
resources:
|
resources:
|
||||||
{}
|
{}
|
||||||
command: ["sh",
|
command: ["/bin/bash",
|
||||||
"-e",
|
"-e",
|
||||||
"/tmp/scripts/init_sysctl.sh"]
|
"/tmp/scripts/init_sysctl.sh"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: init-sysctl
|
- name: init-sysctl
|
||||||
mountPath: /tmp/scripts/
|
mountPath: /tmp/scripts/
|
||||||
- name: inject-prometheus-exporter
|
- name: inject-prometheus-exporter
|
||||||
image: curlimages/curl:8.2.0
|
image: sonarqube:10.4.0-community
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1000
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
resources:
|
resources:
|
||||||
{}
|
{}
|
||||||
command: ["/bin/sh","-c"]
|
command: ["/bin/sh","-c"]
|
||||||
@@ -79,7 +99,7 @@ spec:
|
|||||||
- name: no_proxy
|
- name: no_proxy
|
||||||
value:
|
value:
|
||||||
- name: install-plugins
|
- name: install-plugins
|
||||||
image: curlimages/curl:8.2.0
|
image: sonarqube:10.4.0-community
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["sh",
|
command: ["sh",
|
||||||
"-e",
|
"-e",
|
||||||
@@ -91,8 +111,15 @@ spec:
|
|||||||
- name: install-plugins
|
- name: install-plugins
|
||||||
mountPath: /tmp/scripts/
|
mountPath: /tmp/scripts/
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1000
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
resources:
|
resources:
|
||||||
{}
|
{}
|
||||||
env:
|
env:
|
||||||
@@ -104,7 +131,7 @@ spec:
|
|||||||
value:
|
value:
|
||||||
containers:
|
containers:
|
||||||
- name: sonarqube
|
- name: sonarqube
|
||||||
image: "sonarqube:10.2.1-community"
|
image: sonarqube:10.4.0-community
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@@ -125,7 +152,7 @@ spec:
|
|||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
env:
|
env:
|
||||||
- name: SONAR_HELM_CHART_VERSION
|
- name: SONAR_HELM_CHART_VERSION
|
||||||
value: 10.2.1_800
|
value: 10.4.0_2288
|
||||||
- name: SONAR_WEB_JAVAOPTS
|
- name: SONAR_WEB_JAVAOPTS
|
||||||
value: "-javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8000:/opt/sonarqube/conf/prometheus-config.yaml"
|
value: "-javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8000:/opt/sonarqube/conf/prometheus-config.yaml"
|
||||||
- name: SONAR_WEB_CONTEXT
|
- name: SONAR_WEB_CONTEXT
|
||||||
@@ -185,7 +212,15 @@ spec:
|
|||||||
failureThreshold: 24
|
failureThreshold: 24
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
securityContext:
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt/sonarqube/data
|
- mountPath: /opt/sonarqube/data
|
||||||
name: sonarqube
|
name: sonarqube
|
||||||
|
|||||||
@@ -4,18 +4,36 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: sonar
|
name: sonar
|
||||||
description: null
|
description: The code quality tool for better code
|
||||||
options:
|
options:
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
plugins:
|
||||||
|
default:
|
||||||
|
- https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar
|
||||||
|
- https://github.com/jycr/sonar-l10n-fr/releases/download/9.9.0/sonar-l10n-fr-plugin-9.9.0.jar
|
||||||
|
- https://github.com/sbaudoin/sonar-yaml/releases/download/v1.7.0/sonar-yaml-plugin-1.7.0.jar
|
||||||
|
- https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.5.0/sonar-shellcheck-plugin-2.5.0.jar
|
||||||
|
- https://github.com/cnescatlab/sonar-hadolint-plugin/releases/download/1.1.0/sonar-hadolint-plugin-1.1.0.jar
|
||||||
|
- https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-extras-plugin-2.5.1.jar
|
||||||
|
examples:
|
||||||
|
- - https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar
|
||||||
|
- https://github.com/jycr/sonar-l10n-fr/releases/download/9.9.0/sonar-l10n-fr-plugin-9.9.0.jar
|
||||||
|
- https://github.com/sbaudoin/sonar-yaml/releases/download/v1.7.0/sonar-yaml-plugin-1.7.0.jar
|
||||||
|
- https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.5.0/sonar-shellcheck-plugin-2.5.0.jar
|
||||||
|
- https://github.com/cnescatlab/sonar-hadolint-plugin/releases/download/1.1.0/sonar-hadolint-plugin-1.1.0.jar
|
||||||
|
- https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-extras-plugin-2.5.1.jar
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
ingress_class:
|
ingress_class:
|
||||||
default: traefik
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
sub_domain:
|
|
||||||
default: sonar
|
|
||||||
examples:
|
|
||||||
- sonar
|
|
||||||
type: string
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
sonar:
|
sonar:
|
||||||
@@ -55,38 +73,20 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
plugins:
|
|
||||||
default:
|
|
||||||
- https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar
|
|
||||||
- https://github.com/jycr/sonar-l10n-fr/releases/download/9.9.0/sonar-l10n-fr-plugin-9.9.0.jar
|
|
||||||
- https://github.com/sbaudoin/sonar-yaml/releases/download/v1.7.0/sonar-yaml-plugin-1.7.0.jar
|
|
||||||
- https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.5.0/sonar-shellcheck-plugin-2.5.0.jar
|
|
||||||
- https://github.com/cnescatlab/sonar-hadolint-plugin/releases/download/1.1.0/sonar-hadolint-plugin-1.1.0.jar
|
|
||||||
- https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-extras-plugin-2.5.1.jar
|
|
||||||
examples:
|
|
||||||
- - https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar
|
|
||||||
- https://github.com/jycr/sonar-l10n-fr/releases/download/9.9.0/sonar-l10n-fr-plugin-9.9.0.jar
|
|
||||||
- https://github.com/sbaudoin/sonar-yaml/releases/download/v1.7.0/sonar-yaml-plugin-1.7.0.jar
|
|
||||||
- https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.5.0/sonar-shellcheck-plugin-2.5.0.jar
|
|
||||||
- https://github.com/cnescatlab/sonar-hadolint-plugin/releases/download/1.1.0/sonar-hadolint-plugin-1.1.0.jar
|
|
||||||
- https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-extras-plugin-2.5.1.jar
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
type: array
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
domain_name:
|
domain_name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
sub_domain:
|
||||||
default: letsencrypt-prod
|
default: sonar
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- sonar
|
||||||
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
type: string
|
type: string
|
||||||
dependencies: []
|
dependencies: []
|
||||||
providers:
|
providers:
|
||||||
@@ -94,6 +94,7 @@ providers:
|
|||||||
authentik: true
|
authentik: true
|
||||||
kubectl: true
|
kubectl: true
|
||||||
postgresql: null
|
postgresql: null
|
||||||
|
mysql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
gitea: null
|
gitea: null
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-config
|
name: sonar-sonarqube-config
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-init-fs
|
name: sonar-sonarqube-init-fs
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-init-sysctl
|
name: sonar-sonarqube-init-sysctl
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-install-plugins
|
name: sonar-sonarqube-install-plugins
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-jdbc-config
|
name: sonar-sonarqube-jdbc-config
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-prometheus-ce-config
|
name: sonar-sonarqube-prometheus-ce-config
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-prometheus-config
|
name: sonar-sonarqube-prometheus-config
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: sonar-sonarqube-monitoring-passcode
|
name: sonar-sonarqube-monitoring-passcode
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
type: Opaque
|
type: Opaque
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: sonar-sonarqube
|
name: sonar-sonarqube
|
||||||
labels:
|
labels:
|
||||||
app: sonarqube
|
app: sonarqube
|
||||||
chart: sonarqube-10.2.1_800
|
chart: sonarqube-10.4.0_2288
|
||||||
release: sonar
|
release: sonar
|
||||||
heritage: Helm
|
heritage: Helm
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-agent
|
name: woodpecker-agent
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: agent-0.1.5
|
helm.sh/chart: agent-0.2.0
|
||||||
app.kubernetes.io/name: agent
|
app.kubernetes.io/name: agent
|
||||||
app.kubernetes.io/instance: woodpecker-agent
|
app.kubernetes.io/instance: woodpecker-agent
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
@@ -24,12 +24,13 @@ spec:
|
|||||||
serviceAccountName: woodpecker-agent
|
serviceAccountName: woodpecker-agent
|
||||||
securityContext:
|
securityContext:
|
||||||
{}
|
{}
|
||||||
|
initContainers:
|
||||||
containers:
|
containers:
|
||||||
- name: agent
|
- name: agent
|
||||||
securityContext:
|
securityContext:
|
||||||
{}
|
{}
|
||||||
image: "woodpeckerci/woodpecker-agent:v0.15.9"
|
image: "docker.io/woodpeckerci/woodpecker-agent:v2.3.0"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
@@ -54,7 +55,7 @@ spec:
|
|||||||
- name: WOODPECKER_CONNECT_RETRY_COUNT
|
- name: WOODPECKER_CONNECT_RETRY_COUNT
|
||||||
value: "1"
|
value: "1"
|
||||||
- name: WOODPECKER_SERVER
|
- name: WOODPECKER_SERVER
|
||||||
value: "woodpecker-server.<namespace>.svc.cluster.local:9000"
|
value: "woodpecker-server:9000"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: woodpecker-secret
|
name: woodpecker-secret
|
||||||
@@ -4,10 +4,10 @@ kind: StatefulSet
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-server
|
name: woodpecker-server
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: server-0.1.5
|
helm.sh/chart: server-1.0.0
|
||||||
app.kubernetes.io/name: server
|
app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
app.kubernetes.io/instance: woodpecker-server
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
serviceName: woodpecker-server-headless
|
serviceName: woodpecker-server-headless
|
||||||
@@ -27,15 +27,16 @@ spec:
|
|||||||
app.kubernetes.io/name: server
|
app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
app.kubernetes.io/instance: woodpecker-server
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: woodpecker-server
|
serviceAccountName: default
|
||||||
securityContext:
|
securityContext:
|
||||||
{}
|
{}
|
||||||
|
initContainers:
|
||||||
containers:
|
containers:
|
||||||
- name: server
|
- name: server
|
||||||
securityContext:
|
securityContext:
|
||||||
{}
|
{}
|
||||||
image: "docker.io/woodpeckerci/woodpecker-server:v0.15.9"
|
image: "docker.io/woodpeckerci/woodpecker-server:v2.3.0"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Source: server/templates/secret-check-job.yaml
|
||||||
|
apiVersion: batch/v1
|
||||||
|
kind: Job
|
||||||
|
metadata:
|
||||||
|
name: pre-install-agent-secret-check
|
||||||
|
annotations:
|
||||||
|
"helm.sh/hook": pre-install
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: check-agent-secret
|
||||||
|
image: finalgene/openssh:9
|
||||||
|
command: ["openssl"]
|
||||||
|
args: ["rand", "-hex", "32"]
|
||||||
|
restartPolicy: OnFailure
|
||||||
@@ -4,145 +4,8 @@ kind: Component
|
|||||||
category: apps
|
category: apps
|
||||||
metadata:
|
metadata:
|
||||||
name: woodpecker
|
name: woodpecker
|
||||||
description: null
|
description: Woodpecker is a simple yet powerful CI/CD engine with great extensibility
|
||||||
options:
|
options:
|
||||||
timeouts:
|
|
||||||
default:
|
|
||||||
default: '60'
|
|
||||||
max: '120'
|
|
||||||
examples:
|
|
||||||
- default: '60'
|
|
||||||
max: '120'
|
|
||||||
properties:
|
|
||||||
default:
|
|
||||||
default: '60'
|
|
||||||
type: string
|
|
||||||
max:
|
|
||||||
default: '120'
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
admin-users:
|
|
||||||
default: woodpecker,admin
|
|
||||||
examples:
|
|
||||||
- woodpecker,admin
|
|
||||||
type: string
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
app_group:
|
|
||||||
default: dev
|
|
||||||
examples:
|
|
||||||
- dev
|
|
||||||
type: string
|
|
||||||
ingress_class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
images:
|
|
||||||
default:
|
|
||||||
agent:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/woodpecker-agent
|
|
||||||
tag: v1.0.3-alpine
|
|
||||||
git:
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/plugin-git
|
|
||||||
tag: 2.2.0
|
|
||||||
server:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/woodpecker-server
|
|
||||||
tag: v1.0.3-alpine
|
|
||||||
examples:
|
|
||||||
- agent:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/woodpecker-agent
|
|
||||||
tag: v1.0.3-alpine
|
|
||||||
git:
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/plugin-git
|
|
||||||
tag: 2.2.0
|
|
||||||
server:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/woodpecker-server
|
|
||||||
tag: v1.0.3-alpine
|
|
||||||
properties:
|
|
||||||
agent:
|
|
||||||
default:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/woodpecker-agent
|
|
||||||
tag: v1.0.3-alpine
|
|
||||||
properties:
|
|
||||||
pull_policy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: woodpeckerci/woodpecker-agent
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: v1.0.3-alpine
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
git:
|
|
||||||
default:
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/plugin-git
|
|
||||||
tag: 2.2.0
|
|
||||||
properties:
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: woodpeckerci/plugin-git
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 2.2.0
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
server:
|
|
||||||
default:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: woodpeckerci/woodpecker-server
|
|
||||||
tag: v1.0.3-alpine
|
|
||||||
properties:
|
|
||||||
pull_policy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: woodpeckerci/woodpecker-server
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: v1.0.3-alpine
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
|
||||||
domain_name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
storage:
|
storage:
|
||||||
default:
|
default:
|
||||||
agent:
|
agent:
|
||||||
@@ -198,16 +61,153 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sub_domain:
|
images:
|
||||||
default: ci
|
default:
|
||||||
|
agent:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/woodpecker-agent
|
||||||
|
tag: v2.3.0-alpine
|
||||||
|
git:
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/plugin-git
|
||||||
|
tag: 2.2.0
|
||||||
|
server:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/woodpecker-server
|
||||||
|
tag: v2.3.0-alpine
|
||||||
examples:
|
examples:
|
||||||
- ci
|
- agent:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/woodpecker-agent
|
||||||
|
tag: v2.3.0-alpine
|
||||||
|
git:
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/plugin-git
|
||||||
|
tag: 2.2.0
|
||||||
|
server:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/woodpecker-server
|
||||||
|
tag: v2.3.0-alpine
|
||||||
|
properties:
|
||||||
|
agent:
|
||||||
|
default:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/woodpecker-agent
|
||||||
|
tag: v2.3.0-alpine
|
||||||
|
properties:
|
||||||
|
pull_policy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: woodpeckerci/woodpecker-agent
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: v2.3.0-alpine
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
git:
|
||||||
|
default:
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/plugin-git
|
||||||
|
tag: 2.2.0
|
||||||
|
properties:
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: woodpeckerci/plugin-git
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 2.2.0
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
server:
|
||||||
|
default:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: woodpeckerci/woodpecker-server
|
||||||
|
tag: v2.3.0-alpine
|
||||||
|
properties:
|
||||||
|
pull_policy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: woodpeckerci/woodpecker-server
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: v2.3.0-alpine
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
app_group:
|
||||||
|
default: dev
|
||||||
|
examples:
|
||||||
|
- dev
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
|
timeouts:
|
||||||
|
default:
|
||||||
|
default: '60'
|
||||||
|
max: '120'
|
||||||
|
examples:
|
||||||
|
- default: '60'
|
||||||
|
max: '120'
|
||||||
|
properties:
|
||||||
|
default:
|
||||||
|
default: '60'
|
||||||
|
type: string
|
||||||
|
max:
|
||||||
|
default: '120'
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
sub_domain:
|
||||||
|
default: ci
|
||||||
|
examples:
|
||||||
|
- ci
|
||||||
|
type: string
|
||||||
|
admin-users:
|
||||||
|
default: woodpecker,admin
|
||||||
|
examples:
|
||||||
|
- woodpecker,admin
|
||||||
|
type: string
|
||||||
|
domain_name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: apps
|
category: apps
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: RoleBinding
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-agent
|
name: woodpecker-agent
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: agent-0.1.5
|
helm.sh/chart: agent-0.2.0
|
||||||
app.kubernetes.io/name: agent
|
app.kubernetes.io/name: agent
|
||||||
app.kubernetes.io/instance: woodpecker-agent
|
app.kubernetes.io/instance: woodpecker-agent
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: Role
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-agent
|
name: woodpecker-agent
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: agent-0.1.5
|
helm.sh/chart: agent-0.2.0
|
||||||
app.kubernetes.io/name: agent
|
app.kubernetes.io/name: agent
|
||||||
app.kubernetes.io/instance: woodpecker-agent
|
app.kubernetes.io/instance: woodpecker-agent
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [''] # '' indicates core apiGroup (don't remove)
|
- apiGroups: [''] # '' indicates core apiGroup (don't remove)
|
||||||
|
|||||||
9
apps/woodpecker/v1_Secret_woodpecker-secret.yaml
Normal file
9
apps/woodpecker/v1_Secret_woodpecker-secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
# Source: server/templates/secret.yaml
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: woodpecker-secret
|
||||||
|
namespace:
|
||||||
|
type: Opaque
|
||||||
|
data:
|
||||||
@@ -5,8 +5,8 @@ kind: ServiceAccount
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-agent
|
name: woodpecker-agent
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: agent-0.1.5
|
helm.sh/chart: agent-0.2.0
|
||||||
app.kubernetes.io/name: agent
|
app.kubernetes.io/name: agent
|
||||||
app.kubernetes.io/instance: woodpecker-agent
|
app.kubernetes.io/instance: woodpecker-agent
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
# Source: server/templates/serviceaccount.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
name: woodpecker-server
|
|
||||||
labels:
|
|
||||||
helm.sh/chart: server-0.1.5
|
|
||||||
app.kubernetes.io/name: server
|
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
@@ -4,10 +4,10 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-server-headless
|
name: woodpecker-server-headless
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: server-0.1.5
|
helm.sh/chart: server-1.0.0
|
||||||
app.kubernetes.io/name: server
|
app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
app.kubernetes.io/instance: woodpecker-server
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
@@ -15,11 +15,11 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8000
|
targetPort: http
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
name: grpc
|
name: grpc
|
||||||
port: 9000
|
port: 9000
|
||||||
targetPort: 9000
|
targetPort: grpc
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: server
|
app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
app.kubernetes.io/instance: woodpecker-server
|
||||||
@@ -4,10 +4,10 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: woodpecker-server
|
name: woodpecker-server
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: server-0.1.5
|
helm.sh/chart: server-1.0.0
|
||||||
app.kubernetes.io/name: server
|
app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
app.kubernetes.io/instance: woodpecker-server
|
||||||
app.kubernetes.io/version: "v0.15.9"
|
app.kubernetes.io/version: "2.3.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -15,11 +15,12 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8000
|
targetPort: http
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
name: grpc
|
name: grpc
|
||||||
port: 9000
|
port: 9000
|
||||||
targetPort: 9000
|
targetPort: grpc
|
||||||
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: server
|
app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/instance: woodpecker-server
|
app.kubernetes.io/instance: woodpecker-server
|
||||||
Reference in New Issue
Block a user