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: livenessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: / path: /server/health
port: http port: http
scheme: HTTP scheme: HTTP
periodSeconds: 10 periodSeconds: 10
@@ -170,7 +170,7 @@ resource "kubectl_manifest" "directus_deploy" {
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: / path: /server/health
port: http port: http
scheme: HTTP scheme: HTTP
periodSeconds: 10 periodSeconds: 10

View File

@@ -6,11 +6,6 @@ metadata:
name: dataset-pg name: dataset-pg
description: null description: null
options: options:
storage:
default: 8Gi
examples:
- 8Gi
type: string
databases: databases:
default: [] default: []
items: items:
@@ -20,25 +15,6 @@ options:
type: string type: string
type: object type: object
type: array 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: extentions:
default: default:
directus: directus:
@@ -220,30 +196,44 @@ options:
type: object type: object
type: object type: object
type: object type: object
domain-name: ingress-class:
default: your_company.com default: traefik
examples: examples:
- your_company.com - traefik
type: string
app-group:
default: api
examples:
- api
type: string type: string
sub-domain: sub-domain:
default: dataset-pg default: dataset-pg
examples: examples:
- dataset-pg - dataset-pg
type: string type: string
ingress-class: issuer:
default: traefik default: letsencrypt-prod
examples: examples:
- traefik - letsencrypt-prod
type: string type: string
domain: roles:
default: your-company default: []
items:
properties:
name:
default: alt-account
type: string
type: object
type: array
replicas:
default: 1
examples: examples:
- your-company - 1
type: string type: integer
app-group: storage:
default: api default: 8Gi
examples: examples:
- api - 8Gi
type: string type: string
backups: backups:
default: default:
@@ -299,6 +289,16 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
domain:
default: your-company
examples:
- your-company
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies: dependencies:
- dist: null - dist: null
category: dbo category: dbo