Files
domain-incoming/apps/okd/index.yaml
2024-05-29 17:16:33 +02:00

107 lines
2.1 KiB
YAML

---
apiVersion: vinyl.solidite.fr/v1beta1
kind: Component
category: apps
metadata:
name: okd
description: The console is a more friendly kubectl in the form of a single page webapp. It also integrates with other services like monitoring, chargeback, and OLM.
options:
app_group:
default: infra
examples:
- infra
type: string
cluster-admin:
default: false
examples:
- false
type: boolean
domain:
default: your-company
examples:
- your-company
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
images:
default:
okd:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.16.0
examples:
- okd:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.16.0
properties:
okd:
default:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.16.0
properties:
pull_policy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: quay.io
type: string
repository:
default: openshift/origin-console
type: string
tag:
default: 4.16.0
type: string
type: object
type: object
ingress_class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
managed:
default: false
examples:
- false
type: boolean
namespaces:
default: []
items:
type: string
type: array
sub_domain:
default: okd
examples:
- okd
type: string
dependencies:
- dist: null
category: core
component: secret-generator
providers:
kubernetes: true
authentik: true
kubectl: true
postgresql: null
mysql: null
restapi: true
http: true
gitea: null
tfaddtype: true