diff --git a/share/dataset-pg/directus.tf b/share/dataset-pg/directus.tf index 6e932c5..2494ea0 100644 --- a/share/dataset-pg/directus.tf +++ b/share/dataset-pg/directus.tf @@ -161,7 +161,7 @@ resource "kubectl_manifest" "directus_deploy" { livenessProbe: failureThreshold: 3 httpGet: - path: / + path: /server/health port: http scheme: HTTP periodSeconds: 10 @@ -170,7 +170,7 @@ resource "kubectl_manifest" "directus_deploy" { readinessProbe: failureThreshold: 3 httpGet: - path: / + path: /server/health port: http scheme: HTTP periodSeconds: 10 diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index 7ee4911..524d6c7 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,11 +6,6 @@ metadata: name: dataset-pg description: null options: - storage: - default: 8Gi - examples: - - 8Gi - type: string databases: default: [] items: @@ -20,25 +15,6 @@ options: type: string type: object type: array - roles: - default: [] - items: - properties: - name: - default: alt-account - type: string - type: object - type: array - replicas: - default: 1 - examples: - - 1 - type: integer - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string extentions: default: directus: @@ -220,30 +196,44 @@ options: type: object type: object type: object - domain-name: - default: your_company.com + ingress-class: + default: traefik examples: - - your_company.com + - traefik + type: string + app-group: + default: api + examples: + - api type: string sub-domain: default: dataset-pg examples: - dataset-pg type: string - ingress-class: - default: traefik + issuer: + default: letsencrypt-prod examples: - - traefik + - letsencrypt-prod type: string - domain: - default: your-company + roles: + default: [] + items: + properties: + name: + default: alt-account + type: string + type: object + type: array + replicas: + default: 1 examples: - - your-company - type: string - app-group: - default: api + - 1 + type: integer + storage: + default: 8Gi examples: - - api + - 8Gi type: string backups: default: @@ -299,6 +289,16 @@ options: default: backup-settings type: string type: object + domain: + default: your-company + examples: + - your-company + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string dependencies: - dist: null category: dbo