This commit is contained in:
2024-02-23 13:48:07 +01:00
parent 08e71d69cd
commit 818a21befc
28 changed files with 948 additions and 896 deletions

View File

@@ -4,58 +4,28 @@ kind: Component
category: apps
metadata:
name: gramo
description: null
description: a kubernetes web-client
options:
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
sub_domain:
default: gramo
examples:
- gramo
type: string
namespaces:
default: []
items:
type: string
type: array
managed:
default: false
examples:
- false
type: boolean
domain:
default: your-company
examples:
- your-company
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
images:
default:
gramo:
pull_policy: IfNotPresent
registry: docker.io
repository: sebt3/gramo
tag: 0.1.3
tag: 0.1.6
examples:
- gramo:
pull_policy: IfNotPresent
registry: docker.io
repository: sebt3/gramo
tag: 0.1.3
tag: 0.1.6
properties:
gramo:
default:
pull_policy: IfNotPresent
registry: docker.io
repository: sebt3/gramo
tag: 0.1.3
tag: 0.1.6
properties:
pull_policy:
default: IfNotPresent
@@ -71,7 +41,7 @@ options:
default: sebt3/gramo
type: string
tag:
default: 0.1.3
default: 0.1.6
type: string
type: object
type: object
@@ -80,16 +50,46 @@ options:
examples:
- your_company.com
type: string
managed:
default: false
examples:
- false
type: boolean
cluster-admin:
default: false
examples:
- false
type: boolean
sub_domain:
default: gramo
examples:
- gramo
type: string
app_group:
default: infra
examples:
- infra
type: string
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
namespaces:
default: []
items:
type: string
type: array
dependencies:
- dist: null
category: share