This commit is contained in:
2023-10-23 15:04:05 +02:00
parent 0447808b4a
commit 7a24a173f7
3 changed files with 48 additions and 25 deletions

View File

@@ -6,6 +6,16 @@ metadata:
name: dataset-pg
description: null
options:
replicas:
default: 1
examples:
- 1
type: integer
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
extentions:
default:
pool:
@@ -112,25 +122,10 @@ options:
type: object
type: object
type: object
storage:
default: 8Gi
sub-domain:
default: dataset-pg
examples:
- 8Gi
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
- dataset-pg
type: string
backups:
default:
@@ -186,11 +181,11 @@ options:
default: backup-settings
type: string
type: object
replicas:
default: 1
storage:
default: 8Gi
examples:
- 1
type: integer
- 8Gi
type: string
databases:
default: []
items:
@@ -200,10 +195,15 @@ options:
type: string
type: object
type: array
sub-domain:
default: dataset-pg
issuer:
default: letsencrypt-prod
examples:
- dataset-pg
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
roles:
default: []