This commit is contained in:
2024-01-26 12:56:06 +01:00
parent f859b06bee
commit ebbf704f85
13 changed files with 711 additions and 724 deletions

View File

@@ -6,6 +6,36 @@ metadata:
name: code-server name: code-server
description: null description: null
options: options:
sub-domain:
default: code
examples:
- code
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
timezone:
default: Europe/Paris
examples:
- Europe/Paris
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
no-editor:
default: false
examples:
- false
type: boolean
domain:
default: your-company
examples:
- your-company
type: string
admin: admin:
default: default:
cluster: false cluster: false
@@ -21,53 +51,6 @@ options:
default: false default: false
type: boolean type: boolean
type: object type: object
domain_name:
default: your-company.com
examples:
- your-company.com
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
storage:
default:
volume:
accessMode: ReadWriteOnce
size: 20Gi
type: Filesystem
description: Configure this app storage
examples:
- volume:
accessMode: ReadWriteOnce
size: 20Gi
type: Filesystem
properties:
volume:
default:
accessMode: ReadWriteOnce
size: 20Gi
type: Filesystem
properties:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 20Gi
type: string
type:
default: Filesystem
enum:
- Filesystem
- Block
type: string
type: object
type: object
images: images:
default: default:
codeserver: codeserver:
@@ -107,36 +90,53 @@ options:
type: number type: number
type: object type: object
type: object type: object
domain_name:
default: your-company.com
examples:
- your-company.com
type: string
app_group: app_group:
default: dev default: dev
examples: examples:
- dev - dev
type: string type: string
sub-domain: storage:
default: code default:
volume:
accessMode: ReadWriteOnce
size: 20Gi
type: Filesystem
description: Configure this app storage
examples: examples:
- code - volume:
type: string accessMode: ReadWriteOnce
timezone: size: 20Gi
default: Europe/Paris type: Filesystem
examples: properties:
- Europe/Paris volume:
type: string default:
no-editor: accessMode: ReadWriteOnce
default: false size: 20Gi
examples: type: Filesystem
- false properties:
type: boolean accessMode:
domain: default: ReadWriteOnce
default: your-company enum:
examples: - ReadWriteOnce
- your-company - ReadOnlyMany
type: string - ReadWriteMany
issuer: type: string
default: letsencrypt-prod size:
examples: default: 20Gi
- letsencrypt-prod type: string
type: string type:
default: Filesystem
enum:
- Filesystem
- Block
type: string
type: object
type: object
dependencies: dependencies:
- dist: null - dist: null
category: share category: share

View File

@@ -21,8 +21,8 @@ module "service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.common-labels labels = local.common-labels
target = "http" targets = ["http"]
port = local.service.port.number ports = [local.service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }

View File

@@ -6,11 +6,74 @@ metadata:
name: dbgate name: dbgate
description: null description: null
options: options:
app_group: sub-domain:
default: dev default: dbgate
examples: examples:
- dev - dbgate
type: string type: string
ingress_class:
default: traefik
examples:
- traefik
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
maria:
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
images: images:
default: default:
dbgate: dbgate:
@@ -50,6 +113,20 @@ options:
type: string type: string
type: object type: object
type: object type: object
redis:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
namespace:
default: ''
type: string
type: object
type: array
storage: storage:
default: default:
volume: volume:
@@ -92,93 +169,11 @@ options:
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string 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
ingress_class:
default: traefik
examples:
- traefik
type: string
maria:
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
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
redis:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
namespace:
default: ''
type: string
type: object
type: array
mongo: mongo:
default: [] default: []
examples: examples:
@@ -208,10 +203,15 @@ options:
type: string type: string
type: object type: object
type: array type: array
sub-domain: app_group:
default: dbgate default: dev
examples: examples:
- dbgate - dev
type: string
domain:
default: your-company
examples:
- your-company
type: string type: string
dependencies: dependencies:
- dist: null - dist: null

View File

@@ -21,8 +21,8 @@ module "service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.common-labels labels = local.common-labels
target = "http" targets = ["http"]
port = local.service.port.number ports = [local.service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }

