This commit is contained in:
2023-10-24 14:39:00 +02:00
parent 32c4e98d7b
commit d9aaeef86d
2 changed files with 202 additions and 196 deletions

View File

@@ -6,6 +6,11 @@ metadata:
name: domain-devspaces name: domain-devspaces
description: null description: null
options: options:
domain:
default: your-company
examples:
- your-company
type: string
external-redis: external-redis:
default: [] default: []
examples: examples:
@@ -20,16 +25,6 @@ options:
type: string type: string
type: object type: object
type: array type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
stations-sub-domain:
default: code
examples:
- code
type: string
apps: apps:
default: default:
dbgate: dbgate:
@@ -83,66 +78,6 @@ options:
type: boolean type: boolean
type: object type: object
type: object type: object
images:
default:
codeserver:
pullPolicy: IfNotPresent
registry: docker.io
repository: sebt3/code-server
tag: 4.15
examples:
- codeserver:
pullPolicy: IfNotPresent
registry: docker.io
repository: sebt3/code-server
tag: 4.15
properties:
codeserver:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: sebt3/code-server
tag: 4.15
properties:
pullPolicy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: docker.io
type: string
repository:
default: sebt3/code-server
type: string
tag:
default: 4.15
type: number
type: object
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
stations:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
organisations:
default: []
items:
type: string
type: array
type: object
type: array
external-marias: external-marias:
default: [] default: []
examples: examples:
@@ -169,125 +104,6 @@ options:
type: string type: string
type: object type: object
type: array type: array
external-pgs:
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
distributions:
default:
core: core
domain: domain
examples:
- core: core
domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
organisations:
default: []
examples:
- []
items:
properties:
datasets:
default: []
items:
properties:
databases:
default: []
items:
properties:
name:
default: db
type: string
type: object
type: array
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
name:
default: ''
type: string
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
type: object
type: array
external-mongos:
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-classes: storage-classes:
default: default:
BlockReadWriteMany: '' BlockReadWriteMany: ''
@@ -313,10 +129,179 @@ options:
default: '' default: ''
type: string type: string
type: object type: object
domain: external-mongos:
default: your-company default: []
examples: examples:
- your-company - []
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
stations:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
organisations:
default: []
items:
type: string
type: array
type: object
type: array
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
organisations:
default: []
examples:
- []
items:
properties:
datasets:
default: []
items:
properties:
databases:
default: []
items:
properties:
name:
default: db
type: string
type: object
type: array
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
name:
default: ''
type: string
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
type: object
type: array
app-group:
default: dev
examples:
- dev
type: string
images:
default:
codeserver:
pullPolicy: IfNotPresent
registry: docker.io
repository: sebt3/code-server
tag: 4.18
examples:
- codeserver:
pullPolicy: IfNotPresent
registry: docker.io
repository: sebt3/code-server
tag: 4.18
properties:
codeserver:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: sebt3/code-server
tag: 4.18
properties:
pullPolicy:
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
external-pgs:
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
stations-sub-domain:
default: code
examples:
- code
type: string type: string
backups: backups:
default: default:
@@ -348,11 +333,31 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
app-group: distributions:
default: dev default:
core: core
domain: domain
examples: examples:
- dev - core: core
domain: domain
properties:
core:
default: core
type: string type: string
domain:
default: domain
type: string
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
haveGitea:
default: false
examples:
- false
type: boolean
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true

View File

@@ -16,7 +16,7 @@ resource "kubectl_manifest" "organisations" {
apiVersion: "vynil.solidite.fr/v1" apiVersion: "vynil.solidite.fr/v1"
kind: "Install" kind: "Install"
metadata: metadata:
name: "${local.sorted-organisations[count.index].name}" name: "org-${local.sorted-organisations[count.index].name}"
namespace: "${var.namespace}" namespace: "${var.namespace}"
labels: ${jsonencode(local.common-labels)} labels: ${jsonencode(local.common-labels)}
spec: spec:
@@ -28,6 +28,7 @@ resource "kubectl_manifest" "organisations" {
{ {
"stages" = [] "stages" = []
"datasets" = [] "datasets" = []
"haveGitea" = var.haveGitea
}, },
{ for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name"], k) } { for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name"], k) }
))} ))}