This commit is contained in:
2024-01-19 13:54:23 +01:00
parent 0c8a52ad9e
commit 0411ac602f
2 changed files with 26 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ resource "kubectl_manifest" "deploy" {
image: "${var.images.gramo.registry}/${var.images.gramo.repository}:${var.images.gramo.tag}" image: "${var.images.gramo.registry}/${var.images.gramo.repository}:${var.images.gramo.tag}"
imagePullPolicy: "${var.images.gramo.pullPolicy}" imagePullPolicy: "${var.images.gramo.pullPolicy}"
ports: ports:
- containerPort: 9000 - containerPort: 3000
name: http name: http
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:

View File

@@ -6,31 +6,36 @@ metadata:
name: gramo name: gramo
description: null description: null
options: options:
sub-domain:
default: gramo
examples:
- gramo
type: string
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string type: string
domain:
default: your-company
examples:
- your-company
type: string
ingress-class: ingress-class:
default: traefik default: traefik
examples: examples:
- traefik - traefik
type: string type: string
cluster-admin: domain-name:
default: your_company.com
examples:
- your_company.com
type: string
managed:
default: false default: false
examples: examples:
- false - false
type: boolean type: boolean
namespaces:
default: []
items:
type: string
type: array
domain:
default: your-company
examples:
- your-company
type: string
images: images:
default: default:
gramo: gramo:
@@ -70,26 +75,21 @@ options:
type: string type: string
type: object type: object
type: object type: object
sub-domain:
default: gramo
examples:
- gramo
type: string
managed:
default: false
examples:
- false
type: boolean
app-group: app-group:
default: infra default: infra
examples: examples:
- infra - infra
type: string type: string
domain-name: cluster-admin:
default: your_company.com default: false
examples: examples:
- your_company.com - false
type: string type: boolean
namespaces:
default: []
items:
type: string
type: array
dependencies: dependencies:
- dist: null - dist: null
category: share category: share