View File

@@ -9,11 +9,122 @@ metadata:
A painless self-hosted Git service. A painless self-hosted Git service.
Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
options: options:
default-branch: ingress_class:
default: main default: traefik
examples: examples:
- main - traefik
type: string type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
backups:
default:
enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 10 3 * * *
check: 10 5 * * 1
db: 10 3 * * *
prune: 10 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
examples:
- enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 10 3 * * *
check: 10 5 * * 1
db: 10 3 * * *
prune: 10 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key-id-key:
default: s3-id
type: string
restic-key:
default: bck-password
type: string
retention:
default:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
properties:
db:
default: 30d
type: string
keepDaily:
default: 14
type: integer
keepMonthly:
default: 12
type: integer
keepWeekly:
default: 6
type: integer
keepYearly:
default: 12
type: integer
type: object
schedule:
default:
backup: 10 3 * * *
check: 10 5 * * 1
db: 10 3 * * *
prune: 10 1 * * 0
properties:
backup:
default: 10 3 * * *
type: string
check:
default: 10 5 * * 1
type: string
db:
default: 10 3 * * *
type: string
prune:
default: 10 1 * * 0
type: string
type: object
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
use-barman:
default: false
type: boolean
type: object
push-create: push-create:
default: default:
org: 'true' org: 'true'
@@ -34,6 +145,11 @@ options:
default: 'true' default: 'true'
type: string type: string
type: object type: object
replicas:
default: 1
examples:
- 1
type: integer
admin: admin:
default: default:
email: git-admin@git.your_company.com email: git-admin@git.your_company.com
@@ -49,36 +165,16 @@ options:
default: gitea_admin default: gitea_admin
type: string type: string
type: object type: object
ssh-sub-domain: postgres:
default: git
examples:
- git
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
load-balancer:
default: default:
ip: '' replicas: 1
examples: examples:
- ip: '' - replicas: 1
properties: properties:
ip: replicas:
default: '' default: 1
type: string type: integer
type: object type: object
ssh-port:
default: 2222
examples:
- 2222
type: integer
theme:
default: gitea-modern
examples:
- gitea-modern
type: string
storage: storage:
default: default:
postgres: postgres:
@@ -140,11 +236,6 @@ options:
type: string type: string
type: object type: object
type: object type: object
domain:
default: your-company
examples:
- your-company
type: string
images: images:
default: default:
gitea: gitea:
@@ -276,122 +367,51 @@ options:
type: string type: string
type: object type: object
type: object type: object
ingress_class:
default: traefik
examples:
- traefik
type: string
app_group: app_group:
default: dev default: dev
examples: examples:
- dev - dev
type: string type: string
backups: disable-registration:
default: default: true
enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 10 3 * * *
check: 10 5 * * 1
db: 10 3 * * *
prune: 10 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
examples: examples:
- enable: false - true
endpoint: '' type: boolean
key-id-key: s3-id default-branch:
restic-key: bck-password default: main
retention: examples:
db: 30d - main
keepDaily: 14 type: string
keepMonthly: 12 sub-domain:
keepWeekly: 6 default: git
keepYearly: 12 examples:
schedule: - git
backup: 10 3 * * * type: string
check: 10 5 * * 1 domain:
db: 10 3 * * * default: your-company
prune: 10 1 * * 0 examples:
secret-key: s3-secret - your-company
secret-name: backup-settings type: string
use-barman: false theme:
properties: default: gitea-modern
enable: examples:
default: false - gitea-modern
type: boolean type: string
endpoint: issuer:
default: '' default: letsencrypt-prod
type: string examples:
key-id-key: - letsencrypt-prod
default: s3-id type: string
type: string ssh-port:
restic-key: default: 2222
default: bck-password examples:
type: string - 2222
retention: type: integer
default: timezone:
db: 30d default: Europe/Paris
keepDaily: 14 examples:
keepMonthly: 12 - Europe/Paris
keepWeekly: 6 type: string
keepYearly: 12
properties:
db:
default: 30d
type: string
keepDaily:
default: 14
type: integer
keepMonthly:
default: 12
type: integer
keepWeekly:
default: 6
type: integer
keepYearly:
default: 12
type: integer
type: object
schedule:
default:
backup: 10 3 * * *
check: 10 5 * * 1
db: 10 3 * * *
prune: 10 1 * * 0
properties:
backup:
default: 10 3 * * *
type: string
check:
default: 10 5 * * 1
type: string
db:
default: 10 3 * * *
type: string
prune:
default: 10 1 * * 0
type: string
type: object
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
use-barman:
default: false
type: boolean
type: object
webhook: webhook:
default: default:
allowed-hosts: private allowed-hosts: private
@@ -407,36 +427,11 @@ options:
default: false default: false
type: boolean type: boolean
type: object type: object
disable-registration: ssh-sub-domain:
default: true
examples:
- true
type: boolean
release:
default: 8.3.0
examples:
- 8.3.0
type: string
postgres:
default:
replicas: 1
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
sub-domain:
default: git default: git
examples: examples:
- git - git
type: string type: string
replicas:
default: 1
examples:
- 1
type: integer
redis: redis:
default: default:
exporter: exporter:
@@ -454,16 +449,21 @@ options:
type: boolean type: boolean
type: object type: object
type: object type: object
domain_name: release:
default: your_company.com default: 8.3.0
examples: examples:
- your_company.com - 8.3.0
type: string type: string
timezone: load-balancer:
default: Europe/Paris default:
ip: ''
examples: examples:
- Europe/Paris - ip: ''
type: string properties:
ip:
default: ''
type: string
type: object
dependencies: dependencies:
- dist: null - dist: null
category: share category: share

View File

@@ -15,19 +15,6 @@ locals {
} }
} }
# module "service" {
# source = "/dist/modules/service"
# component = var.component
# instance = var.instance
# namespace = var.namespace
# labels = local.common-labels
# target = "http"
# port = local.service.port.number
# providers = {
# kubectl = kubectl
# }
# }
module "ingress" { module "ingress" {
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//ingress" source = "git::https://git.solidite.fr/vynil/kydah-modules.git//ingress"
component = "" component = ""

View File

@@ -6,225 +6,11 @@ metadata:
name: nextcloud name: nextcloud
description: null description: null
options: options:
backups:
default:
enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 30 3 * * *
check: 30 5 * * 1
db: 30 3 * * *
prune: 30 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
examples:
- enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 30 3 * * *
check: 30 5 * * 1
db: 30 3 * * *
prune: 30 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key-id-key:
default: s3-id
type: string
restic-key:
default: bck-password
type: string
retention:
default:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
properties:
db:
default: 30d
type: string
keepDaily:
default: 14
type: integer
keepMonthly:
default: 12
type: integer
keepWeekly:
default: 6
type: integer
keepYearly:
default: 12
type: integer
type: object
schedule:
default:
backup: 30 3 * * *
check: 30 5 * * 1
db: 30 3 * * *
prune: 30 1 * * 0
properties:
backup:
default: 30 3 * * *
type: string
check:
default: 30 5 * * 1
type: string
db:
default: 30 3 * * *
type: string
prune:
default: 30 1 * * 0
type: string
type: object
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
use-barman:
default: false
type: boolean
type: object
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
openid-name:
default: vynil
examples:
- vynil
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
postgres:
default:
replicas: 1
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
storage:
default:
postgres:
size: 5Gi
redis:
size: 2Gi
volume:
accessMode: ReadWriteOnce
size: 10Gi
type: Filesystem
description: Configure this app storage
examples:
- postgres:
size: 5Gi
redis:
size: 2Gi
volume:
accessMode: ReadWriteOnce
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
size: 10Gi
type: Filesystem
properties:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 10Gi
type: string
type:
default: Filesystem
enum:
- Filesystem
- Block
type: string
type: object
type: object
sub-domain: sub-domain:
default: files default: files
examples: examples:
- files - files
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
domain:
default: your-company
examples:
- your-company
type: string
images: images:
default: default:
collabora: collabora:
@@ -570,11 +356,104 @@ options:
default: true default: true
type: boolean type: boolean
type: object type: object
app_group: ingress_class:
default: '' default: traefik
examples: examples:
- '' - traefik
type: string type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
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
openid-name:
default: vynil
examples:
- vynil
type: string
storage:
default:
postgres:
size: 5Gi
redis:
size: 2Gi
volume:
accessMode: ReadWriteOnce
size: 10Gi
type: Filesystem
description: Configure this app storage
examples:
- postgres:
size: 5Gi
redis:
size: 2Gi
volume:
accessMode: ReadWriteOnce
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
size: 10Gi
type: Filesystem
properties:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 10Gi
type: string
type:
default: Filesystem
enum:
- Filesystem
- Block
type: string
type: object
type: object
hpa: hpa:
default: default:
avg-cpu: 50 avg-cpu: 50
@@ -595,6 +474,132 @@ options:
default: 1 default: 1
type: integer type: integer
type: object type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
app_group:
default: ''
examples:
- ''
type: string
backups:
default:
enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 30 3 * * *
check: 30 5 * * 1
db: 30 3 * * *
prune: 30 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
examples:
- enable: false
endpoint: ''
key-id-key: s3-id
restic-key: bck-password
retention:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
schedule:
backup: 30 3 * * *
check: 30 5 * * 1
db: 30 3 * * *
prune: 30 1 * * 0
secret-key: s3-secret
secret-name: backup-settings
use-barman: false
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key-id-key:
default: s3-id
type: string
restic-key:
default: bck-password
type: string
retention:
default:
db: 30d
keepDaily: 14
keepMonthly: 12
keepWeekly: 6
keepYearly: 12
properties:
db:
default: 30d
type: string
keepDaily:
default: 14
type: integer
keepMonthly:
default: 12
type: integer
keepWeekly:
default: 6
type: integer
keepYearly:
default: 12
type: integer
type: object
schedule:
default:
backup: 30 3 * * *
check: 30 5 * * 1
db: 30 3 * * *
prune: 30 1 * * 0
properties:
backup:
default: 30 3 * * *
type: string
check:
default: 30 5 * * 1
type: string
db:
default: 30 3 * * *
type: string
prune:
default: 30 1 * * 0
type: string
type: object
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
use-barman:
default: false
type: boolean
type: object
postgres:
default:
replicas: 1
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
admin: admin:
default: default:
name: nextcloud_admin name: nextcloud_admin
@@ -605,11 +610,6 @@ options:
default: nextcloud_admin default: nextcloud_admin
type: string type: string
type: object type: object
ingress_class:
default: traefik
examples:
- traefik
type: string
dependencies: dependencies:
- dist: null - dist: null
category: share category: share

View File

@@ -76,8 +76,8 @@ module "collabora-service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.collabora-labels labels = local.collabora-labels
target = "http" targets = ["http"]
port = local.collabora-service.port.number ports = [local.collabora-service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }
@@ -107,8 +107,8 @@ module "onlyoffice-service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.onlyoffice-labels labels = local.onlyoffice-labels
target = "http" targets = ["http"]
port = local.onlyoffice-service.port.number ports = [local.onlyoffice-service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }

View File

@@ -6,45 +6,15 @@ metadata:
name: okd name: okd
description: null description: null
options: options:
app_group:
default: infra
examples:
- infra
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
managed: managed:
default: false default: false
examples: examples:
- false - false
type: boolean type: boolean
namespaces: issuer:
default: [] default: letsencrypt-prod
items:
type: string
type: array
sub-domain:
default: okd
examples: examples:
- okd - letsencrypt-prod
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
domain:
default: your-company
examples:
- your-company
type: string type: string
cluster-admin: cluster-admin:
default: false default: false
@@ -90,6 +60,36 @@ options:
type: string type: string
type: object type: object
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
ingress_class:
default: traefik
examples:
- traefik
type: string
sub-domain:
default: okd
examples:
- okd
type: string
app_group:
default: infra
examples:
- infra
type: string
namespaces:
default: []
items:
type: string
type: array
dependencies: dependencies:
- dist: null - dist: null
category: share category: share

View File

@@ -21,8 +21,8 @@ module "service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.common-labels labels = local.common-labels
target = "http" targets = ["http"]
port = local.service.port.number ports = [local.service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }

View File

@@ -202,8 +202,8 @@ module "directus-service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.directus-labels labels = local.directus-labels
target = "http" targets = ["http"]
port = local.directus-service.port.number ports = [local.directus-service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }

View File

@@ -6,110 +6,6 @@ metadata:
name: dataset-pg name: dataset-pg
description: null description: null
options: options:
databases:
default: []
items:
properties:
name:
default: db
type: string
type: object
type: array
postgres:
default:
replicas: 1
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
ingress_class:
default: traefik
examples:
- traefik
type: string
app_group:
default: api
examples:
- api
type: string
images:
default:
postgresql:
registry: ghcr.io
repository: cloudnative-pg/postgresql
tag: 15.3
examples:
- postgresql:
registry: ghcr.io
repository: cloudnative-pg/postgresql
tag: 15.3
properties:
postgresql:
default:
registry: ghcr.io
repository: cloudnative-pg/postgresql
tag: 15.3
properties:
registry:
default: ghcr.io
type: string
repository:
default: cloudnative-pg/postgresql
type: string
tag:
default: 15.3
type: number
type: object
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
roles:
default: []
items:
properties:
name:
default: alt-account
type: string
type: object
type: array
domain:
default: your-company
examples:
- your-company
type: string
sub-domain:
default: dataset-pg
examples:
- dataset-pg
type: string
storage:
default:
postgres:
size: 10Gi
examples:
- postgres:
size: 10Gi
properties:
postgres:
default:
size: 10Gi
properties:
size:
default: 10Gi
type: string
type: object
type: object
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
extentions: extentions:
default: default:
directus: directus:
@@ -291,6 +187,46 @@ options:
type: object type: object
type: object type: object
type: object type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
app_group:
default: api
examples:
- api
type: string
sub-domain:
default: dataset-pg
examples:
- dataset-pg
type: string
postgres:
default:
replicas: 1
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
domain:
default: your-company
examples:
- your-company
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
backups: backups:
default: default:
enable: false enable: false
@@ -345,6 +281,70 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
databases:
default: []
items:
properties:
name:
default: db
type: string
type: object
type: array
storage:
default:
postgres:
size: 10Gi
examples:
- postgres:
size: 10Gi
properties:
postgres:
default:
size: 10Gi
properties:
size:
default: 10Gi
type: string
type: object
type: object
roles:
default: []
items:
properties:
name:
default: alt-account
type: string
type: object
type: array
images:
default:
postgresql:
registry: ghcr.io
repository: cloudnative-pg/postgresql
tag: 15.3
examples:
- postgresql:
registry: ghcr.io
repository: cloudnative-pg/postgresql
tag: 15.3
properties:
postgresql:
default:
registry: ghcr.io
repository: cloudnative-pg/postgresql
tag: 15.3
properties:
registry:
default: ghcr.io
type: string
repository:
default: cloudnative-pg/postgresql
type: string
tag:
default: 15.3
type: number
type: object
type: object
dependencies: dependencies:
- dist: null - dist: null
category: dbo category: dbo

View File

@@ -138,8 +138,8 @@ module "postgrest-service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.prest-labels labels = local.prest-labels
target = "http" targets = ["http"]
port = local.prest-service.port.number ports = [local.prest-service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }
@@ -172,8 +172,8 @@ module "swagger-service" {
instance = var.instance instance = var.instance
namespace = var.namespace namespace = var.namespace
labels = local.prest-labels labels = local.prest-labels
target = "swagger" targets = ["swagger"]
port = local.swagger-service.port.number ports = [local.swagger-service.port.number]
providers = { providers = {
kubectl = kubectl kubectl = kubectl
} }