diff --git a/share/dataset-pg/directus.tf b/share/dataset-pg/directus.tf index 2494ea0..763444e 100644 --- a/share/dataset-pg/directus.tf +++ b/share/dataset-pg/directus.tf @@ -247,7 +247,7 @@ module "directus-oauth2" { namespace = var.namespace labels = local.directus-labels dns-name = local.directus-dns-name - redirect-path = "" + redirect-path = "auth/login/VYNIL/callback" providers = { kubernetes = kubernetes kubectl = kubectl diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index 524d6c7..56b2199 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,15 +6,11 @@ metadata: name: dataset-pg description: null options: - databases: - default: [] - items: - properties: - name: - default: db - type: string - type: object - type: array + domain-name: + default: your_company.com + examples: + - your_company.com + type: string extentions: default: directus: @@ -196,26 +192,6 @@ options: type: object type: object type: object - ingress-class: - default: traefik - examples: - - traefik - type: string - app-group: - default: api - examples: - - api - type: string - sub-domain: - default: dataset-pg - examples: - - dataset-pg - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string roles: default: [] items: @@ -225,6 +201,30 @@ options: 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 + databases: + default: [] + items: + properties: + name: + default: db + type: string + type: object + type: array + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string replicas: default: 1 examples: @@ -235,6 +235,11 @@ options: examples: - 8Gi type: string + ingress-class: + default: traefik + examples: + - traefik + type: string backups: default: enable: false @@ -289,15 +294,10 @@ options: default: backup-settings type: string type: object - domain: - default: your-company + app-group: + default: api examples: - - your-company - type: string - domain-name: - default: your_company.com - examples: - - your_company.com + - api type: string dependencies: - dist: null