fix
This commit is contained in:
@@ -127,64 +127,82 @@ options:
|
||||
examples:
|
||||
- your-company.com
|
||||
type: string
|
||||
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
|
||||
images:
|
||||
default:
|
||||
app:
|
||||
back:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: to-be/defined
|
||||
tag: v1.0.0
|
||||
repository: taigaio/taiga-back
|
||||
tag: 6.7.3
|
||||
events:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-events
|
||||
tag: 6.7.0
|
||||
front:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-front
|
||||
tag: 6.7.7
|
||||
nginx:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: 1.26.0-alpine3.19
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
tag: 15.3
|
||||
rabbit:
|
||||
protected:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-protected
|
||||
tag: 6.7.0
|
||||
rabbit:
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.10.2-management
|
||||
examples:
|
||||
- app:
|
||||
- back:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: to-be/defined
|
||||
tag: v1.0.0
|
||||
repository: taigaio/taiga-back
|
||||
tag: 6.7.3
|
||||
events:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-events
|
||||
tag: 6.7.0
|
||||
front:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-front
|
||||
tag: 6.7.7
|
||||
nginx:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: 1.26.0-alpine3.19
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
tag: 15.3
|
||||
rabbit:
|
||||
protected:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-protected
|
||||
tag: 6.7.0
|
||||
rabbit:
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.10.2-management
|
||||
properties:
|
||||
app:
|
||||
back:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: to-be/defined
|
||||
tag: v1.0.0
|
||||
repository: taigaio/taiga-back
|
||||
tag: 6.7.3
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
@@ -197,10 +215,82 @@ options:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: to-be/defined
|
||||
default: taigaio/taiga-back
|
||||
type: string
|
||||
tag:
|
||||
default: v1.0.0
|
||||
default: 6.7.3
|
||||
type: string
|
||||
type: object
|
||||
events:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-events
|
||||
tag: 6.7.0
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: taigaio/taiga-events
|
||||
type: string
|
||||
tag:
|
||||
default: 6.7.0
|
||||
type: string
|
||||
type: object
|
||||
front:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: taigaio/taiga-front
|
||||
tag: 6.7.7
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: taigaio/taiga-front
|
||||
type: string
|
||||
tag:
|
||||
default: 6.7.7
|
||||
type: string
|
||||
type: object
|
||||
nginx:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: 1.26.0-alpine3.19
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: nginx
|
||||
type: string
|
||||
tag:
|
||||
default: 1.26.0-alpine3.19
|
||||
type: string
|
||||
type: object
|
||||
postgresql:
|
||||
@@ -219,12 +309,12 @@ options:
|
||||
default: 15.3
|
||||
type: number
|
||||
type: object
|
||||
rabbit:
|
||||
protected:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.10.2-management
|
||||
repository: taigaio/taiga-protected
|
||||
tag: 6.7.0
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
@@ -233,6 +323,22 @@ options:
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: taigaio/taiga-protected
|
||||
type: string
|
||||
tag:
|
||||
default: 6.7.0
|
||||
type: string
|
||||
type: object
|
||||
rabbit:
|
||||
default:
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.10.2-management
|
||||
properties:
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
@@ -254,11 +360,6 @@ options:
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
language:
|
||||
default: fr_FR
|
||||
examples:
|
||||
- fr_FR
|
||||
type: string
|
||||
postgres:
|
||||
default:
|
||||
replicas: 1
|
||||
@@ -315,41 +416,29 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
replicas:
|
||||
default: 1
|
||||
examples:
|
||||
- 1
|
||||
type: integer
|
||||
sso_vynil:
|
||||
default: true
|
||||
examples:
|
||||
- true
|
||||
type: boolean
|
||||
storage:
|
||||
default:
|
||||
postgres:
|
||||
size: 10Gi
|
||||
rabbitmq_async:
|
||||
size: 2Gi
|
||||
rabbitmq_events:
|
||||
rabbitmq:
|
||||
size: 2Gi
|
||||
volume:
|
||||
accessMode: ReadWriteOnce
|
||||
class: ''
|
||||
size: 1Gi
|
||||
maxSize: 100Gi
|
||||
size: 10Gi
|
||||
type: Filesystem
|
||||
description: Configure this app storage
|
||||
examples:
|
||||
- postgres:
|
||||
size: 10Gi
|
||||
rabbitmq_async:
|
||||
size: 2Gi
|
||||
rabbitmq_events:
|
||||
rabbitmq:
|
||||
size: 2Gi
|
||||
volume:
|
||||
accessMode: ReadWriteOnce
|
||||
class: ''
|
||||
size: 1Gi
|
||||
maxSize: 100Gi
|
||||
size: 10Gi
|
||||
type: Filesystem
|
||||
properties:
|
||||
postgres:
|
||||
@@ -360,15 +449,7 @@ options:
|
||||
default: 10Gi
|
||||
type: string
|
||||
type: object
|
||||
rabbitmq_async:
|
||||
default:
|
||||
size: 2Gi
|
||||
properties:
|
||||
size:
|
||||
default: 2Gi
|
||||
type: string
|
||||
type: object
|
||||
rabbitmq_events:
|
||||
rabbitmq:
|
||||
default:
|
||||
size: 2Gi
|
||||
properties:
|
||||
@@ -380,7 +461,8 @@ options:
|
||||
default:
|
||||
accessMode: ReadWriteOnce
|
||||
class: ''
|
||||
size: 1Gi
|
||||
maxSize: 100Gi
|
||||
size: 10Gi
|
||||
type: Filesystem
|
||||
properties:
|
||||
accessMode:
|
||||
@@ -393,8 +475,11 @@ options:
|
||||
class:
|
||||
default: ''
|
||||
type: string
|
||||
maxSize:
|
||||
default: 100Gi
|
||||
type: string
|
||||
size:
|
||||
default: 1Gi
|
||||
default: 10Gi
|
||||
type: string
|
||||
type:
|
||||
default: Filesystem
|
||||
@@ -409,15 +494,13 @@ options:
|
||||
examples:
|
||||
- to-be-set
|
||||
type: string
|
||||
timezone:
|
||||
default: Europe/Paris
|
||||
examples:
|
||||
- Europe/Paris
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: dbo
|
||||
component: pg
|
||||
- dist: null
|
||||
category: dbo
|
||||
component: rabbitmq
|
||||
providers:
|
||||
kubernetes: true
|
||||
authentik: true
|
||||
|
||||
Reference in New Issue
Block a user