fix
This commit is contained in:
@@ -19,8 +19,8 @@ resource "kubectl_manifest" "deploy" {
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: infisical-backend
|
- name: infisical-backend
|
||||||
image: "${var.images.infiscal.registry}/${var.images.infiscal.repository}:${var.images.infiscal.tag}"
|
image: "${var.images.infisical.registry}/${var.images.infisical.repository}:${var.images.infisical.tag}"
|
||||||
imagePullPolicy: "${var.images.infiscal.pullPolicy}"
|
imagePullPolicy: "${var.images.infisical.pullPolicy}"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/status
|
path: /api/status
|
||||||
|
|||||||
@@ -6,16 +6,6 @@ metadata:
|
|||||||
name: infisical
|
name: infisical
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
language:
|
|
||||||
default: fr_FR
|
|
||||||
examples:
|
|
||||||
- fr_FR
|
|
||||||
type: string
|
|
||||||
sub_domain:
|
|
||||||
default: to-be-set
|
|
||||||
examples:
|
|
||||||
- to-be-set
|
|
||||||
type: string
|
|
||||||
replicas:
|
replicas:
|
||||||
default: 1
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
@@ -128,41 +118,51 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sso_vynil:
|
|
||||||
default: true
|
|
||||||
examples:
|
|
||||||
- true
|
|
||||||
type: boolean
|
|
||||||
timezone:
|
|
||||||
default: Europe/Paris
|
|
||||||
examples:
|
|
||||||
- Europe/Paris
|
|
||||||
type: string
|
|
||||||
domain_name:
|
domain_name:
|
||||||
default: your-company.com
|
default: your-company.com
|
||||||
examples:
|
examples:
|
||||||
- your-company.com
|
- your-company.com
|
||||||
type: string
|
type: string
|
||||||
domain:
|
language:
|
||||||
default: your-company
|
default: fr_FR
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- fr_FR
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
ingress_class:
|
sub_domain:
|
||||||
default: traefik
|
default: to-be-set
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- to-be-set
|
||||||
|
type: string
|
||||||
|
timezone:
|
||||||
|
default: Europe/Paris
|
||||||
|
examples:
|
||||||
|
- Europe/Paris
|
||||||
type: string
|
type: string
|
||||||
app_group:
|
app_group:
|
||||||
default: apps
|
default: apps
|
||||||
examples:
|
examples:
|
||||||
- apps
|
- apps
|
||||||
type: string
|
type: string
|
||||||
|
sso_vynil:
|
||||||
|
default: true
|
||||||
|
examples:
|
||||||
|
- true
|
||||||
|
type: boolean
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: core
|
category: core
|
||||||
|
|||||||
Reference in New Issue
Block a user