TrueChartsClone/charts/stable/jenkins/questions.yaml

177 lines
5.6 KiB
YAML
Raw Normal View History

# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: jenkins
2022-11-28 18:35:15 -05:00
group: App Configuration
label: Jenkins Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: jenkins_java_opts
label: Jenkins Java Opts
description: Add the Jenkins Java Opts parameters, one per entry.
schema:
type: list
default: []
items:
- variable: jenkins_java_opts_entry
label: Jenkins Java Opts Entry
description: Single Jenkins Java Opt per entry.
schema:
type: string
default: ""
required: true
- variable: jenkins_opts
label: Jenkins Opts
description: Add the Jenkins Opts parameters, one per entry.
schema:
type: list
default: []
items:
- variable: jenkins_opts_entry
label: Jenkins Opts Entry
description: Single Jenkins Opt per entry.
schema:
type: string
default: ""
required: true
- variable: java_opts
label: Java Opts
description: Add the JVM parameters, one per entry.
schema:
type: list
default: []
items:
- variable: java_opts_entry
label: Java Opts Entry
description: Single Java Opt per entry.
schema:
type: string
default: ""
required: true
- variable: plugins_force_upgrade
label: Plugins Force Upgrade
description: Set to true to force upgrades of plugins that have been manually upgraded.
schema:
type: boolean
default: false
- variable: upgrade_if_no_marker
label: Upgrade If No Marker
description: Set to true to upgrade existing plugins without marker.
schema:
type: boolean
default: false
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
2022-11-28 18:35:15 -05:00
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
2022-11-28 18:35:15 -05:00
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
2022-11-28 18:35:15 -05:00
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 10280
required: true
- variable: agent
2022-11-28 18:35:15 -05:00
label: Agent Service
description: Agent Service
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: agent
2022-11-28 18:35:15 -05:00
label: Agent Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
2022-11-28 18:35:15 -05:00
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 50000
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: data
2022-11-28 18:35:15 -05:00
label: App Data Storage
description: Stores the Application Data.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
2022-11-28 18:35:15 -05:00
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
feat: hide advanced ingress options behind checbox (#9203) **Description** The `ingressclassname` `entrypoint` and `tls` sections should only be used in very specific usecases. IngressClass: Only when having multiple ingress providers Entrypoint: only when having multiple traefik entrypoints tls: only when not using the clusterissuer setting on ingresslevel or using scale certs which are deprecated. fixes: #9142 **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-05-28 06:32:51 -04:00
# Include{ingressAdvanced}
# Include{ingressList}
2023-03-01 03:30:36 -05:00
# Include{securityContextRoot}
migrate(jenkins): Migrate to new common (#12473) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-17 14:13:19 -04:00
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 1000
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 1000
2023-03-01 03:30:36 -05:00
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
2022-11-28 18:35:15 -05:00
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 1000
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
2023-03-01 03:30:36 -05:00
# Include{netshoot}
# Include{vpn}
# Include{documentation}