This commit is contained in:
2023-10-23 18:21:26 +02:00
parent 5c7bcb4bf0
commit fc0a13136d
2 changed files with 39 additions and 39 deletions

View File

@@ -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

View File

@@ -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