From bab68d5822a872db2ce10ff3281994b51057c287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 23 Oct 2023 19:22:30 +0200 Subject: [PATCH] fix --- share/dataset-pg/directus.tf | 2 +- share/dataset-pg/index.yaml | 66 ++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/share/dataset-pg/directus.tf b/share/dataset-pg/directus.tf index 763444e..0ebdfd4 100644 --- a/share/dataset-pg/directus.tf +++ b/share/dataset-pg/directus.tf @@ -2,7 +2,7 @@ locals { directus-labels = merge(local.common-labels, { "app.kubernetes.io/component" = "directus" }) - directus-icon = "apps/theming/favicon" + directus-icon = "admin/img/directus-white.png" directus-dns-name = "directus.${local.dns-name}" directus-service = { "name" = "directus-${var.instance}" diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index 56b2199..4e28aa3 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,10 +6,29 @@ metadata: name: dataset-pg description: null options: - domain-name: - default: your_company.com + domain: + default: your-company examples: - - your_company.com + - your-company + type: string + roles: + default: [] + items: + properties: + name: + default: alt-account + type: string + type: object + type: array + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + storage: + default: 8Gi + examples: + - 8Gi type: string extentions: default: @@ -192,19 +211,15 @@ options: type: object type: object type: object - roles: - default: [] - items: - properties: - name: - default: alt-account - type: string - type: object - type: array - domain: - default: your-company + domain-name: + default: your_company.com examples: - - your-company + - your_company.com + type: string + ingress-class: + default: traefik + examples: + - traefik type: string sub-domain: default: dataset-pg @@ -220,26 +235,16 @@ options: type: string type: object type: array - issuer: - default: letsencrypt-prod + app-group: + default: api examples: - - letsencrypt-prod + - api type: string replicas: default: 1 examples: - 1 type: integer - storage: - default: 8Gi - examples: - - 8Gi - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string backups: default: enable: false @@ -294,11 +299,6 @@ options: default: backup-settings type: string type: object - app-group: - default: api - examples: - - api - type: string dependencies: - dist: null category: dbo