2024-08-30 17:47:35 +01:00
|
|
|
{
|
|
|
|
|
pattern: {
|
|
|
|
|
name: "pulsar-manager",
|
|
|
|
|
icon: "🏻🛃",
|
|
|
|
|
title: "Add Pulsar Manager",
|
|
|
|
|
description: "Adds Pulsar Manager which provides a web interface to manage Pulsar. Pulsar Manager is a large container and deployment requiring over 1GB of RAM, so is not deployed by default. This is not a required component, it may be useful to help manage a large operational deployment.",
|
|
|
|
|
requires: ["pulsar"],
|
|
|
|
|
features: ["pulsar-manager"],
|
|
|
|
|
args: [
|
|
|
|
|
{
|
2024-09-01 21:29:29 +01:00
|
|
|
name: "initial-admin-password",
|
|
|
|
|
label: "Password",
|
|
|
|
|
type: "text",
|
|
|
|
|
width: 40,
|
|
|
|
|
description: "Admin password to apply at initialisation",
|
2024-08-30 17:47:35 +01:00
|
|
|
default: "pulsaradmin",
|
|
|
|
|
required: true,
|
2024-09-01 21:29:29 +01:00
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
category: [ "foundation" ],
|
2024-08-30 17:47:35 +01:00
|
|
|
},
|
|
|
|
|
module: "components/pulsar.jsonnet",
|
|
|
|
|
}
|