diff --git a/apps/gramo/deploy.tf b/apps/gramo/deploy.tf index 82d1ffc..8832e83 100644 --- a/apps/gramo/deploy.tf +++ b/apps/gramo/deploy.tf @@ -31,7 +31,7 @@ resource "kubectl_manifest" "deploy" { image: "${var.images.gramo.registry}/${var.images.gramo.repository}:${var.images.gramo.tag}" imagePullPolicy: "${var.images.gramo.pullPolicy}" ports: - - containerPort: 9000 + - containerPort: 3000 name: http protocol: TCP livenessProbe: diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index 8556273..eecd44c 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -6,31 +6,36 @@ metadata: name: gramo description: null options: + sub-domain: + default: gramo + examples: + - gramo + type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string + domain: + default: your-company + examples: + - your-company + type: string ingress-class: default: traefik examples: - traefik type: string - cluster-admin: + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + managed: default: false examples: - false type: boolean - namespaces: - default: [] - items: - type: string - type: array - domain: - default: your-company - examples: - - your-company - type: string images: default: gramo: @@ -70,26 +75,21 @@ options: type: string type: object type: object - sub-domain: - default: gramo - examples: - - gramo - type: string - managed: - default: false - examples: - - false - type: boolean app-group: default: infra examples: - infra type: string - domain-name: - default: your_company.com + cluster-admin: + default: false examples: - - your_company.com - type: string + - false + type: boolean + namespaces: + default: [] + items: + type: string + type: array dependencies: - dist: null category: share