Skip to content
Snippets Groups Projects
Commit 64b76695 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'remove unused and unattended questions.yaml' (#237) from...

Merge pull request 'remove unused and unattended questions.yaml' (#237) from cleanup-remove-questions-yaml into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/vorgang-manager/pulls/237


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 2615ab7f 80343561
No related branches found
No related tags found
No related merge requests found
File moved
#
# Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
# Ministerpräsidenten des Landes Schleswig-Holstein
# Staatskanzlei
# Abteilung Digitalisierung und zentrales IT-Management der Landesregierung
#
# Lizenziert unter der EUPL, Version 1.2 oder - sobald
# diese von der Europäischen Kommission genehmigt wurden -
# Folgeversionen der EUPL ("Lizenz");
# Sie dürfen dieses Werk ausschließlich gemäß
# dieser Lizenz nutzen.
# Eine Kopie der Lizenz finden Sie hier:
#
# https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
#
# Sofern nicht durch anwendbare Rechtsvorschriften
# gefordert oder in schriftlicher Form vereinbart, wird
# die unter der Lizenz verbreitete Software "so wie sie
# ist", OHNE JEGLICHE GEWÄHRLEISTUNG ODER BEDINGUNGEN -
# ausdrücklich oder stillschweigend - verbreitet.
# Die sprachspezifischen Genehmigungen und Beschränkungen
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
questions:
# --- Container ---
- variable: image.tag
default: latest
type: string
label: The deployed version tag
group: "Container"
- variable: replicaCount
group: "Container"
type: string
default: "2"
label: "Deployment Replica count"
- variable: env.overrideSpringProfiles
group: "Container"
type: string
label: "Override Spring boot profile"
# --- OZGCLOUD ---
- variable: ozgcloud.environment
group: "OZGCLOUD"
label: "Environment"
type: string
required: true
# --- Database ---
- variable: database.useExternal
group: "Datenbank"
label: "Nutze externe Datenbank"
description: "Bei Verwendung einer externen Datenbank muss im Namespace ein Secret mit Connection String angelegt werden."
type: boolean
default: false
show_subquestion_if: false
subquestions:
- variable: replicaCountDatabase
group: "Datenbank"
type: string
default: "3"
label: "Database Replica count"
- variable: database.backup.disabled
required: false
label: "Disable Datenbank Backup"
type: boolean
default: false
show_subquestion_if: false
group: "Datenbank"
subquestions:
- variable: database.backup.nfs.server
type: string
label: Server
required: true
- variable: database.backup.nfs.mount_path
type: string
label: MountPath
required: true
# --- OSI Postfach ---
- variable: ozgcloudProxyApi.apikey
group: "OSI Postfach"
type: string
label: API Key
required: false
- variable: ozgcloudProxyApi.url
group: "OSI Postfach"
type: string
label: URL
required: false
- variable: ozgcloudProxyApi.realm
group: "OSI Postfach"
label: Realm
type: string
required: false
- variable: ozgcloudProxyApi.scheduler.enabled
group: "OSI Postfach"
label: Enable Postfach scheduler
type: boolean
required: true
- variable: ozgcloudProxyApi.scheduler.fixedDelay
group: "OSI Postfach"
label: Fixed Delay
type: int
show_if: ozgcloudProxyApi.scheduler.enabled
- variable: osipostfach.httpproxy.enabled
type: boolean
default: true
label: "Dataport proxy enabled"
group: "OSI Postfach"
show_subquestion_if: true
subquestions:
- variable: osipostfach.httpproxy.host
type: string
label: Host
default: "10.61.16.6"
- variable: osipostfach.httpproxy.port
type: string
label: Port
default: "3128"
- variable: osipostfach.httpproxy.auth.required
type: boolean
label: Authentication Required
default: false
- variable: osipostfach.httpproxy.auth.username
type: string
label: Username
show_if: osipostfach.httpproxy.auth.required
- variable: osipostfach.httpproxy.auth.password
type: string
label: Password
show_if: osipostfach.httpproxy.auth.required
# --- RabbitMQ ---
- variable: rabbitmq.enabled
group: "RabbitMQ"
type: boolean
label: "RabbitMQ enabled"
default: false
# --- Elasticsearch ---
- variable: elasticsearch.enabled
group: "Elasticsearch"
type: boolean
label: "Elasticsearch enabled"
default: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment