repository
stringclasses 528
values | commit
stringlengths 40
40
| commitDate
timestamp[s] | path
stringlengths 11
149
| repoStars
int64 5
94.9k
| repoLastFetched
stringclasses 528
values | content
stringlengths 48
736k
| license
stringclasses 14
values | language
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/RevokableObjects.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/RevokableObjects.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "PEBC.PowerConstraints: Object type PEBC.PowerConstraints\nPEBC.EnergyConstraint: Object type PEBC.EnergyConstraint\nPEBC.Instruction: Object type PEBC.Instruction\nPPBC.PowerProfileDefinition: Object type PPBC.PowerProfileDefinition\nPPBC.ScheduleInstruction: Object type PPBC.ScheduleInstruction\nPPBC.StartInterruptionInstruction: Object type PPBC.StartInterruptionInstruction\nPPBC.EndInterruptionInstruction: Object type PPBC.EndInterruptionInstruction\nOMBC.SystemDescription: Object type OMBC.SystemDescription\nOMBC.Instruction: Object type OMBC.Instruction\nFRBC.SystemDescription: Object type FRBC.SystemDescription\nFRBC.Instruction: Object type FRBC.Instruction\nDDBC.SystemDescription: Object type DDBC.SystemDescription\nDDBC.Instruction: Object type DDBC.Instruction",
"enum": [
"PEBC.PowerConstraints",
"PEBC.EnergyConstraint",
"PEBC.Instruction",
"PPBC.PowerProfileDefinition",
"PPBC.ScheduleInstruction",
"PPBC.StartInterruptionInstruction",
"PPBC.EndInterruptionInstruction",
"OMBC.SystemDescription",
"OMBC.Instruction",
"FRBC.SystemDescription",
"FRBC.Instruction",
"DDBC.SystemDescription",
"DDBC.Instruction"
],
"title": "RevokableObjects"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/DDBC.ActuatorDescription.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/DDBC.ActuatorDescription.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"diagnostic_label": {
"description": "Human readable name/description of the actuator. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this DDBC.ActuatorDescription. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"operation_modes": {
"description": "List of all Operation Modes that are available for this actuator. There shall be at least one DDBC.OperationMode.",
"items": {
"$ref": "../schemas/DDBC.OperationMode.schema.json"
},
"maxItems": 100,
"minItems": 1,
"type": "array"
},
"supported_commodites": {
"description": "Commodities supported by the operation modes of this actuator. There shall be at least one commodity",
"items": {
"$ref": "../schemas/Commodity.schema.json"
},
"maxItems": 4,
"minItems": 1,
"type": "array"
},
"timers": {
"description": "List of Timers associated with Transitions for this Actuator. Can be empty.",
"items": {
"$ref": "../schemas/Timer.schema.json"
},
"maxItems": 1000,
"minItems": 0,
"type": "array"
},
"transitions": {
"description": "List of Transitions between Operation Modes. Shall contain at least one Transition.",
"items": {
"$ref": "../schemas/Transition.schema.json"
},
"maxItems": 1000,
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"supported_commodites",
"operation_modes",
"transitions",
"timers"
],
"title": "DDBC_ActuatorDescription"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/FRBC.FillLevelTargetProfileElement.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/FRBC.FillLevelTargetProfileElement.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"duration": {
"$ref": "../schemas/Duration.schema.json",
"description": "The duration of the element."
},
"fill_level_range": {
"$ref": "../schemas/NumberRange.schema.json",
"description": "The target range in which the fill_level must be for the time period during which the element is active. The start of the range must be smaller or equal to the end of the range. The CEM must take best-effort actions to proactively achieve this target."
}
},
"required": [
"duration",
"fill_level_range"
],
"title": "FRBC_FillLevelTargetProfileElement"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/DDBC.AverageDemandRateForecastElement.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/DDBC.AverageDemandRateForecastElement.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"demand_rate_expected": {
"description": "The most likely value for the demand rate; the expected increase or decrease of the fill_level per second",
"type": "number"
},
"demand_rate_lower_68PPR": {
"description": "The lower limit of the range with a 68\u00a0% probability that the demand rate is within that range",
"type": "number"
},
"demand_rate_lower_95PPR": {
"description": "The lower limit of the range with a 95\u00a0% probability that the demand rate is within that range",
"type": "number"
},
"demand_rate_lower_limit": {
"description": "The lower limit of the range with a 100\u00a0% probability that the demand rate is within that range",
"type": "number"
},
"demand_rate_upper_68PPR": {
"description": "The upper limit of the range with a 68\u00a0% probability that the demand rate is within that range",
"type": "number"
},
"demand_rate_upper_95PPR": {
"description": "The upper limit of the range with a 95\u00a0% probability that the demand rate is within that range",
"type": "number"
},
"demand_rate_upper_limit": {
"description": "The upper limit of the range with a 100\u00a0% probability that the demand rate is within that range",
"type": "number"
},
"duration": {
"$ref": "../schemas/Duration.schema.json",
"description": "Duration of the element"
}
},
"required": [
"duration",
"demand_rate_expected"
],
"title": "DDBC_AverageDemandRateForecastElement"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/FRBC.UsageForecast.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/FRBC.UsageForecast.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"elements": {
"description": "Further elements that model the profile. There shall be at least one element. Elements must be placed in chronological order.",
"items": {
"$ref": "../schemas/FRBC.UsageForecastElement.schema.json"
},
"maxItems": 288,
"minItems": 1,
"type": "array"
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "FRBC.UsageForecast",
"type": "string"
},
"start_time": {
"description": "Time at which the FRBC.UsageForecast starts.",
"format": "date-time",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"start_time",
"elements"
],
"title": "FRBC_UsageForecast"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/messages/RevokeObject.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/RevokeObject.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "RevokeObject",
"type": "string"
},
"object_id": {
"$ref": "../schemas/ID.schema.json",
"description": "The ID of object that needs to be revoked"
},
"object_type": {
"$ref": "../schemas/RevokableObjects.schema.json",
"description": "The type of object that needs to be revoked"
}
},
"required": [
"message_type",
"message_id",
"object_type",
"object_id"
],
"title": "RevokeObject"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/FRBC.ActuatorDescription.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/FRBC.ActuatorDescription.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"diagnostic_label": {
"description": "Human readable name/description for the actuator. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the Actuator. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"operation_modes": {
"description": "Provided FRBC.OperationModes associated with this actuator",
"items": {
"$ref": "../schemas/FRBC.OperationMode.schema.json"
},
"maxItems": 100,
"minItems": 1,
"type": "array"
},
"supported_commodities": {
"description": "List of all supported Commodities.",
"items": {
"$ref": "../schemas/Commodity.schema.json"
},
"maxItems": 4,
"minItems": 1,
"type": "array"
},
"timers": {
"description": "List of Timers associated with this actuator",
"items": {
"$ref": "../schemas/Timer.schema.json"
},
"maxItems": 1000,
"minItems": 0,
"type": "array"
},
"transitions": {
"description": "Possible transitions between FRBC.OperationModes associated with this actuator.",
"items": {
"$ref": "../schemas/Transition.schema.json"
},
"maxItems": 1000,
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"supported_commodities",
"operation_modes",
"transitions",
"timers"
],
"title": "FRBC_ActuatorDescription"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 6c1da161d94dfb424dc761958ca16a0a68f7cf42 | 2023-04-03T13:40:44 | s2-json-schema/schemas/DDBC.ActuatorDescription.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/DDBC.ActuatorDescription.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"diagnostic_label": {
"description": "Human readable name/description of the actuator. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this DDBC.ActuatorDescription. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"operation_modes": {
"description": "List of all Operation Modes that are available for this actuator. There shall be at least one DDBC.OperationMode.",
"items": {
"$ref": "../schemas/DDBC.OperationMode.schema.json"
},
"maxItems": 100,
"minItems": 1,
"type": "array"
},
"supported_commodites": {
"description": "Commodities supported by the operation modes of this actuator. There shall be at least one commodity",
"items": {
"$ref": "../schemas/Commodity.schema.json"
},
"maxItems": 4,
"minItems": 1,
"type": "array"
},
"timers": {
"description": "List of Timers associated with Transitions for this Actuator. Can be empty.",
"items": {
"$ref": "../schemas/Timer.schema.json"
},
"maxItems": 1000,
"minItems": 0,
"type": "array"
},
"transitions": {
"description": "List of Transitions between Operation Modes. Shall contain at least one Transition.",
"items": {
"$ref": "../schemas/Transition.schema.json"
},
"maxItems": 1000,
"minItems": 0,
"type": "array"
}
},
"required": [
"id",
"supported_commodites",
"operation_modes",
"transitions",
"timers"
],
"title": "DDBC_ActuatorDescription"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/HandshakeResponse.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/HandshakeResponse.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "HandshakeResponse",
"type": "string"
},
"selected_protocol_version": {
"description": "The protocol version the CEM selected for this session",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"selected_protocol_version"
],
"title": "HandshakeResponse"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/PowerValue.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/PowerValue.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"commodity_quantity": {
"$ref": "../schemas/CommodityQuantity.schema.json",
"description": "The power quantity the value refers to"
},
"value": {
"description": "Power value expressed in the unit associated with the CommodityQuantity",
"type": "number"
}
},
"required": [
"commodity_quantity",
"value"
],
"title": "PowerValue"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/messages/PPBC.EndInterruptionInstruction.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/PPBC.EndInterruptionInstruction.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"abnormal_condition": {
"description": "Indicates if this is an instruction during an abnormal condition",
"type": "boolean"
},
"execution_time": {
"description": "End time of Interruption of the PPBC.PowerSequence.",
"format": "date-time",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the Instruction. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "PPBC.EndInterruptionInstruction",
"type": "string"
},
"power_profile_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerProfileDefinition of which the PPBC.PowerSequence interruption is being ended by the CEM."
},
"power_sequence_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequence for which the CEM wants to end the interruption."
},
"sequence_container_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequnceContainer of which the PPBC.PowerSequence interruption is being ended by the CEM."
}
},
"required": [
"message_type",
"message_id",
"id",
"power_profile_id",
"sequence_container_id",
"power_sequence_id",
"execution_time",
"abnormal_condition"
],
"title": "PPBC_EndInterruptionInstruction"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/SessionRequestType.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/SessionRequestType.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "RECONNECT: Please reconnect the WebSocket session. Once reconnected, it starts from scratch with a handshake.\nTERMINATE: Disconnect the session (client can try to reconnecting with exponential backoff)",
"enum": [
"RECONNECT",
"TERMINATE"
],
"title": "SessionRequestType"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/PPBC.StartInterruptionInstruction.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/PPBC.StartInterruptionInstruction.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"abnormal_condition": {
"description": "Indicates if this is an instruction during an abnormal condition",
"type": "boolean"
},
"execution_time": {
"description": "Start time of the interruption of the PPBC.PowerSequence.",
"format": "date-time",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the Instruction. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "PPBC.StartInterruptionInstruction",
"type": "string"
},
"power_profile_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerProfileDefinition of which the PPBC.PowerSequence is being interrupted by the CEM."
},
"power_sequence_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequence that the CEM wants to interrupt."
},
"sequence_container_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequnceContainer of which the PPBC.PowerSequence is being interrupted by the CEM."
}
},
"required": [
"message_type",
"message_id",
"id",
"power_profile_id",
"sequence_container_id",
"power_sequence_id",
"execution_time",
"abnormal_condition"
],
"title": "PPBC_StartInterruptionInstruction"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/DDBC.ActuatorStatus.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/DDBC.ActuatorStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"active_operation_mode_id": {
"$ref": "../schemas/ID.schema.json",
"description": "The operation mode that is presently active for this actuator."
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "DDBC.ActuatorStatus",
"type": "string"
},
"operation_mode_factor": {
"description": "The number indicates the factor with which the DDBC.OperationMode is configured. The factor should be greater than or equal to 0 and less or equal to 1.",
"type": "number"
},
"previous_operation_mode_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the DDBC,OperationMode that was active before the present one. This value shall always be provided, unless the active DDBC.OperationMode is the first DDBC.OperationMode the Resource Manager is aware of."
},
"transition_timestamp": {
"description": "Time at which the transition from the previous DDBC.OperationMode to the active DDBC.OperationMode was initiated. This value shall always be provided, unless the active DDBC.OperationMode is the first DDBC.OperationMode the Resource Manager is aware of.",
"format": "date-time",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"active_operation_mode_id",
"operation_mode_factor"
],
"title": "DDBC_ActuatorStatus"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 5ab1232df3cdb0cd619fe97fafaa269323a9d6ac | 2023-03-07T14:10:37 | s2-json-schema/schemas/Timer.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/Timer.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"diagnostic_label": {
"description": "Human readable name/description of the Timer. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"duration": {
"$ref": "../schemas/Duration.schema.json",
"description": "The time it takes for the Timer to finish after it has been started"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the Timer. Must be unique in the scope of the OMBC.SystemDescription, FRBC.ActuatorDescription or DDBC.ActuatorDescription in which it is used."
}
},
"required": [
"id",
"duration"
],
"title": "Timer"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/Transition.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/Transition.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"abnormal_condition_only": {
"description": "Indicates if this Transition may only be used during an abnormal condition (see Clause )",
"type": "boolean"
},
"blocking_timers": {
"description": "List of IDs of Timers that block this Transition from initiating while at least one of these Timers is not yet finished",
"items": {
"$ref": "../schemas/ID.schema.json"
},
"maxItems": 1000,
"minItems": 0,
"type": "array"
},
"from": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the OperationMode (exact type differs per ControlType) that should be switched from."
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the Transition. Must be unique in the scope of the OMBC.SystemDescription, FRBC.ActuatorDescription or DDBC.ActuatorDescription in which it is used."
},
"start_timers": {
"description": "List of IDs of Timers that will be (re)started when this transition is initiated",
"items": {
"$ref": "../schemas/ID.schema.json"
},
"maxItems": 1000,
"minItems": 0,
"type": "array"
},
"to": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the OperationMode (exact type differs per ControlType) that will be switched to."
},
"transition_costs": {
"description": "Absolute costs for going through this Transition in the currency as described in the ResourceManagerDetails.",
"type": "number"
},
"transition_duration": {
"$ref": "../schemas/Duration.schema.json",
"description": "Indicates the time between the initiation of this Transition, and the time at which the device behaves according to the Operation Mode which is defined in the \u2018to\u2019 data element. When no value is provided it is assumed the transition duration is negligible."
}
},
"required": [
"id",
"from",
"to",
"start_timers",
"blocking_timers",
"abnormal_condition_only"
],
"title": "Transition"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/PPBC.PowerSequenceContainerStatus.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/PPBC.PowerSequenceContainerStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"power_profile_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerProfileDefinition of which the data element \u2018sequence_container_id\u2019 refers to. "
},
"progress": {
"$ref": "../schemas/Duration.schema.json",
"description": "Time that has passed since the selected sequence has started. A value must be provided, unless no sequence has been selected or the selected sequence hasn\u2019t started yet."
},
"selected_sequence_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of selected PPBC.PowerSequence. When no ID is given, no sequence was selected yet."
},
"sequence_container_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequenceContainer this PPBC.PowerSequenceContainerStatus provides information about."
},
"status": {
"$ref": "../schemas/PPBC.PowerSequenceStatus.schema.json",
"description": "Status of the selected PPBC.PowerSequence"
}
},
"required": [
"power_profile_id",
"sequence_container_id",
"status"
],
"title": "PPBC_PowerSequenceContainerStatus"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/FRBC.OperationMode.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/FRBC.OperationMode.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"abnormal_condition_only": {
"description": "Indicates if this FRBC.OperationMode may only be used during an abnormal condition",
"type": "boolean"
},
"diagnostic_label": {
"description": "Human readable name/description of the FRBC.OperationMode. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"elements": {
"description": "List of FRBC.OperationModeElements, which describe the properties of this FRBC.OperationMode depending on the fill_level. The fill_level_ranges of the items in the Array must be contiguous.",
"items": {
"$ref": "../schemas/FRBC.OperationModeElement.schema.json"
},
"maxItems": 100,
"minItems": 1,
"type": "array"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the FRBC.OperationMode. Must be unique in the scope of the FRBC.ActuatorDescription in which it is used."
}
},
"required": [
"id",
"elements",
"abnormal_condition_only"
],
"title": "FRBC_OperationMode"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/PEBC.PowerConstraints.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/PEBC.PowerConstraints.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"allowed_limit_ranges": {
"description": "The actual constraints. There shall be at least one PEBC.AllowedLimitRange for the UPPER_LIMIT and at least one AllowedLimitRange for the LOWER_LIMIT. It is allowed to have multiple PEBC.AllowedLimitRange objects with identical CommodityQuantities and LimitTypes.",
"items": {
"$ref": "../schemas/PEBC.AllowedLimitRange.schema.json"
},
"maxItems": 100,
"minItems": 2,
"type": "array"
},
"consequence_type": {
"$ref": "../schemas/PEBC.PowerEnvelopeConsequenceType.schema.json",
"description": "Type of consequence of limiting power"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "Identifier of this PEBC.PowerConstraints. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "PEBC.PowerConstraints",
"type": "string"
},
"valid_from": {
"description": "Moment this PEBC.PowerConstraints start to be valid",
"format": "date-time",
"type": "string"
},
"valid_until": {
"description": "Moment until this PEBC.PowerConstraints is valid. If valid_until is not present, there is no determined end time of this PEBC.PowerConstraints.",
"format": "date-time",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"id",
"valid_from",
"consequence_type",
"allowed_limit_ranges"
],
"title": "PEBC_PowerConstraints"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/PPBC.PowerSequenceContainer.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/PPBC.PowerSequenceContainer.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequenceContainer. Must be unique in the scope of the PPBC.PowerProfileDefinition in which it is used."
},
"power_sequences": {
"description": "List of alternative Sequences where one could be chosen by the CEM",
"items": {
"$ref": "../schemas/PPBC.PowerSequence.schema.json"
},
"maxItems": 288,
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"power_sequences"
],
"title": "PPBC_PowerSequenceContainer"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/messages/DDBC.SystemDescription.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/DDBC.SystemDescription.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"actuators": {
"description": "List of all available actuators in the system. Must contain at least one DDBC.ActuatorAggregated.",
"items": {
"$ref": "../schemas/DDBC.ActuatorDescription.schema.json"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "DDBC.SystemDescription",
"type": "string"
},
"present_demand_rate": {
"$ref": "../schemas/NumberRange.schema.json",
"description": "Present demand rate that needs to be satisfied by the system"
},
"provides_average_demand_rate_forecast": {
"description": "Indicates whether the Resource Manager could provide a demand rate forecast through the DDBC.AverageDemandRateForecast.",
"type": "boolean"
},
"valid_from": {
"description": "Moment this DDBC.SystemDescription starts to be valid. If the system description is immediately valid, the DateTimeStamp should be now or in the past.",
"format": "date-time",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"valid_from",
"actuators",
"present_demand_rate",
"provides_average_demand_rate_forecast"
],
"title": "DDBC_SystemDescription"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/ID.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/ID.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "An identifier exapressed as a UUID",
"pattern": "[a-zA-Z0-9\\-_:]{2,64}",
"type": "string"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b831b6f1f19f824f32269ecd6ac6a6e250e7af80 | 2023-09-21T12:56:11 | s2-json-schema/messages/PPBC.StartInterruptionInstruction.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/PPBC.StartInterruptionInstruction.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"abnormal_condition": {
"description": "Indicates if this is an instruction during an abnormal condition",
"type": "boolean"
},
"execution_time": {
"description": "Indicates the moment the PPBC.PowerSequence shall be interrupted. When the specified execution time is in the past, execution must start as soon as possible.",
"format": "date-time",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the Instruction. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "PPBC.StartInterruptionInstruction",
"type": "string"
},
"power_profile_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerProfileDefinition of which the PPBC.PowerSequence is being interrupted by the CEM."
},
"power_sequence_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequence that the CEM wants to interrupt."
},
"sequence_container_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the PPBC.PowerSequnceContainer of which the PPBC.PowerSequence is being interrupted by the CEM."
}
},
"required": [
"message_type",
"message_id",
"id",
"power_profile_id",
"sequence_container_id",
"power_sequence_id",
"execution_time",
"abnormal_condition"
],
"title": "PPBC_StartInterruptionInstruction"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/NumberRange.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/NumberRange.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"end_of_range": {
"description": "Number that defines the end of the range",
"type": "number"
},
"start_of_range": {
"description": "Number that defines the start of the range",
"type": "number"
}
},
"required": [
"start_of_range",
"end_of_range"
],
"title": "NumberRange"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/FRBC.LeakageBehaviour.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/FRBC.LeakageBehaviour.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"elements": {
"description": "List of elements that model the leakage behaviour of the buffer. The fill_level_ranges of the elements must be contiguous.",
"items": {
"$ref": "../schemas/FRBC.LeakageBehaviourElement.schema.json"
},
"maxItems": 288,
"minItems": 1,
"type": "array"
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "FRBC.LeakageBehaviour",
"type": "string"
},
"valid_from": {
"description": "Moment this FRBC.LeakageBehaviour starts to be valid. If the FRBC.LeakageBehaviour is immediately valid, the DateTimeStamp should be now or in the past.",
"format": "date-time",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"valid_from",
"elements"
],
"title": "FRBC_LeakageBehaviour"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/Commodity.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/Commodity.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "GAS: Identifier for Commodity GAS\nHEAT: Identifier for Commodity HEAT\nELECTRICITY: Identifier for Commodity ELECTRICITY\nOIL: Identifier for Commodity OIL",
"enum": [
"GAS",
"HEAT",
"ELECTRICITY",
"OIL"
],
"title": "Commodity"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/messages/PEBC.EnergyConstraint.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/PEBC.EnergyConstraint.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"commodity_quantity": {
"$ref": "../schemas/CommodityQuantity.schema.json",
"description": "Type of power quantity which applies to upper_average_power and lower_average_power"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "Identifier of this PEBC.EnergyConstraints. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"lower_average_power": {
"description": "Lower average power within the time period given by valid_from and valid_until. If the duration is multiplied with this power value, then the associated lower energy content can be derived. This is the lowest amount of energy the resource will consume during that period of time. ",
"type": "number"
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "PEBC.EnergyConstraint",
"type": "string"
},
"upper_average_power": {
"description": "Upper average power within the time period given by valid_from and valid_until. If the duration is multiplied with this power value, then the associated upper energy content can be derived. This is the highest amount of energy the resource will consume during that period of time.",
"type": "number"
},
"valid_from": {
"description": "Moment this PEBC.EnergyConstraints information starts to be valid",
"format": "date-time",
"type": "string"
},
"valid_until": {
"description": "Moment until this PEBC.EnergyConstraints information is valid.",
"format": "date-time",
"type": "string"
}
},
"required": [
"message_type",
"message_id",
"id",
"valid_from",
"valid_until",
"upper_average_power",
"lower_average_power",
"commodity_quantity"
],
"title": "PEBC_EnergyConstraint"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/PEBC.PowerEnvelope.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/PEBC.PowerEnvelope.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"commodity_quantity": {
"$ref": "../schemas/CommodityQuantity.schema.json",
"description": "Type of power quantity this PEBC.PowerEnvelope applies to"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "Identifier of this PEBC.PowerEnvelope. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"power_envelope_elements": {
"description": "The elements of this PEBC.PowerEnvelope. Shall contain at least one element. Elements must be placed in chronological order.",
"items": {
"$ref": "../schemas/PEBC.PowerEnvelopeElement.schema.json"
},
"maxItems": 288,
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"commodity_quantity",
"power_envelope_elements"
],
"title": "PEBC_PowerEnvelope"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/OMBC.OperationMode.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/OMBC.OperationMode.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"abnormal_condition_only": {
"description": "Indicates if this OMBC.OperationMode may only be used during an abnormal condition.",
"type": "boolean"
},
"diagnostic_label": {
"description": "Human readable name/description of the OMBC.OperationMode. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of the OBMC.OperationMode. Must be unique in the scope of the Resource Manager, for at least the duration of the session between Resource Manager and CEM."
},
"power_ranges": {
"description": "The power produced or consumed by this operation mode. The start of each PowerRange is associated with an operation_mode_factor of 0, the end is associated with an operation_mode_factor of 1. In the array there must be at least one PowerRange, and at most one PowerRange per CommodityQuantity.",
"items": {
"$ref": "../schemas/PowerRange.schema.json"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
},
"running_costs": {
"$ref": "../schemas/NumberRange.schema.json",
"description": "Additional costs per second (e.g. wear, services) associated with this operation mode in the currency defined by the ResourceManagerDetails , excluding the commodity cost. The range is expressing uncertainty and is not linked to the operation_mode_factor."
}
},
"required": [
"id",
"power_ranges",
"abnormal_condition_only"
],
"title": "OMBC_OperationMode"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/messages/PPBC.PowerProfileStatus.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/PPBC.PowerProfileStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "PPBC.PowerProfileStatus",
"type": "string"
},
"sequence_container_status": {
"description": "Array with status information for all PPBC.PowerSequenceContainers in the PPBC.PowerProfileDefinition.",
"items": {
"$ref": "../schemas/PPBC.PowerSequenceContainerStatus.schema.json"
},
"maxItems": 1000,
"minItems": 1,
"type": "array"
}
},
"required": [
"message_type",
"message_id",
"sequence_container_status"
],
"title": "PPBC_PowerProfileStatus"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/PowerForecastValue.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/PowerForecastValue.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"commodity_quantity": {
"$ref": "../schemas/CommodityQuantity.schema.json",
"description": "The power quantity the value refers to"
},
"value_expected": {
"description": "The expected power value.",
"type": "number"
},
"value_lower_68PPR": {
"description": "The lower boundary of the range with 68\u00a0% certainty the power value is in it",
"type": "number"
},
"value_lower_95PPR": {
"description": "The lower boundary of the range with 95\u00a0% certainty the power value is in it",
"type": "number"
},
"value_lower_limit": {
"description": "The lower boundary of the range with 100\u00a0% certainty the power value is in it",
"type": "number"
},
"value_upper_68PPR": {
"description": "The upper boundary of the range with 68\u00a0% certainty the power value is in it",
"type": "number"
},
"value_upper_95PPR": {
"description": "The upper boundary of the range with 95\u00a0% certainty the power value is in it",
"type": "number"
},
"value_upper_limit": {
"description": "The upper boundary of the range with 100\u00a0% certainty the power value is in it",
"type": "number"
}
},
"required": [
"value_expected",
"commodity_quantity"
],
"title": "PowerForecastValue"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/messages/ReceptionStatus.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/ReceptionStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"diagnostic_label": {
"description": "Diagnostic label that can be used to provide additional information for debugging. However, not for HMI purposes.",
"type": "string"
},
"message_type": {
"const": "ReceptionStatus",
"type": "string"
},
"status": {
"$ref": "../schemas/ReceptionStatusValues.schema.json",
"description": "Enumeration of status values"
},
"subject_message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "The message this ReceptionStatus refers to"
}
},
"required": [
"message_type",
"subject_message_id",
"status"
],
"title": "ReceptionStatus"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 6c1da161d94dfb424dc761958ca16a0a68f7cf42 | 2023-04-03T13:40:44 | s2-json-schema/messages/FRBC.TimerStatus.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/messages/FRBC.TimerStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"actuator_id": {
"$ref": "../schemas/ID.schema.json",
"description": "The ID of the actuator the timer belongs to"
},
"finished_at": {
"description": "Indicates when the Timer will be finished. If the DateTimeStamp is in the future, the timer is not yet finished. If the DateTimeStamp is in the past, the timer is finished. If the timer was never started, the value can be an arbitrary DateTimeStamp in the past.",
"format": "date-time",
"type": "string"
},
"message_id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this message"
},
"message_type": {
"const": "FRBC.TimerStatus",
"type": "string"
},
"timer_id": {
"$ref": "../schemas/ID.schema.json",
"description": "The ID of the timer this message refers to"
}
},
"required": [
"message_type",
"message_id",
"timer_id",
"actuator_id",
"finished_at"
],
"title": "FRBC_TimerStatus"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | b41a8ced359056a53175ca84d0b7696b368e3afd | 2022-10-13T08:29:57 | s2-json-schema/schemas/DDBC.OperationMode.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/DDBC.OperationMode.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"Id": {
"$ref": "../schemas/ID.schema.json",
"description": "ID of this operation mode. Must be unique in the scope of the DDBC.ActuatorDescription in which it is used."
},
"abnormal_condition_only": {
"description": "Indicates if this DDBC.OperationMode may only be used during an abnormal condition.",
"type": "boolean"
},
"diagnostic_label": {
"description": "Human readable name/description of the DDBC.OperationMode. This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"power_ranges": {
"description": "The power produced or consumed by this operation mode. The start of each PowerRange is associated with an operation_mode_factor of 0, the end is associated with an operation_mode_factor of 1. In the array there must be at least one PowerRange, and at most one PowerRange per CommodityQuantity.",
"items": {
"$ref": "../schemas/PowerRange.schema.json"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
},
"running_costs": {
"$ref": "../schemas/NumberRange.schema.json",
"description": "Additional costs per second (e.g. wear, services) associated with this operation mode in the currency defined by the ResourceManagerDetails, excluding the commodity cost. The range is expressing uncertainty and is not linked to the operation_mode_factor."
},
"supply_range": {
"$ref": "../schemas/NumberRange.schema.json",
"description": "The supply rate this DDBC.OperationMode can deliver for the CEM to match the demand rate. The start of the NumberRange is associated with an operation_mode_factor of 0, the end is associated with an operation_mode_factor of 1."
}
},
"required": [
"Id",
"power_ranges",
"supply_range",
"abnormal_condition_only"
],
"title": "DDBC_OperationMode"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/FRBC.StorageDescription.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/FRBC.StorageDescription.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"diagnostic_label": {
"description": "Human readable name/description of the storage (e.g. hot water buffer or battery). This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"fill_level_label": {
"description": "Human readable description of the (physical) units associated with the fill_level (e.g. degrees Celsius or percentage state of charge). This element is only intended for diagnostic purposes and not for HMI applications.",
"type": "string"
},
"fill_level_range": {
"$ref": "../schemas/NumberRange.schema.json",
"description": "The range in which the fill_level should remain. It is expected of the CEM to keep the fill_level within this range. When the fill_level is not within this range, the Resource Manager can ignore instructions from the CEM (except during abnormal conditions). "
},
"provides_fill_level_target_profile": {
"description": "Indicates whether the Storage could provide a target profile for the fill level through the FRBC.FillLevelTargetProfile.",
"type": "boolean"
},
"provides_leakage_behaviour": {
"description": "Indicates whether the Storage could provide details of power leakage behaviour through the FRBC.LeakageBehaviour.",
"type": "boolean"
},
"provides_usage_forecast": {
"description": "Indicates whether the Storage could provide a UsageForecast through the FRBC.UsageForecast.",
"type": "boolean"
}
},
"required": [
"provides_leakage_behaviour",
"provides_fill_level_target_profile",
"provides_usage_forecast",
"fill_level_range"
],
"title": "FRBC_StorageDescription"
} | Apache-2.0 | en |
flexiblepower/s2-ws-json | 116f0c987110733bd7d35e95715cc53916958c53 | 2022-10-10T10:14:42 | s2-json-schema/schemas/PPBC.PowerSequenceStatus.schema.json | 13 | 2024-05-27T07:07:30.948369Z | {
"$id": "https://raw.githubusercontent.com/flexiblepower/s2-ws-json/main/s2-json-schema/schemas/PPBC.PowerSequenceStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "NOT_SCHEDULED: No PPBC.PowerSequence within the PPBC.PowerSequenceContainer is scheduled\nSCHEDULED: The selected PPBC.PowerSequence is scheduled to be executed in the future\nEXECUTING: The selected PPBC.PowerSequence is currently being executed\nINTERRUPTED: The selected PPBC.PowerSequence is being executed, but is currently interrupted and will continue afterwards\nFINISHED: The selected PPBC.PowerSequence was executed and finished successfully\nABORTED: The selected PPBC.PowerSequence was aborted by the device and will not continue",
"enum": [
"NOT_SCHEDULED",
"SCHEDULED",
"EXECUTING",
"INTERRUPTED",
"FINISHED",
"ABORTED"
],
"title": "PPBC_PowerSequenceStatus"
} | Apache-2.0 | en |
linkdd/letlang | 0cdc328d722a4029c5bcee0426e10b07c1b22a77 | 2024-02-03T18:56:09 | www/static/schemas/bmi.json | 157 | 2024-05-28T06:07:17.79873Z | {
"$defs": {
"interface": {
"properties": {
"module": {
"$ref": "#/$defs/module-path"
},
"symbols": {
"items": {
"$ref": "#/$defs/symbol"
},
"type": "array"
}
},
"required": [
"module",
"symbols"
],
"type": "object"
},
"module-path": {
"minLength": 1,
"type": "string"
},
"symbol": {
"oneOf": [
{
"$ref": "#/$defs/symbol-class"
},
{
"$ref": "#/$defs/symbol-function"
},
{
"$ref": "#/$defs/symbol-effect"
}
]
},
"symbol-class": {
"properties": {
"kind": {
"enum": [
"class"
],
"type": "string"
},
"name": {
"minLength": 1,
"type": "string"
},
"type-arity": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"kind",
"name",
"type-arity"
],
"type": "object"
},
"symbol-effect": {
"properties": {
"call-arity": {
"minimum": 0,
"type": "integer"
},
"kind": {
"enum": [
"effect"
],
"type": "string"
},
"name": {
"minLength": 1,
"type": "string"
},
"type-arity": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"kind",
"name",
"type-arity",
"call-arity"
],
"type": "object"
},
"symbol-function": {
"properties": {
"call-arity": {
"minimum": 0,
"type": "integer"
},
"kind": {
"enum": [
"function"
],
"type": "string"
},
"name": {
"minLength": 1,
"type": "string"
},
"type-arity": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"kind",
"name",
"type-arity",
"call-arity"
],
"type": "object"
}
},
"$id": "https://letlang.dev/schemas/bmi.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/interface"
}
]
} | MIT | en |
KhronosGroup/VK-GL-CTS | 1cb34e95e29346ffa71f89297ad3048e9b4e0cd9 | 2022-04-07T20:53:14 | external/vulkancts/scripts/src/extensions/schema.json | 497 | 2024-05-28T05:21:46.262092Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"mandatory_features": {
"additionalProperties": false,
"description": "When this section is present it specifies mandatory features for extension or vulkan version.",
"patternProperties": {
"^VkPhysicalDevice[1-9A-Za-z]*Features(EXT|KHR|VALVE)?$": {
"description": "List of mandatory features in given feature structure.",
"items": {
"additionalProperties": false,
"properties": {
"features": {
"description": "List of structure attributes - at least one of them must be supported when requirements are meat.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"features",
"requirements"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"additionalProperties": {
"type": "string"
}
},
"type": "object"
},
"register_extension": {
"additionalProperties": false,
"description": "When this section is present extension is registered to the list of allowed KHR extensions.",
"properties": {
"core": {
"description": "This property specifies vulkan version to which this extension was promoted. Empty string is also accepted.",
"pattern": "^$|^[1-9]\\.[0-9]\\.[0-9]$",
"type": "string"
},
"type": {
"description": "This property specifies if this is device or instance extension.",
"enum": [
"device",
"instance"
],
"type": "string"
}
},
"required": [
"type",
"core"
],
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
KhronosGroup/VK-GL-CTS | ba8956706eedd141fdf5731ec3d49b9f0151d176 | 2022-04-14T17:43:02 | external/vulkancts/scripts/src/extensions/schema.json | 497 | 2024-05-28T05:21:46.262092Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"mandatory_features": {
"additionalProperties": false,
"description": "When this section is present it specifies mandatory features for extension or vulkan version.",
"patternProperties": {
"^VkPhysicalDevice[1-9A-Za-z]*Features(EXT|KHR|VALVE)?$": {
"description": "List of mandatory features in given feature structure.",
"items": {
"additionalProperties": false,
"properties": {
"features": {
"description": "List of structure attributes - at least one of them must be supported when requirements are meat.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"features",
"requirements"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"additionalProperties": {
"type": "string"
}
},
"type": "object"
},
"register_extension": {
"additionalProperties": false,
"description": "This section must be present for all KHR extensions, for all extensions that were promoted to the core and for all extensions for which aliases should be populated.",
"properties": {
"core": {
"description": "This property specifies vulkan version to which this extension was fully promoted. Empty string is also accepted and must be used for partialy promoted extensions.",
"pattern": "^$|^[1-9]\\.[0-9]\\.[0-9]$",
"type": "string"
},
"type": {
"description": "This property specifies if this is device or instance extension.",
"enum": [
"device",
"instance"
],
"type": "string"
}
},
"required": [
"type",
"core"
],
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
KhronosGroup/VK-GL-CTS | e39a16fd44a6cfb4eb09aa3edf35cf7350cac9d6 | 2022-05-13T20:18:30 | external/vulkancts/scripts/src/extensions/schema.json | 497 | 2024-05-28T05:21:46.262092Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"mandatory_features": {
"additionalProperties": false,
"description": "When this section is present it specifies mandatory features for extension or vulkan version.",
"patternProperties": {
"^VkPhysicalDevice[1-9A-Za-z]*Features(EXT|KHR|VALVE)?$": {
"description": "List of mandatory features in given feature structure.",
"items": {
"additionalProperties": false,
"properties": {
"features": {
"description": "List of structure attributes - at least one of them must be supported when requirements are meat.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"mandatory_variant": {
"description": "When this section is present it specifies mandatory features variant.",
"items": {
"enum": [
"vulkan",
"vulkansc"
],
"type": "string"
},
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"features",
"requirements"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"additionalProperties": {
"type": "string"
}
},
"type": "object"
},
"register_extension": {
"additionalProperties": false,
"description": "This section must be present for all KHR extensions, for all extensions that were promoted to the core and for all extensions for which aliases should be populated.",
"properties": {
"core": {
"description": "This property specifies vulkan version to which this extension was fully promoted. Empty string is also accepted and must be used for partialy promoted extensions.",
"pattern": "^$|^[1-9]\\.[0-9]\\.[0-9]\\.[0-9]$",
"type": "string"
},
"type": {
"description": "This property specifies if this is device or instance extension.",
"enum": [
"device",
"instance"
],
"type": "string"
}
},
"required": [
"type",
"core"
],
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
KhronosGroup/VK-GL-CTS | 5bfb35eeb894848cd1e280f21eec0d0c41ea00d9 | 2023-04-14T11:25:50 | external/vulkancts/scripts/src/extensions/schema.json | 497 | 2024-05-28T05:21:46.262092Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"mandatory_extensions": {
"description": "When this section is present it specifies mandatory extensions for the given features",
"items": {
"additionalProperties": false,
"properties": {
"extension": {
"type": "string"
},
"mandatory_variant": {
"description": "When this section is present it specifies mandatory features variant.",
"items": {
"enum": [
"vulkan",
"vulkansc"
],
"type": "string"
},
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"mandatory_features": {
"additionalProperties": false,
"description": "When this section is present it specifies mandatory features for extension or vulkan version.",
"patternProperties": {
"^VkPhysicalDevice[1-9A-Za-z]*Features(EXT|KHR|VALVE)?$": {
"description": "List of mandatory features in given feature structure.",
"items": {
"additionalProperties": false,
"properties": {
"features": {
"description": "List of structure attributes - at least one of them must be supported when requirements are meat.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"mandatory_variant": {
"description": "When this section is present it specifies mandatory features variant.",
"items": {
"enum": [
"vulkan",
"vulkansc"
],
"type": "string"
},
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"features",
"requirements"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"additionalProperties": {
"type": "string"
}
},
"type": "object"
},
"register_extension": {
"additionalProperties": false,
"description": "This section must be present for all KHR extensions, for all extensions that were promoted to the core and for all extensions for which aliases should be populated.",
"properties": {
"core": {
"description": "This property specifies vulkan version to which this extension was fully promoted. Empty string is also accepted and must be used for partialy promoted extensions.",
"pattern": "^$|^[1-9]\\.[0-9]\\.[0-9]\\.[0-9]$",
"type": "string"
},
"type": {
"description": "This property specifies if this is device or instance extension.",
"enum": [
"device",
"instance"
],
"type": "string"
}
},
"required": [
"type",
"core"
],
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
KhronosGroup/VK-GL-CTS | 1a09796462f70cfe2a6117f9bc6af6e3ef74e6ff | 2024-05-17T16:22:45 | external/vulkancts/scripts/src/extensions/schema.json | 497 | 2024-05-28T05:21:46.262092Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"mandatory_extensions": {
"description": "When this section is present it specifies mandatory extensions for the given features",
"items": {
"additionalProperties": false,
"properties": {
"extension": {
"type": "string"
},
"mandatory_variant": {
"description": "When this section is present it specifies mandatory features variant.",
"items": {
"enum": [
"vulkan",
"vulkansc"
],
"type": "string"
},
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"mandatory_features": {
"additionalProperties": false,
"description": "When this section is present it specifies mandatory features for extension or vulkan version.",
"patternProperties": {
"^VkPhysicalDevice[1-9A-Za-z]*Features(EXT|KHR|VALVE)?$": {
"description": "List of mandatory features in given feature structure.",
"items": {
"additionalProperties": false,
"properties": {
"features": {
"description": "List of structure attributes - at least one of them must be supported when requirements are meat.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"mandatory_variant": {
"description": "When this section is present it specifies mandatory features variant.",
"items": {
"enum": [
"vulkan",
"vulkansc"
],
"type": "string"
},
"type": "array"
},
"requirements": {
"description": "List of requirements (other features, extensions, vulkan version). This list can be empty.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"features",
"requirements"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"additionalProperties": {
"type": "string"
}
},
"type": "object"
},
"register_extension": {
"additionalProperties": false,
"description": "This section must be present for all KHR extensions, for all extensions that were promoted to the core and for all extensions for which aliases should be populated.",
"properties": {
"core": {
"description": "This property specifies vulkan version to which this extension was fully promoted. Empty string is also accepted and must be used for partialy promoted extensions.",
"pattern": "^$|^[1-9]\\.[0-9]\\.[0-9]\\.[0-9]$",
"type": "string"
},
"type": {
"description": "This property specifies if this is device or instance extension.",
"enum": [
"device",
"instance"
],
"type": "string"
}
},
"required": [
"type",
"core"
],
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
apecloud/kubeblocks-addons | 18b3e407254bb4ce28bafacf03730e0a4bdb5123 | 2023-12-20T09:27:51 | addons/apecloud-mysql/values.schema.json | 22 | 2024-05-27T10:11:09.391324Z | {
"$schema": "https://json-schema.org/schema#",
"properties": {
"auth": {
"default": {
"createDatabase": true,
"database": "mydb",
"password": "u1",
"replicationPassword": "",
"replicationUser": "replicator",
"rootHost": "%",
"username": "u1"
},
"description": "MySQL Authentication parameters.",
"properties": {
"createDatabase": {
"default": true,
"description": "Whether to create the .Values.auth.database or not.",
"title": "CreateDatabase",
"type": "boolean"
},
"database": {
"default": "mydb",
"description": "Name for a custom database to create.",
"title": "Database",
"type": "string"
},
"password": {
"default": "u1",
"description": "Password for the user.",
"title": "Password",
"type": "string"
},
"replicationPassword": {
"default": "",
"description": "MySQL replication user password. Ignored if existing secret is provided.",
"title": "ReplicationPassword",
"type": "string"
},
"replicationUser": {
"default": "replicator",
"description": "MySQL replication user.",
"title": "ReplicationUser",
"type": "string"
},
"rootHost": {
"default": "%",
"description": "MYSQL_ROOT_HOST.",
"title": "RootHost",
"type": "string"
},
"username": {
"default": "u1",
"description": "Name for a custom user to create.",
"title": "Username",
"type": "string"
}
},
"title": "Auth",
"type": "object"
},
"backupTool": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-xtrabackup",
"tag": "8.0"
}
},
"description": "Configs for backup tool container of MySQL",
"properties": {
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-xtrabackup",
"tag": "8.0"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-xtrabackup",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "8.0",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
}
},
"title": "BackupTool",
"type": "object"
},
"cluster": {
"default": {
"clusterId": "1",
"clusterStartIndex": "1",
"customConfig": null,
"dynamicConfig": null,
"kbWeSQLImage": "1",
"replicaSetCount": 3,
"templateConfig": null
},
"description": "MySQL Cluster parameters.",
"properties": {
"clusterId": {
"default": "1",
"description": "CLUSTER_ID",
"title": "ClusterId",
"type": "string"
},
"clusterStartIndex": {
"default": "1",
"description": "CLUSTER_START_INDEX",
"title": "ClusterStartIndex",
"type": "string"
},
"customConfig": {
"default": null,
"description": "MYSQL_CUSTOM_CONFIG.",
"title": "CustomConfig",
"type": [
"string",
"null"
]
},
"dynamicConfig": {
"default": null,
"description": "MYSQL_DYNAMIC_CONFIG.",
"title": "DynamicConfig",
"type": [
"string",
"null"
]
},
"kbWeSQLImage": {
"default": "1",
"description": "KB_EMBEDDED_WESQL.",
"title": "KbWeSQLImage",
"type": "string"
},
"replicaSetCount": {
"default": 3,
"description": "cluster.replicaSetCount.",
"title": "ReplicaSetCount",
"type": "integer"
},
"templateConfig": {
"default": null,
"description": "MYSQL_TEMPLATE_CONFIG.",
"title": "TemplateConfig",
"type": [
"string",
"null"
]
}
},
"title": "Cluster",
"type": "object"
},
"clusterVersionOverride": {
"default": "",
"description": "Override cluster version in the metadata name of the ClusterVersion.",
"title": "ClusterVersionOverride",
"type": "string"
},
"fullnameOverride": {
"default": "",
"description": "Override fullname for fully qualified app name.",
"title": "FullnameOverride",
"type": "string"
},
"image": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-server",
"tag": "8.0.30-5.beta2.20230830.g4ca1eb8.13"
}
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-mysql-server",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "8.0.30-5.beta2.20230830.g4ca1eb8.13",
"description": "Overrides the image tag whose default is the chart appVersion.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
},
"logCollector": {
"default": {
"enabled": false
},
"description": "LogCollector config for MySQL",
"properties": {
"enabled": {
"default": false,
"description": "Whether to enable log collector or not.",
"title": "Enabled",
"type": "boolean"
}
},
"title": "LogCollector",
"type": "object"
},
"logConfigs": {
"default": {
"error": "/data/mysql/log/mysqld-error.log",
"general": "/data/mysql/log/mysqld.log",
"slow": "/data/mysql/log/mysqld-slowquery.log"
},
"description": "Log path configs for MySQL.",
"properties": {
"error": {
"default": "/data/mysql/log/mysqld-error.log",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"general": {
"default": "/data/mysql/log/mysqld.log",
"description": "Absolute path for the general log.",
"title": "General",
"type": "string"
},
"slow": {
"default": "/data/mysql/log/mysqld-slowquery.log",
"description": "Absolute path for the slow log.",
"title": "Slow",
"type": "string"
}
},
"title": "LogConfigs",
"type": "object"
},
"metrics": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/agamotto",
"tag": "0.1.2-beta.1"
},
"service": {
"port": 9104
}
},
"description": "Configs for metrics container of MySQL",
"properties": {
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/agamotto",
"tag": "0.1.2-beta.1"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/agamotto",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "0.1.2-beta.1",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
},
"service": {
"default": {
"port": 9104
},
"description": "Service configs for the metrics.",
"properties": {
"port": {
"default": 9104,
"description": "Port for the metrics.",
"title": "Port",
"type": "integer"
}
},
"title": "Service",
"type": "object"
}
},
"title": "Metrics",
"type": "object"
},
"mysqlConfigs": {
"default": {
"dataDir": "/data/mysql/data",
"dataMountPath": "/data/mysql",
"logBin": "/data/mysql/binlog/mysql-bin"
},
"description": "Data path configs for MySQL.",
"properties": {
"dataDir": {
"default": "/data/mysql/data",
"description": "Absolute path of the MySQL data.",
"title": "DataDir",
"type": "string"
},
"dataMountPath": {
"default": "/data/mysql",
"description": "MySQL data path to mount.",
"title": "DataMountPath",
"type": "string"
},
"logBin": {
"default": "/data/mysql/binlog/mysql-bin",
"description": "Absolute path for the MySQL binlog.",
"title": "LogBin",
"type": "string"
}
},
"title": "MysqlConfigs",
"type": "object"
},
"nameOverride": {
"default": "",
"description": "Override name for K8s object metadata name.",
"title": "NameOverride",
"type": "string"
},
"roleProbe": {
"default": {
"failureThreshold": 2,
"periodSeconds": 1,
"timeoutSeconds": 1
},
"description": "Probe config for MySQL",
"properties": {
"failureThreshold": {
"default": 2,
"description": "Number of times to retry before marking this probe as failed.",
"title": "FailureThreshold",
"type": "integer"
},
"periodSeconds": {
"default": 1,
"description": "How often (in seconds) to perform the probe.",
"title": "PeriodSeconds",
"type": "integer"
},
"timeoutSeconds": {
"default": 1,
"description": "Number of seconds after which the probe times out.",
"title": "TimeoutSeconds",
"type": "integer"
}
},
"title": "RoleProbe",
"type": "object"
},
"vtconsensusLogConfigs": {
"default": {
"error": "/vtdataroot/vtconsensus/vtconsensus.ERROR",
"info": "/vtdataroot/vtconsensus/vtconsensus.INFO",
"warning": "/vtdataroot/vtconsensus/vtconsensus.WARNING"
},
"description": "Log path configs for vtconsensus",
"properties": {
"error": {
"default": "/vtdataroot/vtconsensus/vtconsensus.ERROR",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"info": {
"default": "/vtdataroot/vtconsensus/vtconsensus.INFO",
"description": "Absolute path for the info log.",
"title": "Info",
"type": "string"
},
"warning": {
"default": "/vtdataroot/vtconsensus/vtconsensus.WARNING",
"description": "Absolute path for the warning log.",
"title": "Warning",
"type": "string"
}
},
"title": "VtconsensusLogConfigs",
"type": "object"
},
"vtgateLogConfigs": {
"default": {
"error": "/vtdataroot/vtgate.ERROR",
"info": "/vtdataroot/vtgate.INFO",
"queryLog": "/vtdataroot/vtgate_querylog.txt",
"warning": "/vtdataroot/vtgate.WARNING"
},
"description": "Log path configs for vtgate",
"properties": {
"error": {
"default": "/vtdataroot/vtgate.ERROR",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"info": {
"default": "/vtdataroot/vtgate.INFO",
"description": "Absolute path for the info log.",
"title": "Info",
"type": "string"
},
"queryLog": {
"default": "/vtdataroot/vtgate_querylog.txt",
"description": "Absolute path for the query log.",
"title": "QueryLog",
"type": "string"
},
"warning": {
"default": "/vtdataroot/vtgate.WARNING",
"description": "Absolute path for the warning log.",
"title": "Warning",
"type": "string"
}
},
"title": "VtgateLogConfigs",
"type": "object"
},
"wesqlscale": {
"default": {
"cell": "zone1",
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-scale",
"tag": "0.1.1"
}
},
"description": "Configs for wesqlscale container of MySQL",
"properties": {
"cell": {
"default": "zone1",
"description": "Cell.",
"title": "Cell",
"type": "string"
},
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-scale",
"tag": "0.1.1"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-mysql-scale",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "0.1.1",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
}
},
"title": "Wesqlscale",
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
apecloud/kubeblocks-addons | 66f3ad3aee0ddfe6f58397f503b4e38bc894aad5 | 2023-11-13T04:58:43 | addons/apecloud-mysql/values.schema.json | 22 | 2024-05-27T10:11:09.391324Z | {
"$schema": "https://json-schema.org/schema#",
"properties": {
"auth": {
"default": {
"createDatabase": true,
"database": "mydb",
"password": "u1",
"replicationPassword": "",
"replicationUser": "replicator",
"rootHost": "%",
"username": "u1"
},
"description": "MySQL Authentication parameters.",
"properties": {
"createDatabase": {
"default": true,
"description": "Whether to create the .Values.auth.database or not.",
"title": "CreateDatabase",
"type": "boolean"
},
"database": {
"default": "mydb",
"description": "Name for a custom database to create.",
"title": "Database",
"type": "string"
},
"password": {
"default": "u1",
"description": "Password for the user.",
"title": "Password",
"type": "string"
},
"replicationPassword": {
"default": "",
"description": "MySQL replication user password. Ignored if existing secret is provided.",
"title": "ReplicationPassword",
"type": "string"
},
"replicationUser": {
"default": "replicator",
"description": "MySQL replication user.",
"title": "ReplicationUser",
"type": "string"
},
"rootHost": {
"default": "%",
"description": "MYSQL_ROOT_HOST.",
"title": "RootHost",
"type": "string"
},
"username": {
"default": "u1",
"description": "Name for a custom user to create.",
"title": "Username",
"type": "string"
}
},
"title": "Auth",
"type": "object"
},
"backupTool": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-xtrabackup",
"tag": "latest"
}
},
"description": "Configs for backup tool container of MySQL",
"properties": {
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-xtrabackup",
"tag": "latest"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-xtrabackup",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "latest",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
}
},
"title": "BackupTool",
"type": "object"
},
"cluster": {
"default": {
"clusterId": "1",
"clusterStartIndex": "1",
"customConfig": null,
"dynamicConfig": null,
"kbWeSQLImage": "1",
"replicaSetCount": 3,
"templateConfig": null
},
"description": "MySQL Cluster parameters.",
"properties": {
"clusterId": {
"default": "1",
"description": "CLUSTER_ID",
"title": "ClusterId",
"type": "string"
},
"clusterStartIndex": {
"default": "1",
"description": "CLUSTER_START_INDEX",
"title": "ClusterStartIndex",
"type": "string"
},
"customConfig": {
"default": null,
"description": "MYSQL_CUSTOM_CONFIG.",
"title": "CustomConfig",
"type": [
"string",
"null"
]
},
"dynamicConfig": {
"default": null,
"description": "MYSQL_DYNAMIC_CONFIG.",
"title": "DynamicConfig",
"type": [
"string",
"null"
]
},
"kbWeSQLImage": {
"default": "1",
"description": "KB_EMBEDDED_WESQL.",
"title": "KbWeSQLImage",
"type": "string"
},
"replicaSetCount": {
"default": 3,
"description": "cluster.replicaSetCount.",
"title": "ReplicaSetCount",
"type": "integer"
},
"templateConfig": {
"default": null,
"description": "MYSQL_TEMPLATE_CONFIG.",
"title": "TemplateConfig",
"type": [
"string",
"null"
]
}
},
"title": "Cluster",
"type": "object"
},
"clusterVersionOverride": {
"default": "",
"description": "Override cluster version in the metadata name of the ClusterVersion.",
"title": "ClusterVersionOverride",
"type": "string"
},
"fullnameOverride": {
"default": "",
"description": "Override fullname for fully qualified app name.",
"title": "FullnameOverride",
"type": "string"
},
"image": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-server",
"tag": "8.0.30-5.beta2.20230830.g4ca1eb8.13"
}
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-mysql-server",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "8.0.30-5.beta2.20230830.g4ca1eb8.13",
"description": "Overrides the image tag whose default is the chart appVersion.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
},
"logCollector": {
"default": {
"enabled": false
},
"description": "LogCollector config for MySQL",
"properties": {
"enabled": {
"default": false,
"description": "Whether to enable log collector or not.",
"title": "Enabled",
"type": "boolean"
}
},
"title": "LogCollector",
"type": "object"
},
"logConfigs": {
"default": {
"error": "/data/mysql/log/mysqld-error.log",
"general": "/data/mysql/log/mysqld.log",
"slow": "/data/mysql/log/mysqld-slowquery.log"
},
"description": "Log path configs for MySQL.",
"properties": {
"error": {
"default": "/data/mysql/log/mysqld-error.log",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"general": {
"default": "/data/mysql/log/mysqld.log",
"description": "Absolute path for the general log.",
"title": "General",
"type": "string"
},
"slow": {
"default": "/data/mysql/log/mysqld-slowquery.log",
"description": "Absolute path for the slow log.",
"title": "Slow",
"type": "string"
}
},
"title": "LogConfigs",
"type": "object"
},
"metrics": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/agamotto",
"tag": "0.1.2-beta.1"
},
"service": {
"port": 9104
}
},
"description": "Configs for metrics container of MySQL",
"properties": {
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/agamotto",
"tag": "0.1.2-beta.1"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/agamotto",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "0.1.2-beta.1",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
},
"service": {
"default": {
"port": 9104
},
"description": "Service configs for the metrics.",
"properties": {
"port": {
"default": 9104,
"description": "Port for the metrics.",
"title": "Port",
"type": "integer"
}
},
"title": "Service",
"type": "object"
}
},
"title": "Metrics",
"type": "object"
},
"mysqlConfigs": {
"default": {
"dataDir": "/data/mysql/data",
"dataMountPath": "/data/mysql",
"logBin": "/data/mysql/binlog/mysql-bin"
},
"description": "Data path configs for MySQL.",
"properties": {
"dataDir": {
"default": "/data/mysql/data",
"description": "Absolute path of the MySQL data.",
"title": "DataDir",
"type": "string"
},
"dataMountPath": {
"default": "/data/mysql",
"description": "MySQL data path to mount.",
"title": "DataMountPath",
"type": "string"
},
"logBin": {
"default": "/data/mysql/binlog/mysql-bin",
"description": "Absolute path for the MySQL binlog.",
"title": "LogBin",
"type": "string"
}
},
"title": "MysqlConfigs",
"type": "object"
},
"nameOverride": {
"default": "",
"description": "Override name for K8s object metadata name.",
"title": "NameOverride",
"type": "string"
},
"roleProbe": {
"default": {
"failureThreshold": 2,
"periodSeconds": 1,
"timeoutSeconds": 1
},
"description": "Probe config for MySQL",
"properties": {
"failureThreshold": {
"default": 2,
"description": "Number of times to retry before marking this probe as failed.",
"title": "FailureThreshold",
"type": "integer"
},
"periodSeconds": {
"default": 1,
"description": "How often (in seconds) to perform the probe.",
"title": "PeriodSeconds",
"type": "integer"
},
"timeoutSeconds": {
"default": 1,
"description": "Number of seconds after which the probe times out.",
"title": "TimeoutSeconds",
"type": "integer"
}
},
"title": "RoleProbe",
"type": "object"
},
"vtconsensusLogConfigs": {
"default": {
"error": "/vtdataroot/vtconsensus/vtconsensus.ERROR",
"info": "/vtdataroot/vtconsensus/vtconsensus.INFO",
"warning": "/vtdataroot/vtconsensus/vtconsensus.WARNING"
},
"description": "Log path configs for vtconsensus",
"properties": {
"error": {
"default": "/vtdataroot/vtconsensus/vtconsensus.ERROR",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"info": {
"default": "/vtdataroot/vtconsensus/vtconsensus.INFO",
"description": "Absolute path for the info log.",
"title": "Info",
"type": "string"
},
"warning": {
"default": "/vtdataroot/vtconsensus/vtconsensus.WARNING",
"description": "Absolute path for the warning log.",
"title": "Warning",
"type": "string"
}
},
"title": "VtconsensusLogConfigs",
"type": "object"
},
"vtgateLogConfigs": {
"default": {
"error": "/vtdataroot/vtgate.ERROR",
"info": "/vtdataroot/vtgate.INFO",
"queryLog": "/vtdataroot/vtgate_querylog.txt",
"warning": "/vtdataroot/vtgate.WARNING"
},
"description": "Log path configs for vtgate",
"properties": {
"error": {
"default": "/vtdataroot/vtgate.ERROR",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"info": {
"default": "/vtdataroot/vtgate.INFO",
"description": "Absolute path for the info log.",
"title": "Info",
"type": "string"
},
"queryLog": {
"default": "/vtdataroot/vtgate_querylog.txt",
"description": "Absolute path for the query log.",
"title": "QueryLog",
"type": "string"
},
"warning": {
"default": "/vtdataroot/vtgate.WARNING",
"description": "Absolute path for the warning log.",
"title": "Warning",
"type": "string"
}
},
"title": "VtgateLogConfigs",
"type": "object"
},
"wesqlscale": {
"default": {
"cell": "zone1",
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-scale",
"tag": "0.1.1"
}
},
"description": "Configs for wesqlscale container of MySQL",
"properties": {
"cell": {
"default": "zone1",
"description": "Cell.",
"title": "Cell",
"type": "string"
},
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-scale",
"tag": "0.1.1"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-mysql-scale",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "0.1.1",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
}
},
"title": "Wesqlscale",
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
apecloud/kubeblocks-addons | 165e0fa10f92ef09da9d1db581305d0864a66578 | 2024-05-21T06:55:44 | addons/apecloud-mysql/values.schema.json | 22 | 2024-05-27T10:11:09.391324Z | {
"$schema": "https://json-schema.org/schema#",
"properties": {
"auth": {
"default": {
"createDatabase": true,
"database": "mydb",
"rootHost": "%"
},
"description": "MySQL Authentication parameters.",
"properties": {
"createDatabase": {
"default": true,
"description": "Whether to create the .Values.auth.database or not.",
"title": "CreateDatabase",
"type": "boolean"
},
"database": {
"default": "mydb",
"description": "Name for a custom database to create.",
"title": "Database",
"type": "string"
},
"rootHost": {
"default": "%",
"description": "MYSQL_ROOT_HOST.",
"title": "RootHost",
"type": "string"
}
},
"title": "Auth",
"type": "object"
},
"backupTool": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-xtrabackup",
"tag": "8.0"
}
},
"description": "Configs for backup tool container of MySQL",
"properties": {
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-xtrabackup",
"tag": "8.0"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-xtrabackup",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "8.0",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
}
},
"title": "BackupTool",
"type": "object"
},
"cluster": {
"default": {
"clusterId": "1",
"clusterStartIndex": "1",
"customConfig": null,
"dynamicConfig": null,
"kbWeSQLImage": "1",
"replicaSetCount": 3,
"templateConfig": null
},
"description": "MySQL Cluster parameters.",
"properties": {
"clusterId": {
"default": "1",
"description": "CLUSTER_ID",
"title": "ClusterId",
"type": "string"
},
"clusterStartIndex": {
"default": "1",
"description": "CLUSTER_START_INDEX",
"title": "ClusterStartIndex",
"type": "string"
},
"customConfig": {
"default": null,
"description": "MYSQL_CUSTOM_CONFIG.",
"title": "CustomConfig",
"type": [
"string",
"null"
]
},
"dynamicConfig": {
"default": null,
"description": "MYSQL_DYNAMIC_CONFIG.",
"title": "DynamicConfig",
"type": [
"string",
"null"
]
},
"kbWeSQLImage": {
"default": "1",
"description": "KB_EMBEDDED_WESQL.",
"title": "KbWeSQLImage",
"type": "string"
},
"replicaSetCount": {
"default": 3,
"description": "cluster.replicaSetCount.",
"title": "ReplicaSetCount",
"type": "integer"
},
"templateConfig": {
"default": null,
"description": "MYSQL_TEMPLATE_CONFIG.",
"title": "TemplateConfig",
"type": [
"string",
"null"
]
}
},
"title": "Cluster",
"type": "object"
},
"clusterVersionOverride": {
"default": "",
"description": "Override cluster version in the metadata name of the ClusterVersion.",
"title": "ClusterVersionOverride",
"type": "string"
},
"fullnameOverride": {
"default": "",
"description": "Override fullname for fully qualified app name.",
"title": "FullnameOverride",
"type": "string"
},
"image": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-server",
"tag": "8.0.30-5.beta2.20230830.g4ca1eb8.13"
}
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-mysql-server",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "8.0.30-5.beta2.20230830.g4ca1eb8.13",
"description": "Overrides the image tag whose default is the chart appVersion.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
},
"logCollector": {
"default": {
"enabled": false
},
"description": "LogCollector config for MySQL",
"properties": {
"enabled": {
"default": false,
"description": "Whether to enable log collector or not.",
"title": "Enabled",
"type": "boolean"
}
},
"title": "LogCollector",
"type": "object"
},
"logConfigs": {
"default": {
"error": "/data/mysql/log/mysqld-error.log",
"general": "/data/mysql/log/mysqld.log",
"slow": "/data/mysql/log/mysqld-slowquery.log"
},
"description": "Log path configs for MySQL.",
"properties": {
"error": {
"default": "/data/mysql/log/mysqld-error.log",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"general": {
"default": "/data/mysql/log/mysqld.log",
"description": "Absolute path for the general log.",
"title": "General",
"type": "string"
},
"slow": {
"default": "/data/mysql/log/mysqld-slowquery.log",
"description": "Absolute path for the slow log.",
"title": "Slow",
"type": "string"
}
},
"title": "LogConfigs",
"type": "object"
},
"metrics": {
"default": {
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/agamotto",
"tag": "0.1.2-beta.1"
},
"service": {
"port": 9104
}
},
"description": "Configs for metrics container of MySQL",
"properties": {
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/agamotto",
"tag": "0.1.2-beta.1"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/agamotto",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "0.1.2-beta.1",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
},
"service": {
"default": {
"port": 9104
},
"description": "Service configs for the metrics.",
"properties": {
"port": {
"default": 9104,
"description": "Port for the metrics.",
"title": "Port",
"type": "integer"
}
},
"title": "Service",
"type": "object"
}
},
"title": "Metrics",
"type": "object"
},
"mysqlConfigs": {
"default": {
"dataDir": "/data/mysql/data",
"dataMountPath": "/data/mysql",
"logBin": "/data/mysql/binlog/mysql-bin"
},
"description": "Data path configs for MySQL.",
"properties": {
"dataDir": {
"default": "/data/mysql/data",
"description": "Absolute path of the MySQL data.",
"title": "DataDir",
"type": "string"
},
"dataMountPath": {
"default": "/data/mysql",
"description": "MySQL data path to mount.",
"title": "DataMountPath",
"type": "string"
},
"logBin": {
"default": "/data/mysql/binlog/mysql-bin",
"description": "Absolute path for the MySQL binlog.",
"title": "LogBin",
"type": "string"
}
},
"title": "MysqlConfigs",
"type": "object"
},
"nameOverride": {
"default": "",
"description": "Override name for K8s object metadata name.",
"title": "NameOverride",
"type": "string"
},
"roleProbe": {
"default": {
"failureThreshold": 2,
"periodSeconds": 1,
"timeoutSeconds": 1
},
"description": "Probe config for MySQL",
"properties": {
"failureThreshold": {
"default": 2,
"description": "Number of times to retry before marking this probe as failed.",
"title": "FailureThreshold",
"type": "integer"
},
"periodSeconds": {
"default": 1,
"description": "How often (in seconds) to perform the probe.",
"title": "PeriodSeconds",
"type": "integer"
},
"timeoutSeconds": {
"default": 1,
"description": "Number of seconds after which the probe times out.",
"title": "TimeoutSeconds",
"type": "integer"
}
},
"title": "RoleProbe",
"type": "object"
},
"vtgateLogConfigs": {
"default": {
"error": "/vtdataroot/vtgate.ERROR",
"info": "/vtdataroot/vtgate.INFO",
"queryLog": "/vtdataroot/vtgate_querylog.txt",
"warning": "/vtdataroot/vtgate.WARNING"
},
"description": "Log path configs for vtgate",
"properties": {
"error": {
"default": "/vtdataroot/vtgate.ERROR",
"description": "Absolute path for the error log.",
"title": "Error",
"type": "string"
},
"info": {
"default": "/vtdataroot/vtgate.INFO",
"description": "Absolute path for the info log.",
"title": "Info",
"type": "string"
},
"queryLog": {
"default": "/vtdataroot/vtgate_querylog.txt",
"description": "Absolute path for the query log.",
"title": "QueryLog",
"type": "string"
},
"warning": {
"default": "/vtdataroot/vtgate.WARNING",
"description": "Absolute path for the warning log.",
"title": "Warning",
"type": "string"
}
},
"title": "VtgateLogConfigs",
"type": "object"
},
"wesqlscale": {
"default": {
"cell": "zone1",
"image": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-scale",
"tag": "0.1.1"
}
},
"description": "Configs for wesqlscale container of MySQL",
"properties": {
"cell": {
"default": "zone1",
"description": "Cell.",
"title": "Cell",
"type": "string"
},
"image": {
"default": {
"pullPolicy": "IfNotPresent",
"registry": "",
"repository": "apecloud/apecloud-mysql-scale",
"tag": "0.1.1"
},
"description": "Image.",
"properties": {
"pullPolicy": {
"default": "IfNotPresent",
"description": "Image pull policy.",
"enum": [
"IfNotPresent",
"Always",
"Never"
],
"title": "PullPolicy",
"type": "string"
},
"registry": {
"default": "",
"description": "Registry to download the image.",
"title": "Registry",
"type": "string"
},
"repository": {
"default": "apecloud/apecloud-mysql-scale",
"description": "Image repository under the registry",
"title": "Repository.",
"type": "string"
},
"tag": {
"default": "0.1.1",
"description": "Image tag.",
"title": "Tag",
"type": "string"
}
},
"title": "Image",
"type": "object"
}
},
"title": "Wesqlscale",
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
blocktest-game/Blocktest-MonoGame | ec5df93482d6832ecb3908ab136fefc5d6971eca | 2023-10-10T23:33:53 | Shared/blocks.schema.json | 5 | 2024-05-28T02:11:06.756152Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A block for use in Blocktest",
"properties": {
"BlockName": {
"description": "The name of the block",
"type": "string"
},
"BlockSmoothing": {
"default": false,
"description": "Whether the block is capable of smoothing with other blocks",
"type": "boolean"
},
"CanPlaceBackground": {
"default": true,
"type": "boolean"
},
"SmoothSelf": {
"default": false,
"type": "boolean"
}
},
"required": [
"BlockName"
],
"title": "Block",
"type": "object"
} | MIT | en |
blocktest-game/Blocktest-MonoGame | 7c9926fb6361037d256f55cf28a3dde2ee224a29 | 2023-10-26T19:23:44 | Shared/blocks.schema.json | 5 | 2024-05-28T02:11:06.756152Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A block for use in Blocktest",
"properties": {
"BlockName": {
"description": "The name of the block",
"type": "string"
},
"BlockSmoothing": {
"default": false,
"description": "Whether the block is capable of smoothing with other blocks",
"type": "boolean"
},
"CanPlaceBackground": {
"default": true,
"type": "boolean"
},
"SmoothSelf": {
"default": false,
"type": "boolean"
}
},
"required": [
"BlockName"
],
"title": "Block",
"type": "object"
} | MIT | en |
HumanSignal/charts | 39f98e2e1144909cc648248e00c78b61e33e81fd | 2023-05-16T20:52:10 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 10be902a9be4cfe7eacec62d753553af20e28f23 | 2023-06-16T20:17:19 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"uwsgiExporter": {
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 1f9b7a6ebe8c3b4721cca50529e3b499af4b9f27 | 2023-04-13T19:23:43 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"pattern": "^[0-9*,/ -]+$",
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 98b7f26b706f3ca81d955f754897c67deae6e6e5 | 2022-12-23T19:55:31 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | dffd1f12a42739a5e22f2fe354135a4bbb9a0cce | 2023-10-19T15:19:41 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraHosts": {
"type": "array"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"serviceMonitor": {
"properties": {
"annotations": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"honorLabels": {
"type": "boolean"
},
"interval": {
"type": "string"
},
"jobLabel": {
"type": "string"
},
"labels": {
"type": "object"
},
"metricRelabelings": {
"type": "array"
},
"namespace": {
"type": "string"
},
"relabelings": {
"type": "array"
},
"scrapeTimeout": {
"type": "string"
},
"selector": {
"type": "object"
}
},
"type": "object"
},
"uwsgiExporter": {
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 31ae0e23027ae2497c152fd8e00f76f04eec291b | 2023-02-06T16:15:24 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 203b2f3e89be20d60f638bcf4633339207897a53 | 2022-12-15T15:17:49 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"contextPath": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 50bf7411993dc04d0dbc497a840871582dc7d8d9 | 2023-01-07T20:35:51 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 449216bed4fc38aa3b482daaddb2a3764e7d9ba4 | 2023-04-14T00:21:15 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 87cbac39b862df57ef2545615e63f82c679036e2 | 2023-05-04T21:41:16 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 2b8cfdc349e804d2950fe75585e2244265a1a69f | 2022-12-21T22:39:28 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"contextPath": {
"type": "string"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 543473bbdf95fb7016fcb0c8ed865cfebec88c72 | 2023-04-26T19:48:07 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 5134b19a39c3eb1b3cb85c02f58f05af9cc76b57 | 2023-05-25T21:10:10 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 6ee6ed4a2454468f116c8ac28ba33ea8f271ba13 | 2022-12-19T12:17:19 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"contextPath": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | a586b192bb74aa4092cd87f85fb736eca7d322b7 | 2023-06-13T21:33:13 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"uwsgiExporter": {
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | d1e017b2dc218e2734277236449ff38cc3b0486f | 2022-12-16T14:04:58 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"contextPath": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 25735c874eeb3732bee20826097d76a3ecd914ef | 2023-06-16T20:45:36 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"uwsgiExporter": {
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | ff4de8e804e8e4d36a45b85abc2b9baae0279f2e | 2023-07-10T17:23:46 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraHosts": {
"type": "array"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"uwsgiExporter": {
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | a50922b1e7c3667fa23ab3663ff5c817697071af | 2023-04-14T17:37:04 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | 21e5e40ff11dfe21bc8f678dd406549ab7776c77 | 2023-01-26T14:33:01 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | e68f05e5cd106487b61452b3bb9c86bd900873f6 | 2023-01-18T17:37:57 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
HumanSignal/charts | af8333dc891bcc5815a8b2ebb554a0612b4a9184 | 2024-03-21T16:23:32 | heartex/label-studio/values.schema.json | 6 | 2024-05-27T04:24:08.675136Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalProperties": false,
"app": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"args": {
"additionalProperties": true,
"type": "array"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"contextPath": {
"type": "string"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"rollingUpdate": {
"additionalProperties": true,
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"ingress": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"className": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"extraHosts": {
"type": "array"
},
"extraPaths": {
"type": "array"
},
"host": {
"type": "string"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"initContainer": {
"additionalProperties": false,
"properties": {
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"initContainers": {
"type": "array"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nginx": {
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"preStopDelaySeconds": {
"type": "integer"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"port": {
"type": "integer"
},
"portName": {
"type": "string"
},
"sessionAffinity": {
"type": "string"
},
"sessionAffinityConfig": {
"additionalProperties": true,
"type": "object"
},
"targetPort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"checkConfig": {
"additionalProperties": false,
"properties": {
"skipEnvValues": {
"type": "boolean"
}
},
"type": "object"
},
"ci": {
"type": "boolean"
},
"cloud_provider": {
"type": "string"
},
"clusterDomain": {
"type": "string"
},
"cronjob": {
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"enabled": {
"type": "boolean"
},
"jobs": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"args": {
"type": "array"
},
"backoffLimit": {
"type": "string"
},
"concurrencyPolicy": {
"type": "string"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"failedJobsHistoryLimit": {
"type": "string"
},
"restartPolicy": {
"type": "string"
},
"schedule": {
"type": "string"
},
"successfulJobsHistoryLimit": {
"type": "string"
}
},
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"deployment_type": {
"type": "string"
},
"enterprise": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"enterpriseLicense": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"global": {
"additionalProperties": false,
"properties": {
"cmdWrapper": {
"type": "string"
},
"customCaCerts": {
"additionalProperties": true,
"type": "array"
},
"envInjectSources": {
"additionalProperties": true,
"type": "array"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"featureFlags": {
"additionalProperties": true,
"type": "object"
},
"image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"type": "array"
},
"persistence": {
"additionalProperties": false,
"properties": {
"config": {
"additionalProperties": false,
"properties": {
"azure": {
"additionalProperties": false,
"properties": {
"containerName": {
"type": "string"
},
"folder": {
"type": "string"
},
"storageAccountKey": {
"type": "string"
},
"storageAccountKeyExistingSecret": {
"type": "string"
},
"storageAccountKeyExistingSecretKey": {
"type": "string"
},
"storageAccountName": {
"type": "string"
},
"storageAccountNameExistingSecret": {
"type": "string"
},
"storageAccountNameExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"gcs": {
"additionalProperties": false,
"properties": {
"applicationCredentialsJSON": {
"type": "string"
},
"applicationCredentialsJSONExistingSecret": {
"type": "string"
},
"applicationCredentialsJSONExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"folder": {
"type": "string"
},
"projectID": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"s3": {
"additionalProperties": false,
"properties": {
"accessKey": {
"type": "string"
},
"accessKeyExistingSecret": {
"type": "string"
},
"accessKeyExistingSecretKey": {
"type": "string"
},
"bucket": {
"type": "string"
},
"endpointUrl": {
"type": "string"
},
"folder": {
"type": "string"
},
"objectParameters": {
"additionalProperties": true,
"type": "object"
},
"region": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"secretKeyExistingSecret": {
"type": "string"
},
"secretKeyExistingSecretKey": {
"type": "string"
},
"urlExpirationSecs": {
"type": "string"
}
},
"type": "object"
},
"volume": {
"additionalProperties": false,
"properties": {
"accessModes": {
"type": "array"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"existingClaim": {
"type": "string"
},
"resourcePolicy": {
"type": "string"
},
"size": {
"type": "string"
},
"storageClass": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"pgConfig": {
"additionalProperties": false,
"properties": {
"dbName": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"port": {
"type": "integer"
},
"ssl": {
"additionalProperties": false,
"properties": {
"pgSslCertSecretKey": {
"type": "string"
},
"pgSslKeySecretKey": {
"type": "string"
},
"pgSslMode": {
"type": "string"
},
"pgSslRootCertSecretKey": {
"type": "string"
},
"pgSslSecretName": {
"type": "string"
}
},
"type": "object"
},
"userName": {
"type": "string"
}
},
"type": "object"
},
"redisConfig": {
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"password": {
"additionalProperties": false,
"properties": {
"secretKey": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"type": "object"
},
"ssl": {
"additionalProperties": false,
"properties": {
"redisSslCaCertsSecretKey": {
"type": "string"
},
"redisSslCertFileSecretKey": {
"type": "string"
},
"redisSslCertReqs": {
"type": "string"
},
"redisSslKeyFileSecretKey": {
"type": "string"
},
"redisSslSecretName": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"serviceMonitor": {
"properties": {
"annotations": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"honorLabels": {
"type": "boolean"
},
"interval": {
"type": "string"
},
"jobLabel": {
"type": "string"
},
"labels": {
"type": "object"
},
"metricRelabelings": {
"type": "array"
},
"namespace": {
"type": "string"
},
"relabelings": {
"type": "array"
},
"scrapeTimeout": {
"type": "string"
},
"selector": {
"type": "object"
}
},
"type": "object"
},
"uwsgiExporter": {
"type": "object"
}
},
"type": "object"
},
"postgresql": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"redis": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"rqworker": {
"additionalProperties": false,
"properties": {
"FullnameOverride": {
"type": "string"
},
"NameOverride": {
"type": "string"
},
"affinity": {
"additionalProperties": true,
"type": "object"
},
"annotations": {
"additionalProperties": true,
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"cmdWrapper": {
"type": "string"
},
"containerSecurityContext": {
"additionalProperties": true,
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
}
},
"type": "object"
},
"deploymentStrategy": {
"additionalProperties": true,
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
},
"dnsPolicy": {
"type": "string"
},
"enableServiceLinks": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"extraEnvironmentSecrets": {
"additionalProperties": true,
"type": "object"
},
"extraEnvironmentVars": {
"additionalProperties": true,
"type": "object"
},
"extraLabels": {
"additionalProperties": true,
"type": "object"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"additionalProperties": true,
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"queues": {
"properties": {
"all": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"critical": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"default": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"high": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"low": {
"additionalProperties": false,
"properties": {
"args": {
"type": "string"
},
"replicas": {
"type": "integer"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"rbac": {
"additionalProperties": true,
"properties": {
"enabled": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"readinessProbe": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"path": {
"type": "string"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"additionalProperties": true,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"shareProcessNamespace": {
"type": "boolean"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"additionalProperties": true,
"type": "array"
}
},
"type": "object"
},
"upgradeCheck": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"resources": {
"additionalProperties": false,
"properties": {
"limits": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/circuit.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$comment": "For the moment, this field is not fixed. Anything compatible with cirq is a good input. If this is something compatible with criq, we will also need a way to get information on detectors, observables and shift_coords that are not part of cirq official gates.",
"$id": "/tqec/specification/schemas/circuit.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A quantum circuit representing a quantum computation.",
"properties": {},
"title": "Quantum circuit",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/template.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/template.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A (scalable or not) template that organizes plaquettes.",
"properties": {
"default_dimension": {
"description": "Default dimension used to create the Template instance (before any call to 'scale_to') and that can be used to display an instance of the Template to the GUI user.",
"exclusiveMinimum": 0,
"type": "integer"
},
"scalable": {
"description": "true if the template can be scaled, false if its size is fixed.",
"type": "boolean"
},
"shape": {
"description": "The shape (and way to scale) of the template.",
"properties": {
"base_shape": {
"description": "The raw shape, without any of its potential parameters.",
"enum": [
"square",
"corner_square",
"rectangle",
"raw_rectangle"
],
"type": "string"
},
"parameters": {
"oneOf": [
{
"description": "Place of the corner if the base_shape is 'corner_square'.",
"enum": [
"lower_left",
"lower_right",
"upper_left",
"upper_right"
]
},
{
"description": "Raw plaquette indices in the 'raw_rectangle'.",
"items": {
"items": {
"description": "Plaquette indices used to instanciate the template.",
"type": "integer"
},
"type": "array"
},
"type": "array"
},
{
"description": "For 'square' and 'rectangle', no need to have more information.",
"type": "null"
}
]
}
},
"type": "object"
}
},
"title": "Template",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/plaquette.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/plaquette.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A tileable plaquette.",
"properties": {
"color": {
"description": "An RGB(A) color for the plaquette.",
"prefixItems": [
{
"maximum": 255,
"minimum": 0,
"type": "integer"
},
{
"maximum": 255,
"minimum": 0,
"type": "integer"
},
{
"maximum": 255,
"minimum": 0,
"type": "integer"
}
],
"type": "array"
},
"layers": {
"description": "A list of scheduled circuits, each one representing a layer of the QEC code.",
"items": {
"$ref": "/tqec/specification/schemas/scheduled_circuit.schema.json",
"description": "The scheduled quantum circuit representing"
},
"type": "array"
},
"qubits": {
"description": "The qubits composing the plaquette.",
"items": {
"$ref": "/tqec/specification/schemas/plaquette_qubit.schema.json",
"minItems": 1
},
"type": "array"
}
},
"title": "Plaquette",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | 3b2da7970f6131714f499a635e466eee15c78362 | 2024-02-06T13:36:32 | specification/schemas/template.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/template.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A (scalable or not) template that organizes plaquettes.",
"properties": {
"default_dimension": {
"description": "Default dimension used to create the Template instance (before any call to 'scale_to') and that can be used to display an instance of the Template to the GUI user.",
"exclusiveMinimum": 0,
"type": "integer"
},
"scalable": {
"description": "true if the template can be scaled, false if its size is fixed.",
"type": "boolean"
},
"shape": {
"description": "The shape (and way to scale) of the template.",
"properties": {
"base_shape": {
"description": "The raw shape, without any of its potential parameters.",
"enum": [
"square",
"corner_square",
"rectangle",
"raw_rectangle"
],
"type": "string"
},
"parameters": {
"oneOf": [
{
"description": "Place of the corner if the base_shape is 'corner_square'.",
"enum": [
"lower_left",
"lower_right",
"upper_left",
"upper_right"
]
},
{
"description": "Raw plaquette indices in the 'raw_rectangle'.",
"items": {
"items": {
"description": "Plaquette indices used to instantiate the template.",
"type": "integer"
},
"type": "array"
},
"type": "array"
},
{
"description": "For 'square' and 'rectangle', no need to have more information.",
"type": "null"
}
]
}
},
"type": "object"
}
},
"title": "Template",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/detector.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/detector.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A specific gate in a quantum circuit that acts as a detector.",
"properties": {
"measurements": {
"description": "A list of measurements that should have a constant parity when XORed together.",
"items": {
"properties": {
"measurementOffset": {
"description": "A negative offset representing the measurement we care about.",
"exclusiveMaximum": 0,
"type": "integer"
},
"qubitOffset": {
"description": "A 2-dimensional vector that represents an offset from the qubit the detector is applied on.",
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
}
},
"title": "Detector",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/scheduled_circuit.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/scheduled_circuit.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A quantum circuit with CNOT gates scheduled at specific time slices.",
"properties": {
"circuit": {
"$ref": "/tqec/specification/schemas/circuit.schema.json",
"description": "The quantum circuit represented."
},
"schedule": {
"description": "A list of integers representing the time slice at which the corresponding CNOT should be scheduled.",
"items": {
"type": "integer"
},
"type": "array"
}
},
"title": "ScheduledCircuit",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/plaquette_qubit.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/plaquette_qubit.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A qubit with local coordinates in the plaquette coordinate system.",
"properties": {
"qubitType": {
"description": "Enumeration indicating if the qubit is a data or syndrome qubit (left as an enumeration to be able to add 'ancilla' if needed).",
"enum": [
"data",
"syndrome"
],
"type": "string"
},
"x": {
"description": "The qubit x coordinate in the local plaquette coordinate system.",
"minimum": 0,
"type": "integer"
},
"y": {
"description": "The qubit y coordinate in the local plaquette coordinate system.",
"minimum": 0,
"type": "integer"
}
},
"title": "PlaquetteQubit",
"type": "object"
} | Apache-2.0 | en |
QCHackers/tqec | bec539618a8aebde4a307f26324d234dcfa6d7ea | 2024-01-08T15:38:10 | specification/schemas/template_orchestrator.schema.json | 57 | 2024-05-27T05:08:43.881522Z | {
"$id": "/tqec/specification/schemas/template_orchestrator.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A template orchestrator that organizes and scales a group of templates.",
"properties": {
"connections": {
"description": "A list of corner connections between templates from 'templates'.",
"items": {
"prefixItems": [
{
"description": "Index of the first template (in the 'templates' list) participating in the connection.",
"minimum": 0,
"type": "integer"
},
{
"description": "Index of the second template (in the 'templates' list) participating in the connection.",
"minimum": 0,
"type": "integer"
},
{
"description": "Corner of the first template (in the 'templates' list) that is part of the connection.",
"enum": [
"lower_left",
"lower_right",
"upper_left",
"upper_right"
]
},
{
"description": "Corner of the second template (in the 'templates' list) that is part of the connection.",
"enum": [
"lower_left",
"lower_right",
"upper_left",
"upper_right"
]
}
],
"type": "array"
},
"type": "array"
},
"default_dimension": {
"description": "Default dimension used to create the Template instance (before any call to 'scale_to') and that can be used to display an instance of the Template to the GUI user.",
"exclusiveMinimum": 0,
"type": "integer"
},
"templates": {
"description": "A list of the Template instances managed by the orchestrator.",
"items": {
"$ref": "/tqec/specification/schemas/template.schema.json",
"minItems": 1
},
"type": "array"
}
},
"title": "Template orchestrator",
"type": "object"
} | Apache-2.0 | en |
metafates/mangal | e65ef813a530d3f14e3f9b0b0b8fcb27ae44a701 | 2022-10-31T12:19:47 | assets/anilist.schema.json | 1,214 | 2024-05-27T04:48:55.58523Z | {
"$defs": {
"anilist.Manga": {
"additionalProperties": false,
"properties": {
"bannerImage": {
"description": "Banner image of the manga.",
"type": "string"
},
"chapters": {
"description": "Amount of chapters the manga has when complete.",
"type": "integer"
},
"characters": {
"additionalProperties": false,
"properties": {
"nodes": {
"items": {
"additionalProperties": false,
"properties": {
"name": {
"additionalProperties": false,
"properties": {
"full": {
"description": "Full name of the character.",
"type": "string"
},
"native": {
"description": "Native name of the character. Usually in kanji.",
"type": "string"
}
},
"required": [
"full",
"native"
],
"type": "object"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"nodes"
],
"type": "object"
},
"countryOfOrigin": {
"description": "Country of origin of the manga.",
"type": "string"
},
"coverImage": {
"additionalProperties": false,
"description": "Cover image of the manga.",
"properties": {
"color": {
"description": "Average color of the cover image.",
"type": "string"
},
"extraLarge": {
"description": "URL of the extra large cover image. If the image is not available",
"type": "string"
},
"large": {
"description": "URL of the large cover image.",
"type": "string"
},
"medium": {
"description": "URL of the medium cover image.",
"type": "string"
}
},
"required": [
"extraLarge",
"large",
"medium",
"color"
],
"type": "object"
},
"description": {
"description": "Description of the manga in html format.",
"type": "string"
},
"endDate": {
"$ref": "#/$defs/anilist.date",
"description": "Date the manga ended publishing."
},
"externalLinks": {
"description": "External links related to the manga.",
"items": {
"additionalProperties": false,
"properties": {
"url": {
"description": "URL of the external link.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": "array"
},
"genres": {
"description": "Genres of the manga.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "ID of the manga on Anilist.",
"type": "integer"
},
"idMal": {
"description": "ID of the manga on MyAnimeList.",
"type": "integer"
},
"siteUrl": {
"description": "URL of the manga on Anilist.",
"type": "string"
},
"staff": {
"additionalProperties": false,
"properties": {
"edges": {
"items": {
"additionalProperties": false,
"properties": {
"node": {
"additionalProperties": false,
"properties": {
"name": {
"additionalProperties": false,
"properties": {
"full": {
"description": "Full name of the staff member.",
"type": "string"
}
},
"required": [
"full"
],
"type": "object"
}
},
"required": [
"name"
],
"type": "object"
},
"role": {
"description": "Role of the staff member.",
"type": "string"
}
},
"required": [
"role",
"node"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"edges"
],
"type": "object"
},
"startDate": {
"$ref": "#/$defs/anilist.date",
"description": "Date the manga started publishing."
},
"status": {
"enum": [
"FINISHED",
"RELEASING",
"NOT_YET_RELEASED",
"CANCELLED",
"HIATUS"
],
"type": "string"
},
"synonyms": {
"description": "Synonyms of the manga (Alternative titles).",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"items": {
"additionalProperties": false,
"properties": {
"description": {
"description": "Description of the tag.",
"type": "string"
},
"name": {
"description": "Name of the tag.",
"type": "string"
},
"rank": {
"description": "Rank of the tag. How relevant it is to the manga from 1 to 100.",
"type": "integer"
}
},
"required": [
"name",
"description",
"rank"
],
"type": "object"
},
"type": "array"
},
"title": {
"additionalProperties": false,
"properties": {
"english": {
"description": "English title of the manga.",
"type": "string"
},
"native": {
"description": "Native title of the manga. Usually in kanji.",
"type": "string"
},
"romaji": {
"description": "Romanized title of the manga.",
"type": "string"
}
},
"required": [
"romaji",
"english",
"native"
],
"type": "object"
}
},
"required": [
"title",
"id",
"description",
"coverImage",
"bannerImage",
"tags",
"genres",
"characters",
"staff",
"startDate",
"endDate",
"synonyms",
"status",
"idMal",
"chapters",
"siteUrl",
"countryOfOrigin",
"externalLinks"
],
"type": "object"
},
"anilist.date": {
"additionalProperties": false,
"properties": {
"day": {
"type": "integer"
},
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
},
"required": [
"year",
"month",
"day"
],
"type": "object"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"items": {
"$ref": "#/$defs/anilist.Manga"
},
"type": "array"
} | MIT | en |
metafates/mangal | e65ef813a530d3f14e3f9b0b0b8fcb27ae44a701 | 2022-10-31T12:19:47 | assets/inline.schema.json | 1,214 | 2024-05-27T04:48:55.58523Z | {
"$defs": {
"anilist.Manga": {
"additionalProperties": false,
"properties": {
"bannerImage": {
"description": "Banner image of the manga.",
"type": "string"
},
"chapters": {
"description": "Amount of chapters the manga has when complete.",
"type": "integer"
},
"characters": {
"additionalProperties": false,
"properties": {
"nodes": {
"items": {
"additionalProperties": false,
"properties": {
"name": {
"additionalProperties": false,
"properties": {
"full": {
"description": "Full name of the character.",
"type": "string"
},
"native": {
"description": "Native name of the character. Usually in kanji.",
"type": "string"
}
},
"required": [
"full",
"native"
],
"type": "object"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"nodes"
],
"type": "object"
},
"countryOfOrigin": {
"description": "Country of origin of the manga.",
"type": "string"
},
"coverImage": {
"additionalProperties": false,
"description": "Cover image of the manga.",
"properties": {
"color": {
"description": "Average color of the cover image.",
"type": "string"
},
"extraLarge": {
"description": "URL of the extra large cover image. If the image is not available",
"type": "string"
},
"large": {
"description": "URL of the large cover image.",
"type": "string"
},
"medium": {
"description": "URL of the medium cover image.",
"type": "string"
}
},
"required": [
"extraLarge",
"large",
"medium",
"color"
],
"type": "object"
},
"description": {
"description": "Description of the manga in html format.",
"type": "string"
},
"endDate": {
"$ref": "#/$defs/anilist.date",
"description": "Date the manga ended publishing."
},
"externalLinks": {
"description": "External links related to the manga.",
"items": {
"additionalProperties": false,
"properties": {
"url": {
"description": "URL of the external link.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": "array"
},
"genres": {
"description": "Genres of the manga.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "ID of the manga on Anilist.",
"type": "integer"
},
"idMal": {
"description": "ID of the manga on MyAnimeList.",
"type": "integer"
},
"siteUrl": {
"description": "URL of the manga on Anilist.",
"type": "string"
},
"staff": {
"additionalProperties": false,
"properties": {
"edges": {
"items": {
"additionalProperties": false,
"properties": {
"node": {
"additionalProperties": false,
"properties": {
"name": {
"additionalProperties": false,
"properties": {
"full": {
"description": "Full name of the staff member.",
"type": "string"
}
},
"required": [
"full"
],
"type": "object"
}
},
"required": [
"name"
],
"type": "object"
},
"role": {
"description": "Role of the staff member.",
"type": "string"
}
},
"required": [
"role",
"node"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"edges"
],
"type": "object"
},
"startDate": {
"$ref": "#/$defs/anilist.date",
"description": "Date the manga started publishing."
},
"status": {
"enum": [
"FINISHED",
"RELEASING",
"NOT_YET_RELEASED",
"CANCELLED",
"HIATUS"
],
"type": "string"
},
"synonyms": {
"description": "Synonyms of the manga (Alternative titles).",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"items": {
"additionalProperties": false,
"properties": {
"description": {
"description": "Description of the tag.",
"type": "string"
},
"name": {
"description": "Name of the tag.",
"type": "string"
},
"rank": {
"description": "Rank of the tag. How relevant it is to the manga from 1 to 100.",
"type": "integer"
}
},
"required": [
"name",
"description",
"rank"
],
"type": "object"
},
"type": "array"
},
"title": {
"additionalProperties": false,
"properties": {
"english": {
"description": "English title of the manga.",
"type": "string"
},
"native": {
"description": "Native title of the manga. Usually in kanji.",
"type": "string"
},
"romaji": {
"description": "Romanized title of the manga.",
"type": "string"
}
},
"required": [
"romaji",
"english",
"native"
],
"type": "object"
}
},
"required": [
"title",
"id",
"description",
"coverImage",
"bannerImage",
"tags",
"genres",
"characters",
"staff",
"startDate",
"endDate",
"synonyms",
"status",
"idMal",
"chapters",
"siteUrl",
"countryOfOrigin",
"externalLinks"
],
"type": "object"
},
"anilist.date": {
"additionalProperties": false,
"properties": {
"day": {
"type": "integer"
},
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
},
"required": [
"year",
"month",
"day"
],
"type": "object"
},
"inline.Manga": {
"additionalProperties": false,
"properties": {
"anilist": {
"$ref": "#/$defs/anilist.Manga",
"description": "Anilist is the closest anilist match to mangal manga"
},
"mangal": {
"$ref": "#/$defs/source.Manga",
"description": "Mangal variant of the manga"
},
"source": {
"description": "Source that the manga belongs to.",
"type": "string"
}
},
"required": [
"source",
"mangal",
"anilist"
],
"type": "object"
},
"inline.Output": {
"additionalProperties": false,
"properties": {
"query": {
"description": "Query that was used to search for the manga.",
"type": "string"
},
"result": {
"description": "Result of the search.",
"items": {
"$ref": "#/$defs/inline.Manga"
},
"type": "array"
}
},
"required": [
"query",
"result"
],
"type": "object"
},
"source.Chapter": {
"additionalProperties": false,
"properties": {
"id": {
"description": "ID of the chapter in the source",
"type": "string"
},
"index": {
"description": "Index of the chapter in the manga",
"type": "integer"
},
"name": {
"description": "Name of the chapter",
"type": "string"
},
"pages": {
"description": "Pages of the chapter",
"items": {
"$ref": "#/$defs/source.Page"
},
"type": "array"
},
"url": {
"description": "URL of the chapter",
"type": "string"
},
"volume": {
"description": "Volume which the chapter belongs to",
"type": "string"
}
},
"required": [
"name",
"url",
"index",
"id",
"volume",
"pages"
],
"type": "object"
},
"source.Manga": {
"additionalProperties": false,
"properties": {
"chapters": {
"description": "Chapters of the manga",
"items": {
"$ref": "#/$defs/source.Chapter"
},
"type": "array"
},
"id": {
"description": "ID of manga in the source",
"type": "string"
},
"index": {
"description": "Index of the manga in the source",
"type": "integer"
},
"metadata": {
"additionalProperties": false,
"properties": {
"bannerImage": {
"description": "BannerImage is the banner image of the manga.",
"type": "string"
},
"chapters": {
"description": "The amount of chapters the manga will have when completed.",
"type": "integer"
},
"characters": {
"description": "Characters of the manga",
"items": {
"type": "string"
},
"type": "array"
},
"cover": {
"additionalProperties": false,
"description": "Cover images of the manga",
"properties": {
"color": {
"description": "Color average color of the cover image.",
"type": "string"
},
"extraLarge": {
"description": "ExtraLarge is the largest cover image. If not available",
"type": "string"
},
"large": {
"description": "Large is the second-largest cover image.",
"type": "string"
},
"medium": {
"description": "Medium cover image. The smallest one.",
"type": "string"
}
},
"required": [
"extraLarge",
"large",
"medium",
"color"
],
"type": "object"
},
"endDate": {
"$ref": "#/$defs/source.date",
"description": "EndDate is the date when the manga ended."
},
"genres": {
"description": "Genres of the manga",
"items": {
"type": "string"
},
"type": "array"
},
"staff": {
"additionalProperties": false,
"description": "Staff that worked on the manga",
"properties": {
"art": {
"description": "Art authors",
"items": {
"type": "string"
},
"type": "array"
},
"lettering": {
"description": "Lettering group",
"items": {
"type": "string"
},
"type": "array"
},
"story": {
"description": "Story authors",
"items": {
"type": "string"
},
"type": "array"
},
"translation": {
"description": "Translation group",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"story",
"art",
"translation",
"lettering"
],
"type": "object"
},
"startDate": {
"$ref": "#/$defs/source.date",
"description": "StartDate is the date when the manga started."
},
"status": {
"enum": [
"FINISHED",
"RELEASING",
"NOT_YET_RELEASED",
"CANCELLED",
"HIATUS"
],
"type": "string"
},
"summary": {
"description": "Summary in the plain text with newlines",
"type": "string"
},
"synonyms": {
"description": "Synonyms other names of the manga.",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"description": "Tags of the manga",
"items": {
"type": "string"
},
"type": "array"
},
"urls": {
"description": "External URLs of the manga.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"genres",
"summary",
"staff",
"cover",
"bannerImage",
"tags",
"characters",
"status",
"startDate",
"endDate",
"synonyms",
"chapters",
"urls"
],
"type": "object"
},
"name": {
"description": "Name of the manga",
"type": "string"
},
"url": {
"description": "URL of the manga",
"type": "string"
}
},
"required": [
"name",
"url",
"index",
"id",
"chapters",
"metadata"
],
"type": "object"
},
"source.Page": {
"additionalProperties": false,
"properties": {
"extension": {
"description": "Extension of the page image.",
"type": "string"
},
"index": {
"description": "Index of the page in the chapter.",
"type": "integer"
},
"url": {
"description": "URL of the page. Used to download the image.",
"type": "string"
}
},
"required": [
"url",
"index",
"extension"
],
"type": "object"
},
"source.date": {
"additionalProperties": false,
"properties": {
"day": {
"type": "integer"
},
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
},
"required": [
"year",
"month",
"day"
],
"type": "object"
}
},
"$ref": "#/$defs/inline.Output",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | MIT | en |
sherlock-project/sherlock | 0446779a3c14f93a9491f1be7b29a73d03c29c06 | 2024-05-06T23:25:38 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$defs": {
"tag": {
"enum": [
"adult",
"gaming"
],
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"dependencies": {
"errorCode": {
"properties": {
"errorType": {
"const": "status_code"
}
}
},
"errorMsg": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"errorUrl": {
"properties": {
"errorType": {
"const": "response_url"
}
}
}
},
"description": "User-friendly target name",
"else": {
"if": {
"properties": {
"errorType": {
"const": "response_url"
}
}
},
"then": {
"required": [
"errorUrl"
]
}
},
"if": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"properties": {
"__comment__": {
"description": "Used to clarify important target information if (and only if) a commit message would not suffice.\nThis key should not be parsed anywhere within Sherlock.",
"type": "string"
},
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"$ref": "#/$defs/tag"
},
{
"items": {
"$ref": "#/$defs/tag"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"then": {
"required": [
"errorMsg"
]
},
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | 2da7195ba8e835b1e4e97455da4378668176f837 | 2024-05-06T05:13:20 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"properties": {
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"enum": [
"adult",
"gaming"
],
"type": "string"
},
{
"items": {
"enum": [
"adult",
"gaming"
],
"type": "string"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | 4b2f8ad2d074d9546108bf8aeddabc55ba61080f | 2024-05-06T22:05:37 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"properties": {
"__comment__": {
"description": "Used to clarify important target information if (and only if) a commit message would not suffice.\nThis key should not be parsed anywhere within Sherlock.",
"type": "string"
},
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"enum": [
"adult",
"gaming"
],
"type": "string"
},
{
"items": {
"enum": [
"adult",
"gaming"
],
"type": "string"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | cc0b57c0afa824412d43753865ffbffda0f8d263 | 2024-05-06T22:37:21 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"dependencies": {
"errorCode": {
"properties": {
"errorType": {
"const": "status_code"
}
}
},
"errorMsg": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"errorUrl": {
"properties": {
"errorType": {
"const": "response_url"
}
}
}
},
"properties": {
"__comment__": {
"description": "Used to clarify important target information if (and only if) a commit message would not suffice.\nThis key should not be parsed anywhere within Sherlock.",
"type": "string"
},
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"enum": [
"adult",
"gaming"
],
"type": "string"
},
{
"items": {
"enum": [
"adult",
"gaming"
],
"type": "string"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | e4cbd3d8ad8b0ccb67891160983b28b72fed4221 | 2024-05-06T22:56:53 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"dependencies": {
"errorCode": {
"properties": {
"errorType": {
"const": "status_code"
}
}
},
"errorMsg": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"errorUrl": {
"properties": {
"errorType": {
"const": "response_url"
}
}
}
},
"description": "User-friendly target name",
"else": {
"if": {
"properties": {
"errorType": {
"const": "response_url"
}
}
},
"then": {
"required": [
"errorUrl"
]
}
},
"if": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"properties": {
"__comment__": {
"description": "Used to clarify important target information if (and only if) a commit message would not suffice.\nThis key should not be parsed anywhere within Sherlock.",
"type": "string"
},
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"enum": [
"adult",
"gaming"
],
"type": "string"
},
{
"items": {
"enum": [
"adult",
"gaming"
],
"type": "string"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"then": {
"required": [
"errorMsg"
]
},
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | 80d0434bb361072f5863f80beddf9d94f57fcf93 | 2024-05-06T22:49:48 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"dependencies": {
"errorCode": {
"properties": {
"errorType": {
"const": "status_code"
}
}
},
"errorMsg": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"errorUrl": {
"properties": {
"errorType": {
"const": "response_url"
}
}
}
},
"else": {
"if": {
"properties": {
"errorType": {
"const": "response_url"
}
}
},
"then": {
"required": [
"errorUrl"
]
}
},
"if": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"properties": {
"__comment__": {
"description": "Used to clarify important target information if (and only if) a commit message would not suffice.\nThis key should not be parsed anywhere within Sherlock.",
"type": "string"
},
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"enum": [
"adult",
"gaming"
],
"type": "string"
},
{
"items": {
"enum": [
"adult",
"gaming"
],
"type": "string"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"then": {
"required": [
"errorMsg"
]
},
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | 198798d28bec5f3a60232d7cca545102eb80caf5 | 2024-05-06T04:09:00 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"properties": {
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"enum": [
"adult",
"gaming"
],
"type": "string"
},
{
"items": {
"enum": [
"adult",
"gaming"
],
"type": "string"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"type": "object"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
sherlock-project/sherlock | d118c1c43cb858109b40b260798346d2af00efdf | 2024-05-06T23:58:40 | sherlock/resources/data.schema.json | 51,882 | 2024-05-29T14:40:08.44001Z | {
"$defs": {
"tag": {
"enum": [
"adult",
"gaming"
],
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Social media target to probe for existence of usernames",
"patternProperties": {
"^(?!\\$).*?$": {
"additionalProperties": false,
"dependencies": {
"errorCode": {
"properties": {
"errorType": {
"const": "status_code"
}
}
},
"errorMsg": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"errorUrl": {
"properties": {
"errorType": {
"const": "response_url"
}
}
}
},
"description": "User-friendly target name",
"else": {
"if": {
"properties": {
"errorType": {
"const": "response_url"
}
}
},
"then": {
"required": [
"errorUrl"
]
}
},
"if": {
"properties": {
"errorType": {
"const": "message"
}
}
},
"properties": {
"__comment__": {
"description": "Used to clarify important target information if (and only if) a commit message would not suffice.\nThis key should not be parsed anywhere within Sherlock.",
"type": "string"
},
"errorCode": {
"oneOf": [
{
"type": "integer"
},
{
"items": {
"type": "integer"
},
"type": "array"
}
]
},
"errorMsg": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"errorType": {
"enum": [
"message",
"response_url",
"status_code"
],
"type": "string"
},
"errorUrl": {
"type": "string"
},
"headers": {
"type": "object"
},
"isNSFW": {
"type": "boolean"
},
"regexCheck": {
"type": "string"
},
"request_method": {
"enum": [
"GET",
"POST",
"HEAD",
"PUT"
],
"type": "string"
},
"request_payload": {
"type": "object"
},
"response_url": {
"type": "string"
},
"tags": {
"oneOf": [
{
"$ref": "#/$defs/tag"
},
{
"items": {
"$ref": "#/$defs/tag"
},
"type": "array"
}
]
},
"url": {
"type": "string"
},
"urlMain": {
"type": "string"
},
"urlProbe": {
"type": "string"
},
"username_claimed": {
"type": "string"
}
},
"required": [
"url",
"urlMain",
"errorType",
"username_claimed"
],
"then": {
"required": [
"errorMsg"
]
},
"type": "object"
}
},
"properties": {
"$schema": {
"type": "string"
}
},
"title": "Sherlock Targets",
"type": "object"
} | MIT | en |
neuvector/neuvector-helm | c10f4e9f854813ca4a3fd2cfeb11287be59c0702 | 2024-03-08T00:40:19 | charts/core/values.schema.json | 111 | 2024-05-29T09:07:59.117596Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"admissionwebhook": {
"properties": {
"type": {
"description": "admission webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"autoGenerateCert": {
"description": "Automatically generate certificate or not",
"type": "boolean"
},
"controller": {
"properties": {
"affinity": {
"description": "controller affinity rules",
"properties": {
"podAntiAffinity": {
"properties": {
"preferredDuringSchedulingIgnoredDuringExecution": {
"items": {
"properties": {
"podAffinityTerm": {
"properties": {
"labelSelector": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"topologyKey": {
"type": "string"
}
},
"type": "object"
},
"weight": {
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"annotations": {
"type": "object"
},
"apisvc": {
"properties": {
"annotations": {
"description": "Add annotations to controller REST API service",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration. Controller supports HTTPS only, so edge termination not supported.",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Controller REST API service",
"type": "boolean"
},
"host": {
"description": "Set controller REST API service hostname",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Controller REST API service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set controller REST API service CA certificate may be required to establish a certificate chain for validation",
"type": "string"
},
"certificate": {
"description": "Set controller REST API service PEM format certificate file",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate",
"type": "string"
},
"key": {
"description": "Set controller REST API service PEM format key file",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Controller REST API service type"
}
},
"type": "object"
},
"azureFileShare": {
"properties": {
"enabled": {
"description": "If true, enable the usage of an existing or statically provisioned Azure File Share",
"type": "boolean"
},
"secretName": {
"description": "The name of the secret containing the Azure file share storage account name and key",
"type": [
"string",
"null"
]
},
"shareName": {
"description": "The name of the Azure file share to use",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace controller REST API certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace controller REST API certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace controller REST API certificate using secret if secret name is specified"
}
},
"type": "object"
},
"configmap": {
"properties": {
"data": {
"description": "NeuVector configuration in YAML format",
"type": [
"object",
"null"
]
},
"enabled": {
"description": "If true, configure NeuVector global settings using a ConfigMap",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"disruptionbudget": {
"description": "controller PodDisruptionBudget. 0 to disable. Recommended value: 2.",
"type": "integer"
},
"enabled": {
"description": "If false, controller will not be installed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for controller.",
"type": "array"
},
"federation": {
"properties": {
"managedsvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster managed cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for managedsvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for managedsvc"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation managed service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation managed ingress service",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for managedsvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster managed cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for manageed service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster managed cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster managed cluster service type. If specified, the deployment will be managed by the managed cluster. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
},
"mastersvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster primary cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for mastersvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for mastersvc"
},
"ingress": {
"description": "Federation Master Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation master service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation master ingress service. If set, the tls-host used is the one set with `controller.federation.mastersvc.ingress.host`.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for mastersvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster primary cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for primary cluster service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster primary cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format key certificate file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster primary cluster service type. If specified, the deployment will be used to manage other clusters. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "controller image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "controller image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for rest api, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": " Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller rest api ingress service. If set, the tls-host used is the one set with `controller.ingress.host`",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "controller priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"pvc": {
"properties": {
"accessModes": {
"description": "Access modes for the created PVC. Requires RWX",
"items": {
"enum": [
"ReadWriteOnce",
"ReadOnlyMany",
"ReadWriteMany",
"ReadWriteOncePod"
]
},
"type": "array"
},
"capacity": {
"description": "Storage capacity. Requires 1Gi",
"pattern": "^([0-9]+)(m|k|M|G|T|P|E|Ki|Mi|Gi|Ti|Pi|Ei)$",
"type": [
"string",
"null"
]
},
"enabled": {
"description": "If true, enable persistence for controller using PVC",
"type": "boolean"
},
"existingClaim": {
"description": "If `false`, a new PVC will be created. If a string is provided, an existing PVC with this name will be used.",
"type": [
"boolean",
"string"
]
},
"storageClass": {
"description": "Storage Class to be used",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"ranchersso": {
"properties": {
"enabled": {
"description": "If true, enable single sign on for Rancher; required for rancher authentication",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"replicas": {
"description": "controller replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to controller deployment",
"type": "object"
},
"schedulerName": {
"description": "kubernetes scheduler name",
"type": [
"string",
"null"
]
},
"secret": {
"description": "files defined here have preferrence over the ones defined in the configmap section",
"properties": {
"data": {
"description": "NeuVector configuration in key/value pair format",
"properties": {
"userinitcfg.yaml": {
"properties": {
"users": {
"items": {
"properties": {
"Fullname": {
"type": "string"
},
"Password": {
"type": [
"string",
"null"
]
},
"Role": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"description": "If true, configure NeuVector global settings using secrets",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"crdwebhook": {
"properties": {
"enabled": {
"description": "Enable crd service and create crd related resources",
"type": "boolean"
},
"type": {
"description": "crd webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"cve": {
"properties": {
"adapter": {
"properties": {
"affinity": {
"description": "registry adapter affinity rules",
"type": "object"
},
"certificate": {
"description": "TLS cert/key. If absent, TLS cert/key automatically generated will be used.",
"properties": {
"keyFile": {
"description": "Replace registry adapter certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace registry adapter certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace registry adapter certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create registry adapter",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for adapter.",
"type": "array"
},
"harbor": {
"properties": {
"protocol": {
"description": "Harbor registry request protocol",
"enum": [
"http",
"https"
]
},
"secretName": {
"description": "Harbor registry adapter's basic authentication secret",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "registry adapter image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "registry adapter image repository",
"type": "string"
},
"tag": {
"description": "registry adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for registry adapter ingress service. If set, the tls-host used is the one set with `cve.adapter.ingress.host`.",
"type": "boolean"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "registry adapter priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to registry adapter deployment",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"properties": {
"annotations": {
"description": "Add annotations to registry adapter service",
"type": "object"
},
"loadBalancerIP": {
"description": "if registry adapter service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"description": "set registry adapter service type for native Kubernetes. If it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"scanner": {
"properties": {
"affinity": {
"description": "scanner affinity rules",
"type": "object"
},
"dockerPath": {
"description": "the remote docker socket if CI/CD integration need scan images before they are pushed to the registry",
"type": "string"
},
"enabled": {
"description": "If true, cve scanners will be deployed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for scanner.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "cve scanner image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve scanner image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve scanner image repository",
"type": "string"
},
"tag": {
"description": "cve scanner image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve scanner priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"replicas": {
"description": "external scanner replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to scanner deployment",
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"updater": {
"properties": {
"cacert": {
"description": "If set, use this ca file to validate API server's certificate",
"format": "uri-reference",
"type": "string"
},
"enabled": {
"description": "If true, create cve updater . If false, cve updater will not be installed",
"type": "boolean"
},
"image": {
"properties": {
"hash": {
"description": "cve updateer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve updater image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve updater image repository",
"type": "string"
},
"tag": {
"description": "image tag for cve updater",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve updater priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"schedule": {
"description": "cronjob cve updater schedule",
"type": "string"
},
"secure": {
"description": "If true, API server's certificate is validated",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"required": [
"adapter",
"updater",
"scanner"
],
"type": "object"
},
"defaultValidityPeriod": {
"description": "The default validity period used for certs automatically generated (days)",
"type": "integer"
},
"enforcer": {
"properties": {
"enabled": {
"description": "If true, create enforcer",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for enforcers.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "enforcer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "enforcer image repository",
"type": "string"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "enforcer priorityClassName. Must exist prior to helm deployment. Leave empty to disable."
},
"resources": {
"description": "Add resources requests and limits to enforcer deployment",
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate. Other taints can be added after the default",
"items": {
"properties": {
"effect": {
"enum": [
"NoExecute",
"NoSchedule",
"PreferNoSchedule"
]
},
"key": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"updateStrategy": {
"description": "enforcer update strategy type.",
"properties": {
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
}
},
"required": [
"enabled"
],
"type": "object"
},
"global": {
"properties": {
"aws": {
"properties": {
"accountNumber": {
"description": "AWS Account Number; Follow AWS subscription instruction",
"type": "string"
},
"annotations": {
"type": "object"
},
"enabled": {
"description": "If true, install AWS billing csp adapter. **Note**: default admin user is disabled when aws market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"image": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
],
"type": "string"
},
"repository": {
"description": "csp adapter image repository",
"type": "string"
},
"tag": {
"description": "csp adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"roleName": {
"description": "AWS Role name for billing; Follow AWS subscription instruction",
"type": "string"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"azure": {
"properties": {
"enabled": {
"description": "If true, install Azure billing csp adapter; **Note**: default admin user is disabled when azure market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"extension": {
"properties": {
"resourceId": {
"description": "application's Azure Resource ID, Azure populates this value at deployment time",
"pattern": "^DONOTMODIFY$",
"type": "string"
}
},
"type": "object"
},
"identity": {
"properties": {
"clientId": {
"description": "Azure populates this value at deployment time",
"pattern": "^DONOTMODIFY$",
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"images": {
"properties": {
"controller": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"enforcer": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"manager": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"neuvector_csp_pod": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"image": {
"description": " csp adapter image repository",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
]
},
"registry": {
"description": "csp adapter image registry",
"pattern": "^susellcforazuremarketplace.azurecr.io$",
"type": "string"
}
},
"type": "object"
},
"scanner": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"marketplace": {
"properties": {
"planId": {
"description": "Azure populates this value at deployment time",
"pattern": "^DONOTMODIFY$",
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cattle": {
"description": "required for rancher authentication",
"properties": {
"url": {
"description": "Set the Rancher Server URL; Required for Rancher Authentication. https://<Rancher_URL>/",
"format": "uri",
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"required": [
"azure",
"aws"
],
"type": "object"
},
"imagePullSecrets": {
"description": "image pull secret"
},
"internal": {
"properties": {
"certmanager": {
"properties": {
"enabled": {
"description": "enable when cert-manager is installed for the internal certificates",
"type": "boolean"
},
"secretname": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"type": "object"
},
"leastPrivilege": {
"description": "Use least privileged service account",
"type": "boolean"
},
"manager": {
"properties": {
"affinity": {
"description": "manager affinity rules",
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace manager UI certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace manager UI certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace manager UI certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create manager",
"type": "boolean"
},
"env": {
"properties": {
"envs": {
"description": "Other environment variables. The following variables are accepted.",
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"ssl": {
"description": "If false, manager will listen on HTTP access instead of HTTPS",
"type": "boolean"
}
},
"required": [
"ssl"
],
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "manager image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "manager image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)"
},
"tls": {
"description": "only for end-to-end tls conf - ingress-nginx accepts backend self-signed cert",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "manager priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to manager deployment",
"type": "object"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"runAsUser": {
"description": "MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"description": "set manager service type for native Kubernetes. if it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google.",
"properties": {
"annotations": {
"description": "Add annotations to manager service",
"type": "object"
},
"loadBalancerIP": {
"description": "if manager service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"oem": {
"description": "OEM release name",
"type": [
"string",
"null"
]
},
"openshift": {
"description": "If deploying in OpenShift, set this to true",
"type": "boolean"
},
"psp": {
"description": "NeuVector Pod Security Policy when psp policy is enabled",
"type": "boolean"
},
"rbac": {
"description": "NeuVector RBAC Manifests are installed when RBAC is enabled; required for rancher authentication",
"type": "boolean"
},
"registry": {
"description": "NeuVector container registry",
"type": "string"
},
"resources": {
"type": "object"
},
"runtimePath": {
"description": "container runtime socket path, if it's not at the default location.",
"format": "uri-reference",
"type": [
"string",
"null"
]
},
"serviceAccount": {
"description": "Service account name for NeuVector components",
"type": "string"
},
"tag": {
"description": "image tag for controller enforcer manager",
"type": [
"string",
"null"
]
}
},
"required": [
"openshift",
"registry",
"psp",
"rbac",
"serviceAccount",
"leastPrivilege",
"global",
"autoGenerateCert",
"defaultValidityPeriod",
"internal",
"controller",
"enforcer",
"manager",
"cve"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
neuvector/neuvector-helm | 0760b3e1f7c10107617a6ed0adf32e64bebf02ba | 2024-03-19T23:45:39 | charts/core/values.schema.json | 111 | 2024-05-29T09:07:59.117596Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"admissionwebhook": {
"properties": {
"type": {
"description": "admission webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"autoGenerateCert": {
"description": "Automatically generate certificate or not",
"type": "boolean"
},
"controller": {
"properties": {
"affinity": {
"description": "controller affinity rules",
"properties": {
"podAntiAffinity": {
"properties": {
"preferredDuringSchedulingIgnoredDuringExecution": {
"items": {
"properties": {
"podAffinityTerm": {
"properties": {
"labelSelector": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"topologyKey": {
"type": "string"
}
},
"type": "object"
},
"weight": {
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"annotations": {
"type": "object"
},
"apisvc": {
"properties": {
"annotations": {
"description": "Add annotations to controller REST API service",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration. Controller supports HTTPS only, so edge termination not supported.",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Controller REST API service",
"type": "boolean"
},
"host": {
"description": "Set controller REST API service hostname",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Controller REST API service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set controller REST API service CA certificate may be required to establish a certificate chain for validation",
"type": "string"
},
"certificate": {
"description": "Set controller REST API service PEM format certificate file",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate",
"type": "string"
},
"key": {
"description": "Set controller REST API service PEM format key file",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Controller REST API service type"
}
},
"type": "object"
},
"azureFileShare": {
"properties": {
"enabled": {
"description": "If true, enable the usage of an existing or statically provisioned Azure File Share",
"type": "boolean"
},
"secretName": {
"description": "The name of the secret containing the Azure file share storage account name and key",
"type": [
"string",
"null"
]
},
"shareName": {
"description": "The name of the Azure file share to use",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace controller REST API certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace controller REST API certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace controller REST API certificate using secret if secret name is specified"
}
},
"type": "object"
},
"configmap": {
"properties": {
"data": {
"description": "NeuVector configuration in YAML format",
"type": [
"object",
"null"
]
},
"enabled": {
"description": "If true, configure NeuVector global settings using a ConfigMap",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"disruptionbudget": {
"description": "controller PodDisruptionBudget. 0 to disable. Recommended value: 2.",
"type": "integer"
},
"enabled": {
"description": "If false, controller will not be installed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for controller.",
"type": "array"
},
"federation": {
"properties": {
"managedsvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster managed cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for managedsvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for managedsvc"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation managed service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation managed ingress service",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for managedsvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster managed cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for manageed service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster managed cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster managed cluster service type. If specified, the deployment will be managed by the managed cluster. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
},
"mastersvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster primary cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for mastersvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for mastersvc"
},
"ingress": {
"description": "Federation Master Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation master service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation master ingress service. If set, the tls-host used is the one set with `controller.federation.mastersvc.ingress.host`.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for mastersvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster primary cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for primary cluster service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster primary cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format key certificate file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster primary cluster service type. If specified, the deployment will be used to manage other clusters. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "controller image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "controller image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for rest api, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": " Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller rest api ingress service. If set, the tls-host used is the one set with `controller.ingress.host`",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "controller priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"pvc": {
"properties": {
"accessModes": {
"description": "Access modes for the created PVC. Requires RWX",
"items": {
"enum": [
"ReadWriteOnce",
"ReadOnlyMany",
"ReadWriteMany",
"ReadWriteOncePod"
]
},
"type": "array"
},
"capacity": {
"description": "Storage capacity. Requires 1Gi",
"pattern": "^([0-9]+)(m|k|M|G|T|P|E|Ki|Mi|Gi|Ti|Pi|Ei)$",
"type": [
"string",
"null"
]
},
"enabled": {
"description": "If true, enable persistence for controller using PVC",
"type": "boolean"
},
"existingClaim": {
"description": "If `false`, a new PVC will be created. If a string is provided, an existing PVC with this name will be used.",
"type": [
"boolean",
"string"
]
},
"storageClass": {
"description": "Storage Class to be used",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"ranchersso": {
"properties": {
"enabled": {
"description": "If true, enable single sign on for Rancher; required for rancher authentication",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"replicas": {
"description": "controller replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to controller deployment",
"type": "object"
},
"schedulerName": {
"description": "kubernetes scheduler name",
"type": [
"string",
"null"
]
},
"secret": {
"description": "files defined here have preferrence over the ones defined in the configmap section",
"properties": {
"data": {
"description": "NeuVector configuration in key/value pair format",
"properties": {
"userinitcfg.yaml": {
"properties": {
"users": {
"items": {
"properties": {
"Fullname": {
"type": "string"
},
"Password": {
"type": [
"string",
"null"
]
},
"Role": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"description": "If true, configure NeuVector global settings using secrets",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"crdwebhook": {
"properties": {
"enabled": {
"description": "Enable crd service and create crd related resources",
"type": "boolean"
},
"type": {
"description": "crd webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"cve": {
"properties": {
"adapter": {
"properties": {
"affinity": {
"description": "registry adapter affinity rules",
"type": "object"
},
"certificate": {
"description": "TLS cert/key. If absent, TLS cert/key automatically generated will be used.",
"properties": {
"keyFile": {
"description": "Replace registry adapter certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace registry adapter certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace registry adapter certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create registry adapter",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for adapter.",
"type": "array"
},
"harbor": {
"properties": {
"protocol": {
"description": "Harbor registry request protocol",
"enum": [
"http",
"https"
]
},
"secretName": {
"description": "Harbor registry adapter's basic authentication secret",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "registry adapter image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "registry adapter image repository",
"type": "string"
},
"tag": {
"description": "registry adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for registry adapter ingress service. If set, the tls-host used is the one set with `cve.adapter.ingress.host`.",
"type": "boolean"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "registry adapter priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to registry adapter deployment",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"properties": {
"annotations": {
"description": "Add annotations to registry adapter service",
"type": "object"
},
"loadBalancerIP": {
"description": "if registry adapter service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"description": "set registry adapter service type for native Kubernetes. If it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"scanner": {
"properties": {
"affinity": {
"description": "scanner affinity rules",
"type": "object"
},
"dockerPath": {
"description": "the remote docker socket if CI/CD integration need scan images before they are pushed to the registry",
"type": "string"
},
"enabled": {
"description": "If true, cve scanners will be deployed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for scanner.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "cve scanner image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve scanner image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve scanner image repository",
"type": "string"
},
"tag": {
"description": "cve scanner image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve scanner priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"replicas": {
"description": "external scanner replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to scanner deployment",
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"updater": {
"properties": {
"cacert": {
"description": "If set, use this ca file to validate API server's certificate",
"format": "uri-reference",
"type": "string"
},
"enabled": {
"description": "If true, create cve updater . If false, cve updater will not be installed",
"type": "boolean"
},
"image": {
"properties": {
"hash": {
"description": "cve updateer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve updater image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve updater image repository",
"type": "string"
},
"tag": {
"description": "image tag for cve updater",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve updater priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"schedule": {
"description": "cronjob cve updater schedule",
"type": "string"
},
"secure": {
"description": "If true, API server's certificate is validated",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"required": [
"adapter",
"updater",
"scanner"
],
"type": "object"
},
"defaultValidityPeriod": {
"description": "The default validity period used for certs automatically generated (days)",
"type": "integer"
},
"enforcer": {
"properties": {
"enabled": {
"description": "If true, create enforcer",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for enforcers.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "enforcer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "enforcer image repository",
"type": "string"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "enforcer priorityClassName. Must exist prior to helm deployment. Leave empty to disable."
},
"resources": {
"description": "Add resources requests and limits to enforcer deployment",
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate. Other taints can be added after the default",
"items": {
"properties": {
"effect": {
"enum": [
"NoExecute",
"NoSchedule",
"PreferNoSchedule"
]
},
"key": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"updateStrategy": {
"description": "enforcer update strategy type.",
"properties": {
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
}
},
"required": [
"enabled"
],
"type": "object"
},
"global": {
"properties": {
"aws": {
"properties": {
"accountNumber": {
"description": "AWS Account Number; Follow AWS subscription instruction",
"type": "string"
},
"annotations": {
"type": "object"
},
"enabled": {
"description": "If true, install AWS billing csp adapter. **Note**: default admin user is disabled when aws market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"image": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
],
"type": "string"
},
"repository": {
"description": "csp adapter image repository",
"type": "string"
},
"tag": {
"description": "csp adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"roleName": {
"description": "AWS Role name for billing; Follow AWS subscription instruction",
"type": "string"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"azure": {
"properties": {
"enabled": {
"description": "If true, install Azure billing csp adapter; **Note**: default admin user is disabled when azure market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"extension": {
"properties": {
"resourceId": {
"description": "application's Azure Resource ID, Azure populates this value at deployment time",
"pattern": "^DONOTMODIFY$",
"type": "string"
}
},
"type": "object"
},
"identity": {
"properties": {
"clientId": {
"description": "Azure populates this value at deployment time",
"pattern": "^DONOTMODIFY$",
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"images": {
"properties": {
"controller": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"enforcer": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"manager": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"neuvector_csp_pod": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"image": {
"description": " csp adapter image repository",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
]
},
"registry": {
"description": "csp adapter image registry",
"pattern": "^susellcforazuremarketplace.azurecr.io$",
"type": "string"
}
},
"type": "object"
},
"scanner": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"marketplace": {
"properties": {
"planId": {
"description": "Azure populates this value at deployment time",
"pattern": "^DONOTMODIFY$",
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cattle": {
"description": "required for rancher authentication",
"properties": {
"url": {
"description": "Set the Rancher Server URL; Required for Rancher Authentication. https://<Rancher_URL>/",
"format": "uri",
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"required": [
"azure",
"aws"
],
"type": "object"
},
"imagePullSecrets": {
"description": "image pull secret"
},
"internal": {
"properties": {
"certmanager": {
"properties": {
"enabled": {
"description": "enable when cert-manager is installed for the internal certificates",
"type": "boolean"
},
"secretname": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"type": "object"
},
"leastPrivilege": {
"description": "Use least privileged service account",
"type": "boolean"
},
"manager": {
"properties": {
"affinity": {
"description": "manager affinity rules",
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace manager UI certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace manager UI certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace manager UI certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create manager",
"type": "boolean"
},
"env": {
"properties": {
"envs": {
"description": "Other environment variables. The following variables are accepted.",
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"ssl": {
"description": "If false, manager will listen on HTTP access instead of HTTPS",
"type": "boolean"
}
},
"required": [
"ssl"
],
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "manager image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "manager image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)"
},
"tls": {
"description": "only for end-to-end tls conf - ingress-nginx accepts backend self-signed cert",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "manager priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to manager deployment",
"type": "object"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"runAsUser": {
"description": "MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"description": "set manager service type for native Kubernetes. if it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google.",
"properties": {
"annotations": {
"description": "Add annotations to manager service",
"type": "object"
},
"loadBalancerIP": {
"description": "if manager service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"oem": {
"description": "OEM release name",
"type": [
"string",
"null"
]
},
"openshift": {
"description": "If deploying in OpenShift, set this to true",
"type": "boolean"
},
"psp": {
"description": "NeuVector Pod Security Policy when psp policy is enabled",
"type": "boolean"
},
"rbac": {
"description": "NeuVector RBAC Manifests are installed when RBAC is enabled; required for rancher authentication",
"type": "boolean"
},
"registry": {
"description": "NeuVector container registry",
"type": "string"
},
"resources": {
"type": "object"
},
"runtimePath": {
"description": "container runtime socket path, if it's not at the default location.",
"format": "uri-reference",
"type": [
"string",
"null"
]
},
"serviceAccount": {
"description": "Service account name for NeuVector components",
"type": "string"
},
"tag": {
"description": "image tag for controller enforcer manager",
"type": [
"string",
"null"
]
}
},
"required": [
"openshift",
"registry",
"psp",
"rbac",
"serviceAccount",
"leastPrivilege",
"global",
"autoGenerateCert",
"defaultValidityPeriod",
"internal",
"controller",
"enforcer",
"manager",
"cve"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
neuvector/neuvector-helm | ab138b5609378f258c6f0758003523c8b6ff790e | 2024-03-30T04:51:09 | charts/core/values.schema.json | 111 | 2024-05-29T09:07:59.117596Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"admissionwebhook": {
"properties": {
"type": {
"description": "admission webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"autoGenerateCert": {
"description": "Automatically generate certificate or not",
"type": "boolean"
},
"controller": {
"properties": {
"affinity": {
"description": "controller affinity rules",
"properties": {
"podAntiAffinity": {
"properties": {
"preferredDuringSchedulingIgnoredDuringExecution": {
"items": {
"properties": {
"podAffinityTerm": {
"properties": {
"labelSelector": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"topologyKey": {
"type": "string"
}
},
"type": "object"
},
"weight": {
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"annotations": {
"type": "object"
},
"apisvc": {
"properties": {
"annotations": {
"description": "Add annotations to controller REST API service",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration. Controller supports HTTPS only, so edge termination not supported.",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Controller REST API service",
"type": "boolean"
},
"host": {
"description": "Set controller REST API service hostname",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Controller REST API service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set controller REST API service CA certificate may be required to establish a certificate chain for validation",
"type": "string"
},
"certificate": {
"description": "Set controller REST API service PEM format certificate file",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate",
"type": "string"
},
"key": {
"description": "Set controller REST API service PEM format key file",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Controller REST API service type"
}
},
"type": "object"
},
"azureFileShare": {
"properties": {
"enabled": {
"description": "If true, enable the usage of an existing or statically provisioned Azure File Share",
"type": "boolean"
},
"secretName": {
"description": "The name of the secret containing the Azure file share storage account name and key",
"type": [
"string",
"null"
]
},
"shareName": {
"description": "The name of the Azure file share to use",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace controller REST API certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace controller REST API certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace controller REST API certificate using secret if secret name is specified"
}
},
"type": "object"
},
"configmap": {
"properties": {
"data": {
"description": "NeuVector configuration in YAML format",
"type": [
"object",
"null"
]
},
"enabled": {
"description": "If true, configure NeuVector global settings using a ConfigMap",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"disruptionbudget": {
"description": "controller PodDisruptionBudget. 0 to disable. Recommended value: 2.",
"type": "integer"
},
"enabled": {
"description": "If false, controller will not be installed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for controller.",
"type": "array"
},
"federation": {
"properties": {
"managedsvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster managed cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for managedsvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for managedsvc"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation managed service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation managed ingress service",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for managedsvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster managed cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for manageed service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster managed cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster managed cluster service type. If specified, the deployment will be managed by the managed cluster. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
},
"mastersvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster primary cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for mastersvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for mastersvc"
},
"ingress": {
"description": "Federation Master Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation master service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation master ingress service. If set, the tls-host used is the one set with `controller.federation.mastersvc.ingress.host`.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for mastersvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster primary cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for primary cluster service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster primary cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format key certificate file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster primary cluster service type. If specified, the deployment will be used to manage other clusters. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "controller image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "controller image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for rest api, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": " Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller rest api ingress service. If set, the tls-host used is the one set with `controller.ingress.host`",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "controller priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"pvc": {
"properties": {
"accessModes": {
"description": "Access modes for the created PVC. Requires RWX",
"items": {
"enum": [
"ReadWriteOnce",
"ReadOnlyMany",
"ReadWriteMany",
"ReadWriteOncePod"
]
},
"type": "array"
},
"capacity": {
"description": "Storage capacity. Requires 1Gi",
"pattern": "^([0-9]+)(m|k|M|G|T|P|E|Ki|Mi|Gi|Ti|Pi|Ei)$",
"type": [
"string",
"null"
]
},
"enabled": {
"description": "If true, enable persistence for controller using PVC",
"type": "boolean"
},
"existingClaim": {
"description": "If `false`, a new PVC will be created. If a string is provided, an existing PVC with this name will be used.",
"type": [
"boolean",
"string"
]
},
"storageClass": {
"description": "Storage Class to be used",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"ranchersso": {
"properties": {
"enabled": {
"description": "If true, enable single sign on for Rancher; required for rancher authentication",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"replicas": {
"description": "controller replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to controller deployment",
"type": "object"
},
"schedulerName": {
"description": "kubernetes scheduler name",
"type": [
"string",
"null"
]
},
"secret": {
"description": "files defined here have preferrence over the ones defined in the configmap section",
"properties": {
"data": {
"description": "NeuVector configuration in key/value pair format",
"properties": {
"userinitcfg.yaml": {
"properties": {
"users": {
"items": {
"properties": {
"Fullname": {
"type": "string"
},
"Password": {
"type": [
"string",
"null"
]
},
"Role": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"description": "If true, configure NeuVector global settings using secrets",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"crdwebhook": {
"properties": {
"enabled": {
"description": "Enable crd service and create crd related resources",
"type": "boolean"
},
"type": {
"description": "crd webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"cve": {
"properties": {
"adapter": {
"properties": {
"affinity": {
"description": "registry adapter affinity rules",
"type": "object"
},
"certificate": {
"description": "TLS cert/key. If absent, TLS cert/key automatically generated will be used.",
"properties": {
"keyFile": {
"description": "Replace registry adapter certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace registry adapter certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace registry adapter certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create registry adapter",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for adapter.",
"type": "array"
},
"harbor": {
"properties": {
"protocol": {
"description": "Harbor registry request protocol",
"enum": [
"http",
"https"
]
},
"secretName": {
"description": "Harbor registry adapter's basic authentication secret",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "registry adapter image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "registry adapter image repository",
"type": "string"
},
"tag": {
"description": "registry adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for registry adapter ingress service. If set, the tls-host used is the one set with `cve.adapter.ingress.host`.",
"type": "boolean"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "registry adapter priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to registry adapter deployment",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"properties": {
"annotations": {
"description": "Add annotations to registry adapter service",
"type": "object"
},
"loadBalancerIP": {
"description": "if registry adapter service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"description": "set registry adapter service type for native Kubernetes. If it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"scanner": {
"properties": {
"affinity": {
"description": "scanner affinity rules",
"type": "object"
},
"dockerPath": {
"description": "the remote docker socket if CI/CD integration need scan images before they are pushed to the registry",
"type": "string"
},
"enabled": {
"description": "If true, cve scanners will be deployed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for scanner.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "cve scanner image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve scanner image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve scanner image repository",
"type": "string"
},
"tag": {
"description": "cve scanner image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve scanner priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"replicas": {
"description": "external scanner replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to scanner deployment",
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"updater": {
"properties": {
"cacert": {
"description": "If set, use this ca file to validate API server's certificate",
"format": "uri-reference",
"type": "string"
},
"enabled": {
"description": "If true, create cve updater . If false, cve updater will not be installed",
"type": "boolean"
},
"image": {
"properties": {
"hash": {
"description": "cve updateer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve updater image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve updater image repository",
"type": "string"
},
"tag": {
"description": "image tag for cve updater",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve updater priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"schedule": {
"description": "cronjob cve updater schedule",
"type": "string"
},
"secure": {
"description": "If true, API server's certificate is validated",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"required": [
"adapter",
"updater",
"scanner"
],
"type": "object"
},
"defaultValidityPeriod": {
"description": "The default validity period used for certs automatically generated (days)",
"type": "integer"
},
"enforcer": {
"properties": {
"enabled": {
"description": "If true, create enforcer",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for enforcers.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "enforcer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "enforcer image repository",
"type": "string"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "enforcer priorityClassName. Must exist prior to helm deployment. Leave empty to disable."
},
"resources": {
"description": "Add resources requests and limits to enforcer deployment",
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate. Other taints can be added after the default",
"items": {
"properties": {
"effect": {
"enum": [
"NoExecute",
"NoSchedule",
"PreferNoSchedule"
]
},
"key": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"updateStrategy": {
"description": "enforcer update strategy type.",
"properties": {
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
}
},
"required": [
"enabled"
],
"type": "object"
},
"global": {
"properties": {
"aws": {
"properties": {
"accountNumber": {
"description": "AWS Account Number; Follow AWS subscription instruction",
"type": "string"
},
"annotations": {
"type": "object"
},
"enabled": {
"description": "If true, install AWS billing csp adapter. **Note**: default admin user is disabled when aws market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"image": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
],
"type": "string"
},
"repository": {
"description": "csp adapter image repository",
"type": "string"
},
"tag": {
"description": "csp adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"roleName": {
"description": "AWS Role name for billing; Follow AWS subscription instruction",
"type": "string"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"azure": {
"properties": {
"enabled": {
"description": "If true, install Azure billing csp adapter; **Note**: default admin user is disabled when azure market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"extension": {
"properties": {
"resourceId": {
"description": "application's Azure Resource ID, Azure populates this value at deployment time",
"type": "string"
}
},
"type": "object"
},
"identity": {
"properties": {
"clientId": {
"description": "Azure populates this value at deployment time",
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"images": {
"properties": {
"controller": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"enforcer": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"manager": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"neuvector_csp_pod": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"image": {
"description": " csp adapter image repository",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
]
},
"registry": {
"description": "csp adapter image registry",
"type": "string"
}
},
"type": "object"
},
"scanner": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"marketplace": {
"properties": {
"planId": {
"description": "Azure populates this value at deployment time",
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cattle": {
"description": "required for rancher authentication",
"properties": {
"url": {
"description": "Set the Rancher Server URL; Required for Rancher Authentication. https://<Rancher_URL>/",
"format": "uri",
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"required": [
"azure",
"aws"
],
"type": "object"
},
"imagePullSecrets": {
"description": "image pull secret"
},
"internal": {
"properties": {
"certmanager": {
"properties": {
"enabled": {
"description": "enable when cert-manager is installed for the internal certificates",
"type": "boolean"
},
"secretname": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"type": "object"
},
"leastPrivilege": {
"description": "Use least privileged service account",
"type": "boolean"
},
"manager": {
"properties": {
"affinity": {
"description": "manager affinity rules",
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace manager UI certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace manager UI certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace manager UI certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create manager",
"type": "boolean"
},
"env": {
"properties": {
"envs": {
"description": "Other environment variables. The following variables are accepted.",
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"ssl": {
"description": "If false, manager will listen on HTTP access instead of HTTPS",
"type": "boolean"
}
},
"required": [
"ssl"
],
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "manager image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "manager image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)"
},
"tls": {
"description": "only for end-to-end tls conf - ingress-nginx accepts backend self-signed cert",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "manager priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to manager deployment",
"type": "object"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"runAsUser": {
"description": "MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"description": "set manager service type for native Kubernetes. if it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google.",
"properties": {
"annotations": {
"description": "Add annotations to manager service",
"type": "object"
},
"loadBalancerIP": {
"description": "if manager service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"oem": {
"description": "OEM release name",
"type": [
"string",
"null"
]
},
"openshift": {
"description": "If deploying in OpenShift, set this to true",
"type": "boolean"
},
"psp": {
"description": "NeuVector Pod Security Policy when psp policy is enabled",
"type": "boolean"
},
"rbac": {
"description": "NeuVector RBAC Manifests are installed when RBAC is enabled; required for rancher authentication",
"type": "boolean"
},
"registry": {
"description": "NeuVector container registry",
"type": "string"
},
"resources": {
"type": "object"
},
"runtimePath": {
"description": "container runtime socket path, if it's not at the default location.",
"format": "uri-reference",
"type": [
"string",
"null"
]
},
"serviceAccount": {
"description": "Service account name for NeuVector components",
"type": "string"
},
"tag": {
"description": "image tag for controller enforcer manager",
"type": [
"string",
"null"
]
}
},
"required": [
"openshift",
"registry",
"psp",
"rbac",
"serviceAccount",
"leastPrivilege",
"global",
"autoGenerateCert",
"defaultValidityPeriod",
"internal",
"controller",
"enforcer",
"manager",
"cve"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
neuvector/neuvector-helm | 1af54ef9750e61b8f245c60d8a59664fb7fdd461 | 2024-04-25T20:41:56 | charts/core/values.schema.json | 111 | 2024-05-29T09:07:59.117596Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"admissionwebhook": {
"properties": {
"type": {
"description": "admission webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"autoGenerateCert": {
"description": "Automatically generate certificate or not",
"type": "boolean"
},
"controller": {
"properties": {
"affinity": {
"description": "controller affinity rules",
"properties": {
"podAntiAffinity": {
"properties": {
"preferredDuringSchedulingIgnoredDuringExecution": {
"items": {
"properties": {
"podAffinityTerm": {
"properties": {
"labelSelector": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"topologyKey": {
"type": "string"
}
},
"type": "object"
},
"weight": {
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"annotations": {
"type": "object"
},
"apisvc": {
"properties": {
"annotations": {
"description": "Add annotations to controller REST API service",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration. Controller supports HTTPS only, so edge termination not supported.",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Controller REST API service",
"type": "boolean"
},
"host": {
"description": "Set controller REST API service hostname",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Controller REST API service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set controller REST API service CA certificate may be required to establish a certificate chain for validation",
"type": "string"
},
"certificate": {
"description": "Set controller REST API service PEM format certificate file",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate",
"type": "string"
},
"key": {
"description": "Set controller REST API service PEM format key file",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Controller REST API service type"
}
},
"type": "object"
},
"azureFileShare": {
"properties": {
"enabled": {
"description": "If true, enable the usage of an existing or statically provisioned Azure File Share",
"type": "boolean"
},
"secretName": {
"description": "The name of the secret containing the Azure file share storage account name and key",
"type": [
"string",
"null"
]
},
"shareName": {
"description": "The name of the Azure file share to use",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace controller REST API certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace controller REST API certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace controller REST API certificate using secret if secret name is specified"
}
},
"type": "object"
},
"configmap": {
"properties": {
"data": {
"description": "NeuVector configuration in YAML format",
"type": [
"object",
"null"
]
},
"enabled": {
"description": "If true, configure NeuVector global settings using a ConfigMap",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"disruptionbudget": {
"description": "controller PodDisruptionBudget. 0 to disable. Recommended value: 2.",
"type": "integer"
},
"enabled": {
"description": "If false, controller will not be installed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for controller.",
"type": "array"
},
"federation": {
"properties": {
"managedsvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster managed cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for managedsvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for managedsvc"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation managed service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation managed ingress service",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for managedsvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster managed cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for manageed service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster managed cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster managed cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster managed cluster service type. If specified, the deployment will be managed by the managed cluster. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
},
"mastersvc": {
"properties": {
"annotations": {
"description": "Add annotations to Multi-cluster primary cluster REST API service",
"type": "object"
},
"clusterIP": {
"description": "Set clusterIP to be used for mastersvc",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "Set externalTrafficPolicy to be used for mastersvc"
},
"ingress": {
"description": "Federation Master Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for federation master service, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller federation master ingress service. If set, the tls-host used is the one set with `controller.federation.mastersvc.ingress.host`.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internalTrafficPolicy": {
"description": "Set internalTrafficPolicy to be used for mastersvc"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the Multi-cluster primary cluster service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for primary cluster service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for Multi-cluster primary cluster service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"certificate": {
"description": "Set PEM format key certificate file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set CA certificate to validate the endpoint certificate for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for Multi-cluster primary cluster service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"type": {
"description": "Multi-cluster primary cluster service type. If specified, the deployment will be used to manage other clusters. Possible values include NodePort, LoadBalancer and ClusterIP.",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName",
null
]
}
},
"type": "object"
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "controller image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "controller image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"description": "Federation Managed Ingress",
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress for rest api, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "or this could be \"/api\", but might need \"rewrite-target\" annotation",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": " Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for controller rest api ingress service. If set, the tls-host used is the one set with `controller.ingress.host`",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "controller priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"pvc": {
"properties": {
"accessModes": {
"description": "Access modes for the created PVC. Requires RWX",
"items": {
"enum": [
"ReadWriteOnce",
"ReadOnlyMany",
"ReadWriteMany",
"ReadWriteOncePod"
]
},
"type": "array"
},
"capacity": {
"description": "Storage capacity. Requires 1Gi",
"pattern": "^([0-9]+)(m|k|M|G|T|P|E|Ki|Mi|Gi|Ti|Pi|Ei)$",
"type": [
"string",
"null"
]
},
"enabled": {
"description": "If true, enable persistence for controller using PVC",
"type": "boolean"
},
"existingClaim": {
"description": "If `false`, a new PVC will be created. If a string is provided, an existing PVC with this name will be used.",
"type": [
"boolean",
"string"
]
},
"storageClass": {
"description": "Storage Class to be used",
"type": [
"string",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"ranchersso": {
"properties": {
"enabled": {
"description": "If true, enable single sign on for Rancher; required for rancher authentication",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"replicas": {
"description": "controller replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to controller deployment",
"type": "object"
},
"schedulerName": {
"description": "kubernetes scheduler name",
"type": [
"string",
"null"
]
},
"secret": {
"description": "files defined here have preferrence over the ones defined in the configmap section",
"properties": {
"data": {
"description": "NeuVector configuration in key/value pair format",
"properties": {
"userinitcfg.yaml": {
"properties": {
"users": {
"items": {
"properties": {
"Fullname": {
"type": "string"
},
"Password": {
"type": [
"string",
"null"
]
},
"Role": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"description": "If true, configure NeuVector global settings using secrets",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"crdwebhook": {
"properties": {
"enabled": {
"description": "Enable crd service and create crd related resources",
"type": "boolean"
},
"type": {
"description": "crd webhook type",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"cve": {
"properties": {
"adapter": {
"properties": {
"affinity": {
"description": "registry adapter affinity rules",
"type": "object"
},
"certificate": {
"description": "TLS cert/key. If absent, TLS cert/key automatically generated will be used.",
"properties": {
"keyFile": {
"description": "Replace registry adapter certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace registry adapter certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace registry adapter certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create registry adapter",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for adapter.",
"type": "array"
},
"harbor": {
"properties": {
"protocol": {
"description": "Harbor registry request protocol",
"enum": [
"http",
"https"
]
},
"secretName": {
"description": "Harbor registry adapter's basic authentication secret",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "registry adapter image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "registry adapter image repository",
"type": "string"
},
"tag": {
"description": "registry adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)",
"type": [
"string",
"null"
]
},
"tls": {
"description": "If true, TLS is enabled for registry adapter ingress service. If set, the tls-host used is the one set with `cve.adapter.ingress.host`.",
"type": "boolean"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "registry adapter priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to registry adapter deployment",
"type": "object"
},
"route": {
"description": "OpenShift Route configuration",
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"properties": {
"annotations": {
"description": "Add annotations to registry adapter service",
"type": "object"
},
"loadBalancerIP": {
"description": "if registry adapter service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"description": "set registry adapter service type for native Kubernetes. If it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google",
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"scanner": {
"properties": {
"affinity": {
"description": "scanner affinity rules",
"type": "object"
},
"dockerPath": {
"description": "the remote docker socket if CI/CD integration need scan images before they are pushed to the registry",
"type": "string"
},
"enabled": {
"description": "If true, cve scanners will be deployed",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for scanner.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "cve scanner image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve scanner image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve scanner image repository",
"type": "string"
},
"tag": {
"description": "cve scanner image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve scanner priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"replicas": {
"description": "external scanner replicas",
"type": "integer"
},
"resources": {
"description": "Add resources requests and limits to scanner deployment",
"type": "object"
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"strategy": {
"properties": {
"rollingUpdate": {
"properties": {
"maxSurge": {
"type": "integer"
},
"maxUnavailable": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"updater": {
"properties": {
"cacert": {
"description": "If set, use this ca file to validate API server's certificate",
"format": "uri-reference",
"type": "string"
},
"enabled": {
"description": "If true, create cve updater . If false, cve updater will not be installed",
"type": "boolean"
},
"image": {
"properties": {
"hash": {
"description": "cve updateer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"registry": {
"description": "cve updater image registry to overwrite global registry",
"type": "string"
},
"repository": {
"description": "cve updater image repository",
"type": "string"
},
"tag": {
"description": "image tag for cve updater",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "cve updater priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"runAsUser": {
"description": "Specify the run as User ID. MUST be set for Rancher hardened cluster"
},
"schedule": {
"description": "cronjob cve updater schedule",
"type": "string"
},
"secure": {
"description": "If true, API server's certificate is validated",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"required": [
"adapter",
"updater",
"scanner"
],
"type": "object"
},
"defaultValidityPeriod": {
"description": "The default validity period used for certs automatically generated (days)",
"type": "integer"
},
"enforcer": {
"properties": {
"enabled": {
"description": "If true, create enforcer",
"type": "boolean"
},
"env": {
"description": "User-defined environment variables for enforcers.",
"type": "array"
},
"image": {
"properties": {
"hash": {
"description": "enforcer image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "enforcer image repository",
"type": "string"
}
},
"type": "object"
},
"internal": {
"properties": {
"certificate": {
"description": "this is used for internal communication. Please use the SAME CA for all the components (controller, scanner, adapter and enforcer)",
"properties": {
"caFile": {
"description": "must be the same CA for all internal.",
"type": "string"
},
"keyFile": {
"type": "string"
},
"pemFile": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "enforcer priorityClassName. Must exist prior to helm deployment. Leave empty to disable."
},
"resources": {
"description": "Add resources requests and limits to enforcer deployment",
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate. Other taints can be added after the default",
"items": {
"properties": {
"effect": {
"enum": [
"NoExecute",
"NoSchedule",
"PreferNoSchedule"
]
},
"key": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"updateStrategy": {
"description": "enforcer update strategy type.",
"properties": {
"type": {
"enum": [
"Recreate",
"RollingUpdate"
]
}
},
"type": "object"
}
},
"required": [
"enabled"
],
"type": "object"
},
"global": {
"properties": {
"aws": {
"properties": {
"accountNumber": {
"description": "AWS Account Number; Follow AWS subscription instruction",
"type": [
"integer",
"string"
]
},
"annotations": {
"type": "object"
},
"enabled": {
"description": "If true, install AWS billing csp adapter. **Note**: default admin user is disabled when aws market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"image": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
],
"type": "string"
},
"repository": {
"description": "csp adapter image repository",
"type": "string"
},
"tag": {
"description": "csp adapter image tag",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"roleName": {
"description": "AWS Role name for billing; Follow AWS subscription instruction",
"type": "string"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"azure": {
"properties": {
"enabled": {
"description": "If true, install Azure billing csp adapter; **Note**: default admin user is disabled when azure market place billing enabled, use secret to create admin-role user to manage NeuVector deployment.",
"type": "boolean"
},
"extension": {
"properties": {
"resourceId": {
"description": "application's Azure Resource ID, Azure populates this value at deployment time",
"type": "string"
}
},
"type": "object"
},
"identity": {
"properties": {
"clientId": {
"description": "Azure populates this value at deployment time",
"type": "string"
}
},
"type": "object"
},
"imagePullSecrets": {
"description": "Pull secret for csp adapter image"
},
"images": {
"properties": {
"controller": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"enforcer": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"manager": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
},
"neuvector_csp_pod": {
"properties": {
"digest": {
"description": "csp adapter image digest",
"type": "string"
},
"image": {
"description": " csp adapter image repository",
"type": "string"
},
"imagePullPolicy": {
"description": "csp adapter image pull policy",
"enum": [
"Always",
"Never",
"IfNotPresent"
]
},
"registry": {
"description": "csp adapter image registry",
"type": "string"
}
},
"type": "object"
},
"scanner": {
"properties": {
"digest": {
"type": "string"
},
"image": {
"type": "string"
},
"registry": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"marketplace": {
"properties": {
"planId": {
"description": "Azure populates this value at deployment time",
"type": "string"
}
},
"type": "object"
},
"serviceAccount": {
"description": "Service account name for csp adapter",
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cattle": {
"description": "required for rancher authentication",
"properties": {
"url": {
"description": "Set the Rancher Server URL; Required for Rancher Authentication. https://<Rancher_URL>/",
"format": "uri",
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"required": [
"azure",
"aws"
],
"type": "object"
},
"imagePullSecrets": {
"description": "image pull secret"
},
"internal": {
"properties": {
"certmanager": {
"properties": {
"enabled": {
"description": "enable when cert-manager is installed for the internal certificates",
"type": "boolean"
},
"secretname": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
}
},
"type": "object"
},
"leastPrivilege": {
"description": "Use least privileged service account",
"type": "boolean"
},
"manager": {
"properties": {
"affinity": {
"description": "manager affinity rules",
"type": "object"
},
"certificate": {
"properties": {
"keyFile": {
"description": "Replace manager UI certificate key file",
"type": "string"
},
"pemFile": {
"description": "Replace manager UI certificate pem file",
"type": "string"
},
"secret": {
"description": "Replace manager UI certificate using secret if secret name is specified",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"enabled": {
"description": "If true, create manager",
"type": "boolean"
},
"env": {
"properties": {
"envs": {
"description": "Other environment variables. The following variables are accepted.",
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"ssl": {
"description": "If false, manager will listen on HTTP access instead of HTTPS",
"type": "boolean"
}
},
"required": [
"ssl"
],
"type": "object"
},
"image": {
"properties": {
"hash": {
"description": "manager image hash in the format of sha256:xxxx. If present it overwrites the image tag value.",
"type": [
"string",
"null"
]
},
"repository": {
"description": "manager image repository",
"type": "string"
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"description": "Add annotations to ingress to influence behavior",
"properties": {
"ingress.kubernetes.io/rewrite-target": {
"type": "string"
},
"kubernetes.io/ingress.class": {
"type": "string"
},
"nginx.ingress.kubernetes.io/backend-protocol": {
"type": "string"
},
"nginx.ingress.kubernetes.io/enable-rewrite-log": {
"type": "string"
},
"nginx.ingress.kubernetes.io/whitelist-source-range": {
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "If true, create ingress, must also set ingress host value",
"type": "boolean"
},
"host": {
"description": "MUST be set, if ingress is enabled",
"format": "hostname",
"type": [
"string",
"null"
]
},
"ingressClassName": {
"description": "To be used instead of the ingress.class annotation if an IngressClass is provisioned",
"type": "string"
},
"path": {
"description": "Set ingress path. If set, it might be necessary to set a rewrite rule in annotations. Currently only supports `/`",
"format": "uri-reference",
"type": "string"
},
"secretName": {
"description": "Name of the secret to be used for TLS-encryption. Secret must be created separately (Let's encrypt, manually)"
},
"tls": {
"description": "only for end-to-end tls conf - ingress-nginx accepts backend self-signed cert",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
},
"nodeSelector": {
"description": "Enable and specify nodeSelector labels",
"type": "object"
},
"podAnnotations": {
"description": "Specify the pod annotations.",
"type": "object"
},
"podLabels": {
"description": "Specify the pod labels.",
"type": "object"
},
"priorityClassName": {
"description": "manager priorityClassName. Must exist prior to helm deployment. Leave empty to disable.",
"type": [
"string",
"null"
]
},
"resources": {
"description": "Add resources requests and limits to manager deployment",
"type": "object"
},
"route": {
"properties": {
"enabled": {
"description": "If true, create a OpenShift route to expose the management console service",
"type": "boolean"
},
"host": {
"description": "Set OpenShift route host for management console service",
"format": "hostname",
"type": [
"string",
"null"
]
},
"termination": {
"description": "Specify TLS termination for OpenShift route for management console service. Possible passthrough, reencrypt",
"enum": [
"passthrough",
"reencrypt"
]
},
"tls": {
"properties": {
"caCertificate": {
"description": "Set CA certificate may be required to establish a certificate chain for validation for OpenShift route for management console service",
"type": "string"
},
"certificate": {
"description": "Set PEM format certificate file for OpenShift route for management console service",
"type": "string"
},
"destinationCACertificate": {
"description": "Set controller REST API service CA certificate to validate the endpoint certificate for OpenShift route for management console service",
"type": "string"
},
"key": {
"description": "Set PEM format key file for OpenShift route for management console service",
"type": "string"
}
},
"type": [
"object",
"null"
]
}
},
"required": [
"enabled"
],
"type": "object"
},
"runAsUser": {
"description": "MUST be set for Rancher hardened cluster",
"type": [
"string",
"null"
]
},
"svc": {
"description": "set manager service type for native Kubernetes. if it is OpenShift platform or ingress is enabled, then default is `ClusterIP`. Set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google.",
"properties": {
"annotations": {
"description": "Add annotations to manager service",
"type": "object"
},
"loadBalancerIP": {
"description": "if manager service type is LoadBalancer, this is used to specify the load balancer's IP",
"format": "ipv4",
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"ClusterIP",
"NodePort",
"LoadBalancer",
"ExternalName"
]
}
},
"type": "object"
},
"tolerations": {
"description": "List of node taints to tolerate",
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
},
"oem": {
"description": "OEM release name",
"type": [
"string",
"null"
]
},
"openshift": {
"description": "If deploying in OpenShift, set this to true",
"type": "boolean"
},
"psp": {
"description": "NeuVector Pod Security Policy when psp policy is enabled",
"type": "boolean"
},
"rbac": {
"description": "NeuVector RBAC Manifests are installed when RBAC is enabled; required for rancher authentication",
"type": "boolean"
},
"registry": {
"description": "NeuVector container registry",
"type": "string"
},
"resources": {
"type": "object"
},
"runtimePath": {
"description": "container runtime socket path, if it's not at the default location.",
"format": "uri-reference",
"type": [
"string",
"null"
]
},
"serviceAccount": {
"description": "Service account name for NeuVector components",
"type": "string"
},
"tag": {
"description": "image tag for controller enforcer manager",
"type": [
"string",
"null"
]
}
},
"required": [
"openshift",
"registry",
"psp",
"rbac",
"serviceAccount",
"leastPrivilege",
"global",
"autoGenerateCert",
"defaultValidityPeriod",
"internal",
"controller",
"enforcer",
"manager",
"cve"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
QuiltMC/quilt-enigma-plugin | f8d55d41356f759fe9d794d21d262599394b270b | 2024-01-29T03:51:20 | src/main/resources/simple_type_field_names_schema.json | 9 | 2024-05-27T06:08:17.262133Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"entry": {
"allOf": [
{
"$ref": "#/definitions/name"
}
],
"properties": {
"exclusive": {
"description": "Whether the default name should be used if there's only a single entry using that name. Only applies if there is any fallback name",
"type": "boolean"
},
"fallback": {
"description": "Fallback names to use in case an entry with the default name already exists",
"items": {
"$ref": "#/definitions/name"
},
"type": "array"
}
}
},
"identifier": {
"description": "A valid java identifier",
"minLength": 1,
"pattern": "(?:\\b[_a-zA-Z]|\\B\\$)[_$a-zA-Z0-9]*",
"type": "string"
},
"name": {
"description": "Names to use for a type",
"oneOf": [
{
"properties": {
"local_name": {
"$ref": "#/definitions/identifier",
"description": "The name to use for non-static-final fields and parameters. Should be in camelCase"
},
"static_name": {
"$ref": "#/definitions/identifier",
"description": "The name to use for static-final fields. Should be in UPPER_SNAKE_CASE"
}
},
"required": [
"local_name"
],
"type": "object"
},
{
"$ref": "#/definitions/identifier"
}
]
}
},
"description": "Definitions for the proposed names of \"simple\" types",
"patternProperties": {
"^.*$": {
"$ref": "#/definitions/entry"
}
},
"title": "Simple Type Field Names Registry",
"type": "object"
} | Apache-2.0 | en |
devtron-labs/charts | 3afc881ede048d9c54059f91114011b600c0dd46 | 2023-10-04T14:35:25 | charts/migrant/values.schema.json | 19 | 2024-05-28T01:09:14.877976Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"database_credentials": {
"env": {
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
},
"envFrom": {
"secret": [
"db-secret"
]
}
},
"image": "migrate/migrate",
"migrations": [
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
]
}
],
"properties": {
"database_credentials": {
"default": {},
"properties": {
"env": {
"additionalProperties": {
"type": "string"
},
"default": {},
"examples": [
{
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
}
],
"required": [],
"title": "The env Schema",
"type": "object"
},
"envFrom": {
"items": {
"oneOf": [
{
"properties": {
"configMapRef": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"configMapRef"
]
},
{
"properties": {
"secretRef": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"secretRef"
]
}
],
"type": "object"
},
"type": "array"
}
},
"required": [],
"title": "The database_credentials Schema",
"type": "object"
},
"image": {
"default": "",
"examples": [
"migrate/migrate"
],
"title": "The image Schema",
"type": "string"
},
"migrations": {
"default": [],
"examples": [
[
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
]
],
"items": {
"default": {},
"examples": [
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
],
"properties": {
"enable": {
"default": false,
"examples": [
true
],
"title": "The enable Schema",
"type": "boolean"
},
"env": {
"additionalProperties": {
"type": "string"
},
"default": {},
"examples": [
{
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
}
],
"required": [
"REPO_URL",
"REPO_NAME",
"DB_NAME"
],
"title": "The env Schema",
"type": "object"
},
"post_query": {
"default": [],
"examples": [
[
"ls"
]
],
"items": {
"type": "string"
},
"title": "The post_query Schema",
"type": "array"
}
},
"required": [
"enable",
"env"
],
"title": "A Schema",
"type": "object"
},
"title": "The migrations Schema",
"type": "array"
}
},
"required": [
"database_credentials",
"image",
"migrations"
],
"title": "Root Schema",
"type": "object"
} | Apache-2.0 | en |
devtron-labs/charts | 4652381999108b6999773320df2297defdaf8420 | 2023-09-26T09:42:54 | charts/migrant/values.schema.json | 19 | 2024-05-28T01:09:14.877976Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"database_credentials": {
"db_host": "postgresql-postgresql.devtroncd",
"db_password": "xxxxxx",
"db_port": 5432,
"db_type": "postgres",
"db_user": "postgres"
},
"image": "migrate/migrate",
"migrations": [
{
"branch": "main",
"commit": "",
"instance_name": "orchestrator",
"location": "scripts/sql/",
"query": "sslmode=disable",
"repo_name": "repo",
"repo_url": "https://<user>:<token>@github.com/<user>/repo.git",
"version": "0"
}
]
}
],
"properties": {
"database_credentials": {
"default": {},
"examples": [
{
"db_host": "postgresql-postgresql.devtroncd",
"db_password": "xxxxxx",
"db_port": "5432",
"db_type": "postgres",
"db_user": "postgres"
}
],
"properties": {
"db_host": {
"default": "postgresql-postgresql.default",
"description": "database host url",
"examples": [
"postgresql-postgresql.demo-test",
"postgresql-service.qa-database"
],
"title": "database host",
"type": "string"
},
"db_password": {
"default": "",
"description": "database password string",
"examples": [
"myDBPasswordSecret"
],
"title": "database password",
"type": "string"
},
"db_port": {
"default": "5432",
"description": "database port number",
"examples": [
"5432"
],
"title": "database port",
"type": "string"
},
"db_type": {
"default": "postgress",
"description": "database type",
"examples": [
"postgress",
"sql"
],
"title": "database type",
"type": "string"
},
"db_user": {
"default": "",
"examples": [
"postgres"
],
"title": "The db_user Schema",
"type": "string"
}
},
"required": [
"db_type",
"db_host",
"db_port",
"db_user",
"db_password"
],
"title": "The database_credentials Schema",
"type": "object"
},
"image": {
"default": "migrate/migrate",
"examples": [
"migrate/migrate"
],
"title": "Migrator Image",
"type": "string"
},
"migrations": {
"default": [],
"examples": [
[
{
"branch": "main",
"commit": "2692583b259a17bc3b479b3845c2a85582274157",
"db_name": "orchestrator",
"location": "scripts/sql/",
"query": "sslmode=disable",
"repo_name": "repo",
"repo_url": "https://<user>:<token>@github.com/<user>/<repo>.git",
"version": "0"
}
]
],
"items": {
"examples": [
{
"branch": "main",
"commit": "",
"db_name": "orchestrator",
"location": "scripts/sql/",
"query": "sslmode=disable",
"repo_name": "yyy",
"repo_url": "https://<user>:<token>@github.com/<user>/<repo>.git",
"version": "0"
}
],
"properties": {
"branch": {
"default": "amin",
"examples": [
"main",
"migration-test"
],
"title": "The branch ",
"type": "string"
},
"commit": {
"examples": [
"122sddffff222ddd"
],
"title": "The commit ",
"type": "string"
},
"db_name": {
"default": "",
"examples": [
"orchestrator",
"git_sensor"
],
"title": "The db_name Schema",
"type": "string"
},
"enable": {
"default": "true",
"examples": [
"true"
],
"title": "enable",
"type": "boolean"
},
"location": {
"default": "sql/",
"examples": [
"scripts/sql/"
],
"title": "The location Schema",
"type": "string"
},
"query": {
"default": "",
"examples": [
"authSource=admin"
],
"title": "The query that pased after ? in rest API ",
"type": "string"
},
"repo_name": {
"examples": [
"yyy"
],
"title": "The repo_name ",
"type": "string"
},
"repo_url": {
"examples": [
"https://<user>:<token>@github.com/<user>/<repo>.git"
],
"title": "The repo_url for running git clone",
"type": "string"
},
"version": {
"default": "0",
"examples": [
"0"
],
"title": "The version Schema",
"type": "string"
}
},
"required": [
"location",
"repo_url",
"repo_name",
"branch",
"version"
],
"title": "A Schema",
"type": "object"
},
"title": "The migrations Schema",
"type": "array"
}
},
"required": [
"image",
"database_credentials",
"migrations"
],
"title": "Root Schema",
"type": "object"
} | Apache-2.0 | en |
devtron-labs/charts | 3d6f0d2352e6cb859d94f19721dbaa38c1056056 | 2023-10-04T03:44:53 | charts/migrant/values.schema.json | 19 | 2024-05-28T01:09:14.877976Z | {
"$ref": "#/definitions/Welcome2",
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"DatabaseCredentials": {
"additionalProperties": false,
"properties": {
"env": {
"$ref": "#/definitions/DatabaseCredentialsEnv"
},
"envFrom": {
"$ref": "#/definitions/EnvFrom"
}
},
"required": [],
"title": "DatabaseCredentials",
"type": "object"
},
"DatabaseCredentialsEnv": {
"additionalProperties": false,
"properties": {
"DB_HOST": {
"type": "string"
},
"DB_PASSWORD": {
"type": "string"
},
"DB_PORT": {
"format": "integer",
"type": "string"
},
"DB_TYPE": {
"type": "string"
}
},
"required": [],
"title": "DatabaseCredentialsEnv",
"type": "object"
},
"EnvFrom": {
"additionalProperties": false,
"properties": {
"secret": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [],
"title": "EnvFrom",
"type": "object"
},
"Migration": {
"additionalProperties": false,
"properties": {
"enable": {
"type": "boolean"
},
"env": {
"$ref": "#/definitions/MigrationEnv"
},
"post_query": {
"items": {},
"type": "array"
}
},
"required": [
"enable"
],
"title": "Migration",
"type": "object"
},
"MigrationEnv": {
"additionalProperties": false,
"properties": {
"BRANCH": {
"type": "string"
},
"COMMIT": {
"type": "string"
},
"DB_NAME": {
"type": "string"
},
"MIGRATE_TO_VERSION": {
"format": "integer",
"type": "string"
},
"PARAM": {
"type": "string"
},
"REPO_NAME": {
"type": "string"
},
"REPO_URL": {
"format": "uri",
"qt-uri-protocols": [
"https"
],
"type": "string"
},
"SCRIPT_LOCATION": {
"type": "string"
}
},
"required": [
"DB_NAME",
"REPO_NAME",
"REPO_URL"
],
"title": "MigrationEnv",
"type": "object"
},
"Welcome2": {
"additionalProperties": false,
"properties": {
"database_credentials": {
"$ref": "#/definitions/DatabaseCredentials"
},
"image": {
"type": "string"
},
"migrations": {
"items": {
"$ref": "#/definitions/Migration"
},
"type": "array"
}
},
"required": [
"database_credentials",
"image",
"migrations"
],
"title": "Welcome2",
"type": "object"
}
}
} | Apache-2.0 | en |
devtron-labs/charts | 099d9177e099550bf87f6f03b01c79c18407a520 | 2023-10-06T05:53:39 | charts/migrant/values.schema.json | 19 | 2024-05-28T01:09:14.877976Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"database_credentials": {
"env": {
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
},
"envFrom": [
{
"secretRef": {
"name": "release-name-secret"
}
}
]
},
"image": "migrate/migrate",
"migrations": [
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
]
}
],
"properties": {
"database_credentials": {
"default": {},
"properties": {
"env": {
"additionalProperties": {
"type": "string"
},
"default": {},
"examples": [
{
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
}
],
"required": [],
"title": "The env Schema",
"type": "object"
},
"envFrom": {
"items": {
"oneOf": [
{
"properties": {
"configMapRef": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"configMapRef"
]
},
{
"properties": {
"secretRef": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"secretRef"
]
}
],
"type": "object"
},
"type": "array"
}
},
"required": [],
"title": "The database_credentials Schema",
"type": "object"
},
"image": {
"default": "",
"examples": [
"migrate/migrate"
],
"title": "The image Schema",
"type": "string"
},
"migrations": {
"default": [],
"examples": [
[
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
]
],
"items": {
"default": {},
"examples": [
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
],
"properties": {
"enable": {
"default": false,
"examples": [
true
],
"title": "The enable Schema",
"type": "boolean"
},
"env": {
"additionalProperties": {
"type": "string"
},
"default": {},
"examples": [
{
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
}
],
"required": [
"REPO_URL",
"REPO_NAME",
"DB_NAME"
],
"title": "The env Schema",
"type": "object"
},
"post_query": {
"default": [],
"examples": [
[
"ls"
]
],
"items": {
"type": "string"
},
"title": "The post_query Schema",
"type": "array"
}
},
"required": [
"enable",
"env"
],
"title": "A Schema",
"type": "object"
},
"title": "The migrations Schema",
"type": "array"
}
},
"required": [
"database_credentials",
"image",
"migrations"
],
"title": "Root Schema",
"type": "object"
} | Apache-2.0 | en |
devtron-labs/charts | 5738588407dacd8dd0b411537cdbc390bd35264a | 2023-09-26T13:03:50 | charts/migrant/values.schema.json | 19 | 2024-05-28T01:09:14.877976Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"database_credentials": {
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "xxxxxx",
"DB_PORT": "5432",
"DB_TYPE": "postgres",
"DB_USER": "postgres"
},
"image": "migrate/migrate",
"migrations": [
{
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"PARAM": "sslmode=disable",
"REPO_NAME": "repo",
"REPO_URL": "https://<user>:<token>@github.com/<user>/<repo>.git",
"SCRIPT_LOCATION": "scripts/sql/",
"VERSION": "0",
"enable": true
}
]
}
],
"properties": {
"database_credentials": {
"default": {},
"examples": [
{
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "xxxxxx",
"DB_PORT": "5432",
"DB_TYPE": "postgres",
"DB_USER": "postgres"
}
],
"properties": {
"DB_HOST": {
"default": "postgresql-postgresql.default",
"description": "database host url",
"examples": [
"postgresql-postgresql.demo-test",
"postgresql-service.qa-database"
],
"title": "database host",
"type": "string"
},
"DB_PASSWORD": {
"default": "",
"description": "database password string",
"examples": [
"myDBPasswordSecret"
],
"title": "database password",
"type": "string"
},
"DB_PORT": {
"default": "5432",
"description": "database port number",
"examples": [
"5432"
],
"title": "database port",
"type": "string"
},
"DB_TYPE": {
"default": "postgres",
"description": "database type",
"examples": [
"postgres",
"sql"
],
"title": "database type",
"type": "string"
},
"DB_USER": {
"default": "",
"examples": [
"postgres"
],
"title": "The db_user Schema",
"type": "string"
}
},
"required": [
"DB_TYPE",
"DB_HOST",
"DB_PORT",
"DB_USER",
"DB_PASSWORD"
],
"title": "The database_credentials Schema",
"type": "object"
},
"image": {
"default": "migrate/migrate",
"examples": [
"migrate/migrate"
],
"title": "Migrator Image",
"type": "string"
},
"migrations": {
"default": [],
"examples": [
[
{
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"PARAM": "sslmode=disable",
"REPO_NAME": "repo",
"REPO_URL": "https://<user>:<token>@github.com/<user>/<repo>.git",
"SCRIPT_LOCATION": "scripts/sql/",
"VERSION": "0",
"enable": true
}
]
],
"items": {
"examples": [
{
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"PARAM": "sslmode=disable",
"REPO_NAME": "repo",
"REPO_URL": "https://<user>:<token>@github.com/<user>/<repo>.git",
"SCRIPT_LOCATION": "scripts/sql/",
"VERSION": "0",
"enable": true
}
],
"properties": {
"BRANCH": {
"default": "main",
"examples": [
"main",
"migration-test"
],
"title": "The branch ",
"type": "string"
},
"COMMIT": {
"examples": [
"122sddffff222ddd"
],
"title": "The commit ",
"type": "string"
},
"DB_NAME": {
"default": "my-db",
"examples": [
"orchestrator",
"git_sensor"
],
"title": "The db_name Schema",
"type": "string"
},
"PARAM": {
"default": "",
"examples": [
"authSource=admin"
],
"title": "The API query param that pased after ? in rest API ",
"type": "string"
},
"REPO_NAME": {
"examples": [
"yyy"
],
"title": "The repo_name ",
"type": "string"
},
"REPO_URL": {
"examples": [
"https://<user>:<token>@github.com/<user>/<repo>.git"
],
"title": "The repo_url for running git clone",
"type": "string"
},
"SCRIPT_LOCATION": {
"default": "sql/",
"examples": [
"scripts/sql/"
],
"title": "The location Schema",
"type": "string"
},
"VERSION": {
"default": "0",
"examples": [
"0"
],
"title": "The version Schema",
"type": "string"
},
"enable": {
"default": "true",
"examples": [
"true"
],
"title": "enable",
"type": "boolean"
}
},
"required": [
"SCRIPT_LOCATION",
"REPO_URL",
"REPO_NAME",
"BRANCH",
"VERSION",
"DB_NAME"
],
"title": "A Schema",
"type": "object"
},
"title": "The migrations Schema",
"type": "array"
}
},
"required": [
"image",
"database_credentials",
"migrations"
],
"title": "Root Schema",
"type": "object"
} | Apache-2.0 | en |
devtron-labs/charts | 283594167b207b5412a76cf2f23691bc5e1fa663 | 2023-10-04T03:58:04 | charts/migrant/values.schema.json | 19 | 2024-05-28T01:09:14.877976Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"database_credentials": {
"env": {
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
},
"envFrom": {
"secret": [
"db-secret"
]
}
},
"image": "migrate/migrate",
"migrations": [
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
]
}
],
"properties": {
"database_credentials": {
"default": {},
"examples": [
{
"env": {
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
},
"envFrom": {
"secret": [
"db-secret"
]
}
}
],
"properties": {
"env": {
"default": {},
"examples": [
{
"DB_HOST": "postgresql-postgresql.devtroncd",
"DB_PASSWORD": "",
"DB_PORT": "1234",
"DB_TYPE": "postgres"
}
],
"properties": {
"DB_HOST": {
"default": "",
"examples": [
"postgresql-postgresql.devtroncd"
],
"title": "The DB_HOST Schema",
"type": "string"
},
"DB_PASSWORD": {
"default": "",
"examples": [
""
],
"title": "The DB_PASSWORD Schema",
"type": "string"
},
"DB_PORT": {
"default": "",
"examples": [
"1234"
],
"title": "The DB_PORT Schema",
"type": "string"
},
"DB_TYPE": {
"default": "",
"examples": [
"postgres"
],
"title": "The DB_TYPE Schema",
"type": "string"
},
"DB_USER": {
"default": "",
"examples": [
"postgres"
],
"title": "The DB_USER Schema",
"type": "string"
}
},
"required": [
"DB_HOST",
"DB_PORT",
"DB_TYPE"
],
"title": "The env Schema",
"type": "object"
},
"envFrom": {
"default": {},
"examples": [
{
"secret": [
"db-secret"
]
}
],
"properties": {
"secret": {
"default": [],
"examples": [
[
"db-secret"
]
],
"items": {
"default": "",
"examples": [
"db-secret"
],
"title": "A Schema",
"type": "string"
},
"title": "The secret Schema",
"type": "array"
}
},
"required": [],
"title": "The envFrom Schema",
"type": "object"
}
},
"required": [],
"title": "The database_credentials Schema",
"type": "object"
},
"image": {
"default": "",
"examples": [
"migrate/migrate"
],
"title": "The image Schema",
"type": "string"
},
"migrations": {
"default": [],
"examples": [
[
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
]
],
"items": {
"default": {},
"examples": [
{
"enable": true,
"env": {
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
},
"post_query": []
}
],
"properties": {
"enable": {
"default": false,
"examples": [
true
],
"title": "The enable Schema",
"type": "boolean"
},
"env": {
"default": {},
"examples": [
{
"BRANCH": "main",
"COMMIT": "",
"DB_NAME": "orchestrator",
"MIGRATE_TO_VERSION": "0",
"PARAM": "sslmode=disable",
"REPO_NAME": "devtron",
"REPO_URL": "https://github.com/devtron-labs/devtron",
"SCRIPT_LOCATION": "scripts/sql/"
}
],
"properties": {
"BRANCH": {
"default": "",
"examples": [
"main"
],
"title": "The BRANCH Schema",
"type": "string"
},
"COMMIT": {
"default": "",
"examples": [
""
],
"title": "The COMMIT Schema",
"type": "string"
},
"DB_NAME": {
"default": "",
"examples": [
"orchestrator"
],
"title": "The DB_NAME Schema",
"type": "string"
},
"MIGRATE_TO_VERSION": {
"default": "",
"examples": [
"0"
],
"title": "The MIGRATE_TO_VERSION Schema",
"type": "string"
},
"PARAM": {
"default": "",
"examples": [
"sslmode=disable"
],
"title": "The PARAM Schema",
"type": "string"
},
"REPO_NAME": {
"default": "",
"examples": [
"devtron"
],
"title": "The REPO_NAME Schema",
"type": "string"
},
"REPO_URL": {
"default": "",
"examples": [
"https://github.com/devtron-labs/devtron"
],
"title": "The REPO_URL Schema",
"type": "string"
},
"SCRIPT_LOCATION": {
"default": "",
"examples": [
"scripts/sql/"
],
"title": "The SCRIPT_LOCATION Schema",
"type": "string"
}
},
"required": [
"REPO_URL",
"REPO_NAME",
"DB_NAME"
],
"title": "The env Schema",
"type": "object"
},
"post_query": {
"default": [],
"examples": [
[
"ls"
]
],
"items": {},
"title": "The post_query Schema",
"type": "array"
}
},
"required": [
"enable",
"env"
],
"title": "A Schema",
"type": "object"
},
"title": "The migrations Schema",
"type": "array"
}
},
"required": [
"database_credentials",
"image",
"migrations"
],
"title": "Root Schema",
"type": "object"
} | Apache-2.0 | en |
JanssenProject/jans | edb35d7f865018562d48c628bf3140aad8b56f62 | 2022-02-03T11:00:10 | charts/janssen/values.schema.json | 405 | 2024-05-29T08:25:04.252132Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"allOf": [
{
"$ref": "#/definitions/admin-ui-enabled"
},
{
"$ref": "#/definitions/auth-server-enabled"
},
{
"$ref": "#/definitions/auth-server-key-rotation-enabled"
},
{
"$ref": "#/definitions/casa-enabled"
},
{
"$ref": "#/definitions/client-api-enabled"
},
{
"$ref": "#/definitions/config-api-enabled"
},
{
"$ref": "#/definitions/cr-rotate-enabled"
},
{
"$ref": "#/definitions/fido2-enabled"
},
{
"$ref": "#/definitions/jackrabbit-enabled"
},
{
"$ref": "#/definitions/nginx-ingress-enabled"
},
{
"$ref": "#/definitions/opendj-enabled"
},
{
"$ref": "#/definitions/oxpassport-enabled"
},
{
"$ref": "#/definitions/oxshibboleth-enabled"
},
{
"$ref": "#/definitions/persistence-enabled"
},
{
"$ref": "#/definitions/scim-enabled"
}
],
"definitions": {
"admin-ui-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"admin-ui": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"admin-ui": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources"
]
}
}
}
},
"auth-server-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"auth-server": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"auth-server": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources"
]
}
}
}
},
"auth-server-key-rotation-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"auth-server-key-rotation": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"auth-server-key-rotation": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"keysLife": {
"description": "Auth server key rotation keys life in hours",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"resources",
"keysLife"
]
}
}
}
},
"casa-enabled": {
"else": true,
"if": {
"properties": {
"config": {
"properties": {
"configmap": {
"properties": {
"cnCasaEnabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"casa": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"casaServiceName": {
"description": "Name of the casa service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
]
}
}
}
},
"client-api-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"client-api": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"client-api": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
]
}
}
}
},
"config-api-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"config-api": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"config-api": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources"
],
"type": "object"
}
}
}
},
"cr-rotate-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"cr-rotate": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"cr-rotate": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"crRotateServiceName": {
"description": "Name of the cr-rotate service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
}
}
}
}
}
},
"email-format": {
"format": "email",
"type": "string"
},
"fido2-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"fido2": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"fido2": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"fido2ServiceName": {
"description": "Name of the Fido2 service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"fqdn-pattern": {
"anyOf": [
{
"errors": {
"pattern": "Setting not FQDN structured. Please enter a FQDN with the format demoexample.jans.io"
},
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
},
"ip-pattern": {
"anyOf": [
{
"errors": {
"pattern": "Not a valid IP."
},
"pattern": "^(\\*|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))$",
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
},
"jackrabbit-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"jackrabbit": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"jackrabbit": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"secrets": {
"properties": {
"cnJackrabbitAdminPass": {
"$ref": "#/definitions/password",
"description": "Jackrabbit admin uid password"
},
"cnJackrabbitPostgresPass": {
"$ref": "#/definitions/password",
"description": "Jackrabbit Postgres uid password"
}
},
"type": "object"
},
"storage": {
"properties": {
"size": {
"description": "Jackrabbit volume size",
"pattern": "^[0-9]Gi+$",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"nginx-ingress-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"nginx-ingress": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"nginx-ingress": {
"properties": {
"ingress": {
"properties": {
"additionalAnnotations": {
"description": "Additional annotations that will be added across all ingress definitions in the format of {cert-manager.io/issuer: \"letsencrypt-prod\"}",
"type": "object"
},
"adminUiEnabled": {
"description": "Enable Admin UI endpoints. COMING SOON.",
"type": "boolean"
},
"adminUiLabels": {
"description": "Admin UI ingress resource labels. key app is taken.",
"type": "object"
},
"authServerEnabled": {
"description": "Enable Auth server endpoints /jans-auth",
"type": "boolean"
},
"authServerLabels": {
"description": "Auth server config ingress resource labels. key app is taken",
"type": "object"
},
"authServerProtectedRedisterLabels": {
"description": "Auth server protected token ingress resource labels. key app is taken",
"type": "object"
},
"authServerProtectedRegister": {
"description": "Enable mTLS onn Auth server endpoint /jans-auth/restv1/register",
"type": "boolean"
},
"authServerProtectedToken": {
"description": "Enable mTLS on Auth server endpoint /jans-auth/restv1/token",
"type": "boolean"
},
"authServerProtectedTokenLabels": {
"description": "Auth server protected token ingress resource labels. key app is taken",
"type": "object"
},
"configApiEnabled": {
"description": "Enable config API endpoints /jans-config-api",
"type": "boolean"
},
"configApiLabels": {
"description": "configAPI ingress resource labels. key app is taken",
"type": "object"
},
"fido2ConfigEnabled": {
"description": "Enable endpoint /.well-known/fido2-configuration",
"type": "boolean"
},
"fido2ConfigLabels": {
"description": "fido2 ingress resource labels. key app is taken",
"type": "object"
},
"hosts": {
"items": {
"$ref": "#/definitions/fqdn-pattern"
},
"type": "array"
},
"openidConfigEnabled": {
"description": "Enable endpoint /.well-known/openid-configuration",
"type": "boolean"
},
"openidConfigLabels": {
"description": "openid-configuration ingress resource labels. key app is taken",
"type": "object"
},
"path": {
"type": "string"
},
"scimConfigEnabled": {
"description": "Enable endpoint /.well-known/scim-configuration",
"type": "boolean"
},
"scimConfigLabels": {
"description": "SCIM config ingress resource labels. key app is taken",
"type": "object"
},
"scimEnabled": {
"description": "Enable SCIM endpoints /jans-scim",
"type": "boolean"
},
"scimLabels": {
"description": "SCIM ingress resource labels. key app is taken",
"type": "object"
},
"tls": {
"description": "Secret holding HTTPS CA cert and key.",
"items": {
"properties": {
"hosts": {
"items": {
"$ref": "#/definitions/fqdn-pattern"
},
"type": "array"
},
"secretName": {
"pattern": "^[a-z-]+$",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"u2fConfigEnabled": {
"description": "Enable endpoint /.well-known/fido-configuration",
"type": "boolean"
},
"u2fConfigLabels": {
"description": "u2f ingress resource labels. key app is taken",
"type": "object"
},
"uma2ConfigEnabled": {
"description": "Enable endpoint /.well-known/uma2-configuration",
"type": "boolean"
},
"uma2ConfigLabels": {
"description": "uma2 config ingress resource labels. key app is taken",
"type": "object"
},
"webdiscoveryEnabled": {
"description": "Enable endpoint /.well-known/simple-web-discovery",
"type": "boolean"
},
"webdiscoveryLabels": {
"description": "webdiscovery ingress resource labels. key app is taken",
"type": "object"
},
"webfingerEnabled": {
"description": "Enable endpoint /.well-known/webfinger",
"type": "boolean"
},
"webfingerLabels": {
"description": "webfinger ingress resource labels. key app is taken",
"type": "object"
}
},
"required": [
"openidConfigEnabled",
"uma2ConfigEnabled",
"webfingerEnabled",
"webdiscoveryEnabled",
"configApiEnabled",
"u2fConfigEnabled",
"authServerEnabled",
"authServerProtectedToken",
"authServerProtectedRegister",
"additionalAnnotations",
"path",
"hosts",
"tls"
],
"type": "object"
}
},
"type": "object"
}
}
}
},
"opendj-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"opendj": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"opendj": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"multiCluster": {
"properties": {
"enabled": {
"description": "Enable OpenDJ multiCluster mode. This flag enabbles loading keys under `opendj.multiCluster`",
"type": "boolean"
},
"serfAdvertiseAddrSuffix": {
"description": "OpenDJ Serf advertise address for the cluster",
"type": "string"
},
"serfKey": {
"description": "Serf key. This key will automatically sync across clusters.",
"type": "string"
},
"serfPeers": {
"description": "Serf peer addresses. One per cluster.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"persistence": {
"properties": {
"size": {
"description": "OpenDJ volume size",
"pattern": "^[0-9]Gi+$",
"type": "string"
}
},
"type": "object"
},
"ports": {
"properties": {
"tcp-admin": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-ldap": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-ldaps": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-repl": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-serf": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"udp-serf": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"oxpassport-enabled": {
"else": true,
"if": {
"properties": {
"config": {
"properties": {
"configmap": {
"properties": {
"cnPassportEnabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"oxpassport": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"oxPassportServiceName": {
"description": "Name of the oxPassport service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"oxshibboleth-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"oxshibboleth": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"oxshibboleth": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"oxShibbolethServiceName": {
"description": "Name of the oxShibboleth service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"password": {
"anyOf": [
{
"description": "Password does not meet requirements. The password must contain one digit, one uppercase letter, one lower case letter and one symbol",
"errors": {
"minLength": "Password minimum 6 character",
"pattern": "Password does not meet requirements. The password must contain one digit, one uppercase letter, one lower case letter and one symbol"
},
"minLength": 8,
"pattern": "",
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
},
"password-pattern": {
"errors": {
"minLength": "Password minimum 6 character",
"pattern": "Password does not meet requirements. The password must contain one digit, one uppercase letter, one lower case letter and one symbol"
},
"minLength": 6,
"pattern": "",
"type": "string"
},
"persistence-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"persistence": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"persistence": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"resources"
],
"type": "object"
}
}
}
},
"scim-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"scim": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"scim": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"scimServiceName": {
"description": "Name of the SCIM service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"url-pattern": {
"anyOf": [
{
"errors": {
"pattern": "URL pattern is not meeting standards."
},
"pattern": "(^|\\s)((https?:\\/\\/)?[\\w-]+(\\.[\\w-]+)+\\.?(:\\d+)?(\\/\\S*)?)",
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
}
},
"properties": {
"admin-ui": {
"description": "Admin GUI for configuration of the auth-server",
"properties": {},
"type": "object"
},
"auth-server": {
"description": "OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.",
"properties": {},
"type": "object"
},
"auth-server-key-rotation": {
"description": "Responsible for regenerating auth-keys per x hours",
"properties": {},
"type": "object"
},
"casa": {
"description": "Janssen Casa (\"Casa\") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Janssen Server.",
"properties": {},
"type": "object"
},
"client-api": {
"description": "Middleware API to help application developers call an OAuth, OpenID or UMA server. You may wonder why this is necessary. It makes it easier for client developers to use OpenID signing and encryption features, without becoming crypto experts. This API provides some high level endpoints to do some of the heavy lifting.",
"properties": {},
"type": "object"
},
"config": {
"description": "Configuration parameters for setup and initial configuration secret annd config layers used by Janssen services.",
"properties": {
"adminPass": {
"$ref": "#/definitions/password",
"description": "Admin password to login to the UI"
},
"city": {
"description": "City of the company or individual. Used in generating the self-signed certificate",
"pattern": "^[a-zA-Z]+$",
"type": "string"
},
"configmap": {
"description": "Configuration parameters mapped to envs in a ConfigMap",
"properties": {
"cnCacheType": {
"description": "Cache type. NATIVE_PERSISTENCE, REDIS. or IN_MEMORY. Defaults to NATIVE_PERSISTENCE",
"pattern": "^(NATIVE_PERSISTENCE|REDIS|IN_MEMORY)$",
"type": "string"
},
"cnCasaEnabled": {
"description": "Enable Casa. Janssen Casa is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Janssen Server.",
"type": "boolean"
},
"cnClientApiAdminCertCn": {
"description": "Client-api OAuth client admin certificate common name. This should be left to the default value client-api",
"pattern": "^[a-z-]+$",
"type": "string"
},
"cnClientApiApplicationCertCn": {
"description": "Client-api OAuth client application certificate common name. This should be left to the default value client-api",
"pattern": "^[a-z-]+$",
"type": "string"
},
"cnClientApiBindIpAddresses": {
"$ref": "#/definitions/ip-pattern",
"description": "Client-api bind address. This limits what ip ranges can access the client-api. This should be left as * and controlled by a NetworkPolicy"
},
"cnConfigGoogleSecretNamePrefix": {
"description": "Prefix for Janssen configuration secret in Google Secret Manager. Defaults to janssen. If left intact janssen-configuration secret will be created. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"type": "string"
},
"cnConfigGoogleSecretVersionId": {
"description": "Secret version to be used for configuration. Defaults to latest and should normally always stay that way. Used only when global.configAdapterName and global.configSecretAdapter is set to google. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^([0-9]|latest)*$",
"type": "string"
},
"cnConfigKubernetesConfigMap": {
"description": "The name of the ConfigMap that will hold the configuration layer",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnCouchbaseBucketPrefix": {
"description": "The prefix of couchbase buckets. This helps with separation in between different environments and allows for the same couchbase cluster to be used by different setups of Janssen.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnCouchbaseCertFile": {
"description": "Location of `couchbase.crt` used by Couchbase SDK for tls termination. The file path must end with couchbase.crt. In mTLS setups this is not required.",
"pattern": ".*couchbase.crt\\b.*",
"type": "string"
},
"cnCouchbaseCrt": {
"description": "Couchbase certificate authority string. This must be encoded using base64. This can also be found in your couchbase UI Security > Root Certificate. In mTLS setups this is not required.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnCouchbaseIndexNumReplica": {
"description": "The number of replicas per index created. Please note that the number of index nodes must be one greater than the number of index replicas. That means if your couchbase cluster only has 2 index nodes you cannot place the number of replicas to be higher than 1.",
"type": "integer"
},
"cnCouchbasePass": {
"$ref": "#/definitions/password",
"description": "Couchbase password for the restricted user config.configmap.cnCouchbaseUser that is often used inside the services. The password must contain one digit, one uppercase letter, one lower case letter and one symbol "
},
"cnCouchbasePasswordFile": {
"description": "The location of the Couchbase restricted user config.configmap.cnCouchbaseUser password. The file path must end with couchbase_password",
"pattern": ".*couchbase_password\\b.*",
"type": "string"
},
"cnCouchbaseSuperUser": {
"description": "The Couchbase super user (admin) user name. This user is used during initialization only.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnCouchbaseSuperUserPass": {
"$ref": "#/definitions/password",
"description": "Couchbase password for the super user config.configmap.cnCouchbaseSuperUser that is used during the initialization process. The password must contain one digit, one uppercase letter, one lower case letter and one symbol "
},
"cnCouchbaseSuperUserPassFile": {
"description": "The location of the Couchbase restricted user config.configmap.cnCouchbaseSuperUser password. The file path must end with couchbase_superuser_password.",
"pattern": ".*couchbase_superuser_password\\b.*",
"type": "string"
},
"cnCouchbaseUrl": {
"$ref": "#/definitions/fqdn-pattern",
"description": "Couchbase URL. Used only when global.cnPersistenceType is hybrid or couchbase. This should be in FQDN format for either remote or local Couchbase clusters. The address can be an internal address inside the kubernetes cluster"
},
"cnCouchbaseUser": {
"description": "Couchbase restricted user. Used only when global.cnPersistenceType is hybrid or couchbase.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnDocumentStoreType": {
"description": "Document store type to use for shibboleth files JCA or LOCAL. Note that if JCA is selected Apache Jackrabbit will be used. Jackrabbit also enables loading custom files across all services easily.",
"pattern": "^(LOCAL|JCA)$",
"type": "string"
},
"cnGoogleProjectId": {
"description": "Project id of the google project the secret manager belongs to. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "",
"type": "string"
},
"cnGoogleSecretManagerPassPhrase": {
"$ref": "#/definitions/password",
"description": "Passphrase for Janssen secret in Google Secret Manager. This is used for encrypting and decrypting data from the Google Secret Manager. Used only when global.configAdapterName and global.configSecretAdapter is set to google."
},
"cnGoogleSecretManagerServiceAccount": {
"description": "Service account with roles roles/secretmanager.admin base64 encoded string. This is used often inside the services to reach the configuration layer. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnGoogleSpannerDatabaseId": {
"description": "Google Spanner Database ID. Used only when global.cnPersistenceType is spanner.",
"pattern": "^[a-z0-9\\-]*$",
"type": "string"
},
"cnGoogleSpannerInstanceId": {
"description": "Google Spanner ID. Used only when global.cnPersistenceType is spanner.",
"pattern": "^([a-z0-9\\-])*$",
"type": "string"
},
"cnJackrabbitAdminId": {
"description": "Jackrabbit admin uid.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnJackrabbitAdminIdFile": {
"description": "The location of the Jackrabbit admin uid config.cnJackrabbitAdminId. The file path must end with jackrabbit_admin_id.",
"pattern": ".*jackrabbit_admin_id\\b.*",
"type": "string"
},
"cnJackrabbitAdminPassFile": {
"description": "The location of the Jackrabbit admin password jackrabbit.secrets.cnJackrabbitAdminPassword. The file path must end with jackrabbit_admin_password.",
"pattern": ".*jackrabbit_admin_password\\b.*",
"type": "string"
},
"cnJackrabbitPostgresDatabaseName": {
"description": "Jackrabbit postgres database name.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnJackrabbitPostgresHost": {
"$ref": "#/definitions/fqdn-pattern",
"description": "Postgres url"
},
"cnJackrabbitPostgresPasswordFile": {
"description": "The location of the Jackrabbit postgres password file jackrabbit.secrets.cnJackrabbitPostgresPassword. The file path must end with postgres_password.",
"pattern": ".*postgres_password\\b.*",
"type": "string"
},
"cnJackrabbitPostgresPort": {
"description": "Jackrabbit Postgres port",
"type": "integer"
},
"cnJackrabbitPostgresUser": {
"description": "Jackrabbit Postgres uid",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnJackrabbitSyncInterval": {
"description": "Interval between files sync (default to 300 seconds).",
"type": "integer"
},
"cnJackrabbitUrl": {
"description": "Jackrabbit internal url. Normally left as default.",
"pattern": "^(http://)?[a-z0-9-:]+$",
"type": "string"
},
"cnLdapUrl": {
"description": "OpenDJ internal address. Leave as default. Used when `global.cnPersistenceType` is set to `ldap`.",
"pattern": "^[a-z0-9-:]+$",
"type": "string"
},
"cnMaxRamPercent": {
"description": "Value passed to Java option -XX:MaxRAMPercentage",
"pattern": "^(\\d{0,2}(\\.\\d{1,2})?|100(\\.0?)?)$",
"type": "string"
},
"cnPassportEnabled": {
"description": "Boolean flag to enable/disable Passport chart",
"type": "boolean"
},
"cnPersistenceLdapMapping": {
"description": "Specify data that should be saved in LDAP (one of default, user, cache, site, token, or session; default to default). Note this environment only takes effect when `global.cnPersistenceType` is set to `hybrid`.",
"pattern": "^(default|user|site|cache|statistic)$",
"type": "string"
},
"cnRedisSentinelGroup": {
"description": "Redis Sentinel Group. Often set when `config.configmap.cnRedisType` is set to `SENTINEL`. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"type": "string"
},
"cnRedisSslTruststore": {
"description": "Redis SSL truststore. Optional. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"type": "string"
},
"cnRedisType": {
"description": "Redis service type. `STANDALONE` or `CLUSTER`. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"pattern": "^(SHARDED|STANDALONE|CLUSTER|SENTINEL)$",
"type": "string"
},
"cnRedisUrl": {
"$ref": "#/definitions/url-pattern",
"description": "Redis URL and port number <url>:<port>. Can be used when `config.configmap.cnCacheType` is set to `REDIS`."
},
"cnRedisUseSsl": {
"description": "Boolean to use SSL in Redis. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"type": "boolean"
},
"cnSamlEnabled": {
"description": "Enable SAML-related features; UI menu, etc.",
"type": "boolean"
},
"cnScimProtectionMode": {
"description": "SCIM protection mode OAUTH|TEST|UMA",
"pattern": "^(OAUTH|TEST|UMA)$",
"type": "string"
},
"cnSecretGoogleSecretNamePrefix": {
"description": "Prefix for Janssen secret in Google Secret Manager. Defaults to janssen. If left janssen-secret secret will be created. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnSecretGoogleSecretVersionId": {
"description": "Secret version to be used for secret configuration. Defaults to latest and should normally always stay that way. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^([0-9]|latest)*$",
"type": "string"
},
"cnSecretKubernetesSecret": {
"description": "Kubernetes secret name holding configuration keys. Used when global.configSecretAdapter is set to kubernetes which is the default.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnSqlDbDialect": {
"description": "SQL dialect",
"pattern": "^(mysql)$",
"type": "string"
},
"cnSqlDbHost": {
"anyOf": [
{
"$ref": "#/definitions/url-pattern"
},
{
"$ref": "#/definitions/ip-pattern"
}
],
"description": "SQL server address or ip"
},
"cnSqlDbName": {
"description": "SQL server database name for Jans",
"pattern": "^[a-z-0-9]+$",
"type": "string"
},
"cnSqlDbPort": {
"description": "SQL server port",
"type": "integer"
},
"cnSqlDbTimezone": {
"description": "SQL database timezone",
"pattern": "^(GMT|UTC|ECT|EET|ART|EAT|MET|NET|PLT|IST|BST|VST|CTT|JST|ACT|AET|SST|NST|MIT|HST|AST|PST|PNT|MST|CST|EST|IET|PRT|CNT|AGT|BET|CAT)$",
"type": "string"
},
"cnSqlDbUser": {
"description": "SQL database Jans username",
"pattern": "^[a-z-0-9]+$",
"type": "string"
},
"cnSqlPasswordFile": {
"description": "SQL server password file location. This file path must end with sql_password",
"pattern": ".*sql_password\\b.*",
"type": "string"
},
"cnSqldbUserPassword": {
"$ref": "#/definitions/password",
"description": "Password for user config.configmap.cnSqlDbUser."
},
"lbAddr": {
"$ref": "#/definitions/url-pattern",
"description": "Loadbalancer address for AWS if the FQDN is not registered."
}
},
"type": "object"
},
"countryCode": {
"description": "Country code. Used for certificate creation.",
"pattern": "^[A-Z]+$",
"type": "string"
},
"email": {
"$ref": "#/definitions/email-format",
"description": "Email address of the administrator usually. Used for certificate creation."
},
"image": {
"properties": {
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"ldapPassword": {
"$ref": "#/definitions/password",
"description": "LDAP admin password if OpennDJ is used for persistence."
},
"orgName": {
"description": "Organization name. Used for certificate creation.",
"pattern": "^[a-zA-Z]+$",
"type": "string"
},
"redisPassword": {
"$ref": "#/definitions/password",
"description": "Redis admin password if `config.configmap.cnCacheType` is set to `REDIS`"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"state": {
"description": "State code. Used for certificate creation.",
"pattern": "^[a-zA-Z]+$",
"type": "string"
}
},
"type": "object"
},
"config-api": {
"description": "Config Api endpoints can be used to configure the auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS).",
"properties": {},
"type": "object"
},
"cr-rotate": {
"description": "CacheRefreshRotation is a special container to monitor cache refresh on oxTrust containers. This may be depreciated.",
"properties": {},
"type": "object"
},
"fido2": {
"description": "FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.",
"properties": {},
"type": "object"
},
"global": {
"description": "Parameters used globally across all services helm charts.",
"properties": {
"alb": {
"properties": {
"ingress": {
"description": "Activates ALB ingress",
"type": "boolean"
}
},
"type": "object"
},
"auth-server": {
"properties": {
"appLoggers": {
"properties": {
"auditStatsLogLevel": {
"description": "jans-auth_audit.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"auditStatsLogTarget": {
"description": "jans-auth_audit.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"authLogLevel": {
"description": "jans-auth.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"authLogTarget": {
"description": "jans-auth.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"httpLogLevel": {
"description": "http_request_response level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"httpLogTarget": {
"description": "http_request_response target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"ldapStatsLogLevel": {
"description": "jans-auth_persistence_ldap_statistics.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"ldapStatsLogTarget": {
"description": "jans-auth_persistence_ldap_statistics.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceDurationLogLevel": {
"description": "jans-auth_persistence_duration.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceDurationLogTarget": {
"description": "jans-auth_persistence_duration.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceLogLevel": {
"description": "jans-auth_persistence.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceLogTarget": {
"description": "jans-auth_persistence.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"scriptLogLevel": {
"description": "jans-auth_script.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"scriptLogTarget": {
"description": "jans-auth_script.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"authServerServiceName": {
"description": "Name of the auth-server service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
"enabled": {
"description": "Boolean flag to enable/disable auth-server chart. You should never set this to false.",
"type": "boolean"
}
},
"type": "object"
},
"auth-server-key-rotation": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the auth-server-key rotation cronjob chart.",
"type": "boolean"
}
},
"type": "object"
},
"awsStorageType": {
"description": "Volume stroage type if using AWS volumes.",
"pattern": "^(io1|io2|gp2|st1|sc1)$",
"type": "string"
},
"azureStorageAccountType": {
"description": "Volume storage type if using Azure disks.",
"pattern": "^(Standard_LRS|Premium_LRS|StandardSSD_LRS|UltraSSD_LRS)$",
"type": "string"
},
"azureStorageKind": {
"description": "Azure storage kind if using Azure disks",
"pattern": "^(Managed)$",
"type": "string"
},
"client-api": {
"properties": {
"appLoggers": {
"properties": {
"clientApiLogLevel": {
"description": "client-api.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"clientApiLogTarget": {
"description": "client-api.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"clientApiServerServiceName": {
"description": "Name of the client-api service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
"enabled": {
"description": "Boolean flag to enable/disable the client-api chart.",
"type": "boolean"
}
},
"type": "object"
},
"cloud": {
"properties": {
"testEnviroment": {
"description": "Boolean flag if enabled will strip resources requests and limits from all services.",
"type": "boolean"
}
},
"type": "object"
},
"cnGoogleApplicationCredentials": {
"description": "Base64 encoded service account. The sa must have roles/secretmanager.admin to use Google secrets and roles/spanner.databaseUser to use Spanner.",
"pattern": ".*google-credentials.json\\b.*",
"type": "string"
},
"cnJackrabbitCluster": {
"description": "Boolean flag if enabled will enable jackrabbit in cluster mode with Postgres.",
"type": "boolean"
},
"cnObExtSigningAlias": {
"description": "Open banking external signing AS Alias. This is a kid value.Used in SSA Validation, kid used while encoding a JWT sent to token URL i.e XkwIzWy44xWSlcWnMiEc8iq9s2G",
"type": "string"
},
"cnObExtSigningJwksCrt": {
"description": "Open banking external signing jwks AS certificate authority string. Used in SSA Validation. This must be encoded using base64.. Used when `.global.cnObExtSigningJwksUri` is set.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnObExtSigningJwksKey": {
"description": "Open banking external signing jwks AS key string. Used in SSA Validation. This must be encoded using base64. Used when `.global.cnObExtSigningJwksUri` is set.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnObExtSigningJwksKeyPassPhrase": {
"description": "Open banking external signing jwks AS key passphrase to unlock provided key. This must be encoded using base64. Used when `.global.cnObExtSigningJwksUri` is set.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnObExtSigningJwksUri": {
"description": "Open banking external signing jwks uri. Used in SSA Validation.",
"type": "string"
},
"cnObStaticSigningKeyKid": {
"description": "Open banking signing AS kid to force the AS to use a specific signing key. i.e Wy44xWSlcWnMiEc8iq9s2G",
"type": "string"
},
"cnObTransportAlias": {
"description": "Open banking transport Alias used inside the JVM.",
"type": "string"
},
"cnObTransportCrt": {
"description": "Open banking AS transport crt. Used in SSA Validation. This must be encoded using base64.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnObTransportKey": {
"description": "Open banking AS transport key. Used in SSA Validation. This must be encoded using base64.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnObTransportKeyPassPhrase": {
"description": "Open banking AS transport key passphrase to unlock AS transport key. This must be encoded using base64.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnObTransportTrustStore": {
"description": "Open banking AS transport truststore in .p12 format. This is normally generated from the OB issuing CA, OB Root CA and Signing CA. Used when .global.cnObExtSigningJwksUri is set. Used in SSA Validation. This must be encoded using base64.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnPersistenceType": {
"description": "Persistence backend to run Janssen with ldap|couchbase|hybrid|sql|spanner.",
"pattern": "^(ldap|couchbase|hybrid|sql|spanner)$",
"type": "string"
},
"config": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the configuration chart. This normally should always be true",
"type": "boolean"
}
},
"type": "object"
},
"config-api": {
"properties": {
"appLoggers": {
"properties": {
"configApiLogLevel": {
"description": "configapi.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"configApiLogTarget": {
"description": "configapi.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"configApiServerServiceName": {
"description": "Name of the config-api service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
"enabled": {
"description": "Boolean flag to enable/disable the config-api chart.",
"type": "boolean"
}
},
"type": "object"
},
"configAdapterName": {
"description": "The config backend adapter that will hold Janssen configuration layer. google|kubernetes",
"pattern": "^(kubernetes|google)$",
"type": "string"
},
"configSecretAdapter": {
"description": "The config backend adapter that will hold Janssen secret layer. google|kubernetes",
"pattern": "^(kubernetes|google)$",
"type": "string"
},
"cr-rotate": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the cr-rotate chart.",
"type": "boolean"
}
},
"type": "object"
},
"distribution": {
"description": "Janssen distributions supported are: default|openbanking.",
"pattern": "^(default|openbanking)$",
"type": "string"
},
"fido2": {
"properties": {
"appLoggers": {
"properties": {
"fido2LogLevel": {
"description": "fido2.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"fido2LogTarget": {
"description": "fido2.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceLogLevel": {
"description": "fido2_persistence.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceLogTarget": {
"description": "fido2_persistence.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "Boolean flag to enable/disable the fido2 chart.",
"type": "boolean"
},
"fido2ServiceName": {
"description": "Name of the fido2 service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"fqdn": {
"$ref": "#/definitions/fqdn-pattern",
"description": "Fully qualified domain name to be used for Janssen installation. This address will be used to reach Janssen services."
},
"gcePdStorageType": {
"description": "GCE storage kind if using Google disks",
"pattern": "^(pd-standard|pd-balanced|pd-ssd)$",
"type": "string"
},
"isFqdnRegistered": {
"description": "Boolean flag to enable mapping global.lbIp to global.fqdn inside pods on clouds that provide static ip for loadbalancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically.",
"type": "boolean"
},
"istio": {
"properties": {
"enabled": {
"description": "Boolean flag that enables using istio side cars with Janssen services.",
"type": "boolean"
},
"ingress": {
"description": "Boolean flag that enables using istio gateway for Janssen. This assumes istio ingress is installed and hence the LB is available.",
"type": "boolean"
},
"namespace": {
"description": "The namespace istio is deployed in. The is normally istio-system.",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
}
},
"type": "object"
},
"jackrabbit": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the jackrabbit chart. For more information on how it is used inside Janssen https://jans.io/4.2/installation-guide/install-kubernetes/#working-with-jackrabbit. ",
"type": "boolean"
},
"jackRabbitServiceName": {
"description": "Name of the Jackrabbit service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$"
}
},
"type": "object"
},
"lbIp": {
"$ref": "#/definitions/ip-pattern",
"description": "The Loadbalancer IP created by nginx or istio on clouds that provide static IPs. This is not needed if `global.fqdn` is globally resolvable."
},
"nginx-ingress": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the nginx-ingress definitions chart.",
"type": "boolean"
}
},
"type": "object"
},
"opendj": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the OpenDJ chart.",
"type": "boolean"
},
"ldapServiceName": {
"description": "Name of the OpenDJ service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"oxshibboleth": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the oxShibbboleth chart.",
"type": "boolean"
}
},
"type": "object"
},
"persistence": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the persistence chart.",
"type": "boolean"
}
},
"type": "object"
},
"scim": {
"properties": {
"appLoggers": {
"properties": {
"authLogLevel": {
"description": "jans-scim.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"authLogTarget": {
"description": "jans-scim.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"ldapStatsLogLevel": {
"description": "jans-scim_persistence_ldap_statistics.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"ldapStatsLogTarget": {
"description": "jans-scim_persistence_ldap_statistics.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceDurationLogLevel": {
"description": "jans-scim_persistence_duration.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceDurationLogTarget": {
"description": "jans-scim_persistence_duration.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceLogLevel": {
"description": "jans-scim_persistence.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceLogTarget": {
"description": "jans-scim_persistence.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"scriptLogLevel": {
"description": "jans-scim_script.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"scriptLogTarget": {
"description": "jans-scim_script.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "Boolean flag to enable/disable the SCIM chart.",
"type": "boolean"
},
"scimServiceName": {
"description": "Name of the scim service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"storageClass": {
"description": "StorageClass section for Jackrabbit and OpenDJ charts. This is not currently used by the openbanking distribution. You may specify custom parameters as needed.",
"properties": {
"allowVolumeExpansion": {
"type": "boolean"
},
"allowedTopologies": {
"items": {
"type": "string"
},
"type": "array"
},
"mountOptions": {
"items": {
"type": "string"
},
"type": "array"
},
"parameters": {
"properties": {
"fsType": {
"type": "string"
},
"kind": {
"type": "string"
},
"pool": {
"type": "string"
},
"storageAccountType": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"provisioner": {
"type": "string"
},
"reclaimPolicy": {
"type": "string"
},
"volumeBindingMode": {
"type": "string"
}
},
"type": "object"
},
"upgrade": {
"properties": {
"enabled": {
"description": "Boolean flag used when running helm upgrade command. This allows upgrading the chart without immutable objects errors.",
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"jackrabbit": {
"description": "Jackrabbit Oak is a complementary implementation of the JCR specification. It is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications. https://jackrabbit.apache.org/jcr/index.html .",
"properties": {},
"type": "object"
},
"nginx-ingress": {
"description": "Nginx ingress definitions chart",
"properties": {},
"type": "object"
},
"opendj": {
"description": "OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.",
"properties": {},
"type": "object"
},
"oxpassport": {
"description": "Janssen interface to Passport.js to support social login and inbound identity.",
"properties": {},
"type": "object"
},
"oxshibboleth": {
"description": "Shibboleth project for the Janssen Server's SAML IDP functionality.",
"properties": {},
"type": "object"
},
"persistence": {
"description": "Job to generate data and intial config for Janssen Server persistence layer.",
"properties": {},
"type": "object"
},
"scim": {
"description": "System for Cross-domain Identity Management (SCIM) version 2.0",
"properties": {},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
JanssenProject/jans | 4582ae563ddf2492c519fdbc7685af2ce3c5529d | 2022-06-13T18:53:55 | charts/janssen/values.schema.json | 405 | 2024-05-29T08:25:04.252132Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"allOf": [
{
"$ref": "#/definitions/auth-server-enabled"
},
{
"$ref": "#/definitions/auth-server-key-rotation-enabled"
},
{
"$ref": "#/definitions/client-api-enabled"
},
{
"$ref": "#/definitions/config-api-enabled"
},
{
"$ref": "#/definitions/fido2-enabled"
},
{
"$ref": "#/definitions/nginx-ingress-enabled"
},
{
"$ref": "#/definitions/opendj-enabled"
},
{
"$ref": "#/definitions/persistence-enabled"
},
{
"$ref": "#/definitions/scim-enabled"
}
],
"definitions": {
"auth-server-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"auth-server": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"auth-server": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources"
]
}
}
}
},
"auth-server-key-rotation-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"auth-server-key-rotation": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"auth-server-key-rotation": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"keysLife": {
"description": "Auth server key rotation keys life in hours",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"resources",
"keysLife"
]
}
}
}
},
"client-api-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"client-api": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"client-api": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
]
}
}
}
},
"config-api-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"config-api": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"config-api": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources"
],
"type": "object"
}
}
}
},
"email-format": {
"format": "email",
"type": "string"
},
"fido2-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"fido2": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"fido2": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"fido2ServiceName": {
"description": "Name of the Fido2 service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"fqdn-pattern": {
"anyOf": [
{
"errors": {
"pattern": "Setting not FQDN structured. Please enter a FQDN with the format demoexample.jans.io"
},
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
},
"ip-pattern": {
"anyOf": [
{
"errors": {
"pattern": "Not a valid IP."
},
"pattern": "^(\\*|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))$",
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
},
"nginx-ingress-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"nginx-ingress": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"nginx-ingress": {
"properties": {
"ingress": {
"properties": {
"additionalAnnotations": {
"description": "Additional annotations that will be added across all ingress definitions in the format of {cert-manager.io/issuer: \"letsencrypt-prod\"}",
"type": "object"
},
"authServerEnabled": {
"description": "Enable Auth server endpoints /jans-auth",
"type": "boolean"
},
"authServerLabels": {
"description": "Auth server config ingress resource labels. key app is taken",
"type": "object"
},
"authServerProtectedRedisterLabels": {
"description": "Auth server protected token ingress resource labels. key app is taken",
"type": "object"
},
"configApiEnabled": {
"description": "Enable config API endpoints /jans-config-api",
"type": "boolean"
},
"configApiLabels": {
"description": "configAPI ingress resource labels. key app is taken",
"type": "object"
},
"fido2ConfigEnabled": {
"description": "Enable endpoint /.well-known/fido2-configuration",
"type": "boolean"
},
"fido2ConfigLabels": {
"description": "fido2 ingress resource labels. key app is taken",
"type": "object"
},
"hosts": {
"items": {
"$ref": "#/definitions/fqdn-pattern"
},
"type": "array"
},
"openidConfigEnabled": {
"description": "Enable endpoint /.well-known/openid-configuration",
"type": "boolean"
},
"openidConfigLabels": {
"description": "openid-configuration ingress resource labels. key app is taken",
"type": "object"
},
"path": {
"type": "string"
},
"scimConfigEnabled": {
"description": "Enable endpoint /.well-known/scim-configuration",
"type": "boolean"
},
"scimConfigLabels": {
"description": "SCIM config ingress resource labels. key app is taken",
"type": "object"
},
"scimEnabled": {
"description": "Enable SCIM endpoints /jans-scim",
"type": "boolean"
},
"scimLabels": {
"description": "SCIM ingress resource labels. key app is taken",
"type": "object"
},
"tls": {
"description": "Secret holding HTTPS CA cert and key.",
"items": {
"properties": {
"hosts": {
"items": {
"$ref": "#/definitions/fqdn-pattern"
},
"type": "array"
},
"secretName": {
"pattern": "^[a-z-]+$",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"u2fConfigEnabled": {
"description": "Enable endpoint /.well-known/fido-configuration",
"type": "boolean"
},
"u2fConfigLabels": {
"description": "u2f ingress resource labels. key app is taken",
"type": "object"
},
"uma2ConfigEnabled": {
"description": "Enable endpoint /.well-known/uma2-configuration",
"type": "boolean"
},
"uma2ConfigLabels": {
"description": "uma2 config ingress resource labels. key app is taken",
"type": "object"
},
"webdiscoveryEnabled": {
"description": "Enable endpoint /.well-known/simple-web-discovery",
"type": "boolean"
},
"webdiscoveryLabels": {
"description": "webdiscovery ingress resource labels. key app is taken",
"type": "object"
},
"webfingerEnabled": {
"description": "Enable endpoint /.well-known/webfinger",
"type": "boolean"
},
"webfingerLabels": {
"description": "webfinger ingress resource labels. key app is taken",
"type": "object"
}
},
"required": [
"openidConfigEnabled",
"uma2ConfigEnabled",
"webfingerEnabled",
"webdiscoveryEnabled",
"configApiEnabled",
"u2fConfigEnabled",
"authServerEnabled",
"authServerProtectedToken",
"authServerProtectedRegister",
"additionalAnnotations",
"path",
"hosts",
"tls"
],
"type": "object"
}
},
"type": "object"
}
}
}
},
"opendj-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"opendj": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"opendj": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"persistence": {
"properties": {
"size": {
"description": "OpenDJ volume size",
"pattern": "^[0-9]Gi+$",
"type": "string"
}
},
"type": "object"
},
"ports": {
"properties": {
"tcp-admin": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-ldap": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-ldaps": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-repl": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"tcp-serf": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
},
"udp-serf": {
"properties": {
"nodePort": {
"type": "string"
},
"port": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"targetPort": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"password": {
"anyOf": [
{
"description": "Password does not meet requirements. The password must contain one digit, one uppercase letter, one lower case letter and one symbol",
"errors": {
"minLength": "Password minimum 6 character",
"pattern": "Password does not meet requirements. The password must contain one digit, one uppercase letter, one lower case letter and one symbol"
},
"minLength": 8,
"pattern": "",
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
},
"password-pattern": {
"errors": {
"minLength": "Password minimum 6 character",
"pattern": "Password does not meet requirements. The password must contain one digit, one uppercase letter, one lower case letter and one symbol"
},
"minLength": 6,
"pattern": "",
"type": "string"
},
"persistence-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"persistence": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"persistence": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"resources"
],
"type": "object"
}
}
}
},
"scim-enabled": {
"else": true,
"if": {
"properties": {
"global": {
"properties": {
"scim": {
"properties": {
"enabled": {
"const": "true"
}
}
}
}
}
}
},
"then": {
"properties": {
"scim": {
"properties": {
"dnsConfig": {
"description": "Add custom dns config",
"type": "object"
},
"dnsPolicy": {
"description": "Add custom dns policy",
"pattern": "^(Default|ClusterFirst|ClusterFirstWithHostNet|None|)$",
"type": "string"
},
"hpa": {
"description": "Configure the HorizontalPodAutoscaler",
"properties": {
"behavior": {
"description": "Scaling Policies",
"type": "object"
},
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"metrics": {
"description": "metrics if targetCPUUtilizationPercentage is not set",
"type": "array"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
},
"type": "object"
},
"image": {
"properties": {
"pullPolicy": {
"description": "Image pullPolicy to use for deploying.",
"pattern": "^(Always|Never|IfNotPresent)$",
"type": "string"
},
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"replicas": {
"description": "Service replica number.",
"type": "integer"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"scimServiceName": {
"description": "Name of the SCIM service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"usrEnvs": {
"description": "Add custom normal and secret envs to the service",
"properties": {
"normal": {
"description": "Add custom normal envs to the service",
"type": "object"
},
"secret": {
"description": "Add custom secret envs to the service",
"type": "object"
}
},
"type": "object"
}
},
"required": [
"image",
"replicas",
"resources",
"service"
],
"type": "object"
}
}
}
},
"url-pattern": {
"anyOf": [
{
"errors": {
"pattern": "URL pattern is not meeting standards."
},
"pattern": "(^|\\s)((https?:\\/\\/)?[\\w-]+(\\.[\\w-]+)+\\.?(:\\d+)?(\\/\\S*)?)",
"type": "string"
},
{
"maxLength": 0,
"type": "string"
}
]
}
},
"properties": {
"auth-server": {
"description": "OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.",
"properties": {},
"type": "object"
},
"auth-server-key-rotation": {
"description": "Responsible for regenerating auth-keys per x hours",
"properties": {},
"type": "object"
},
"client-api": {
"description": "Middleware API to help application developers call an OAuth, OpenID or UMA server. You may wonder why this is necessary. It makes it easier for client developers to use OpenID signing and encryption features, without becoming crypto experts. This API provides some high level endpoints to do some of the heavy lifting.",
"properties": {},
"type": "object"
},
"config": {
"description": "Configuration parameters for setup and initial configuration secret annd config layers used by Janssen services.",
"properties": {
"adminPass": {
"$ref": "#/definitions/password",
"description": "Admin password to login to the UI"
},
"city": {
"description": "City of the company or individual. Used in generating the self-signed certificate",
"pattern": "^[a-zA-Z]+$",
"type": "string"
},
"configmap": {
"description": "Configuration parameters mapped to envs in a ConfigMap",
"properties": {
"cnCacheType": {
"description": "Cache type. NATIVE_PERSISTENCE, REDIS. or IN_MEMORY. Defaults to NATIVE_PERSISTENCE",
"pattern": "^(NATIVE_PERSISTENCE|REDIS|IN_MEMORY)$",
"type": "string"
},
"cnClientApiBindIpAddresses": {
"$ref": "#/definitions/ip-pattern",
"description": "Client-api bind address. This limits what ip ranges can access the client-api. This should be left as * and controlled by a NetworkPolicy"
},
"cnClientApiCertCn": {
"description": "Client-api OAuth certificate common name. This should be left to the default value client-api",
"pattern": "^[a-z-]+$",
"type": "string"
},
"cnConfigGoogleSecretNamePrefix": {
"description": "Prefix for Janssen configuration secret in Google Secret Manager. Defaults to janssen. If left intact janssen-configuration secret will be created. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"type": "string"
},
"cnConfigGoogleSecretVersionId": {
"description": "Secret version to be used for configuration. Defaults to latest and should normally always stay that way. Used only when global.configAdapterName and global.configSecretAdapter is set to google. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^([0-9]|latest)*$",
"type": "string"
},
"cnConfigKubernetesConfigMap": {
"description": "The name of the ConfigMap that will hold the configuration layer",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnCouchbaseBucketPrefix": {
"description": "The prefix of couchbase buckets. This helps with separation in between different environments and allows for the same couchbase cluster to be used by different setups of Janssen.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnCouchbaseCrt": {
"description": "Couchbase certificate authority string. This must be encoded using base64. This can also be found in your couchbase UI Security > Root Certificate. In mTLS setups this is not required.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnCouchbaseIndexNumReplica": {
"description": "The number of replicas per index created. Please note that the number of index nodes must be one greater than the number of index replicas. That means if your couchbase cluster only has 2 index nodes you cannot place the number of replicas to be higher than 1.",
"type": "integer"
},
"cnCouchbasePass": {
"$ref": "#/definitions/password",
"description": "Couchbase password for the restricted user config.configmap.cnCouchbaseUser that is often used inside the services. The password must contain one digit, one uppercase letter, one lower case letter and one symbol "
},
"cnCouchbaseSuperUser": {
"description": "The Couchbase super user (admin) user name. This user is used during initialization only.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnCouchbaseSuperUserPass": {
"$ref": "#/definitions/password",
"description": "Couchbase password for the super user config.configmap.cnCouchbaseSuperUser that is used during the initialization process. The password must contain one digit, one uppercase letter, one lower case letter and one symbol "
},
"cnCouchbaseSuperUserPassFile": {
"description": "The location of the Couchbase restricted user config.configmap.cnCouchbaseSuperUser password. The file path must end with couchbase_superuser_password.",
"pattern": ".*couchbase_superuser_password\\b.*",
"type": "string"
},
"cnCouchbaseUrl": {
"$ref": "#/definitions/fqdn-pattern",
"description": "Couchbase URL. Used only when global.cnPersistenceType is hybrid or couchbase. This should be in FQDN format for either remote or local Couchbase clusters. The address can be an internal address inside the kubernetes cluster"
},
"cnCouchbaseUser": {
"description": "Couchbase restricted user. Used only when global.cnPersistenceType is hybrid or couchbase.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnGoogleProjectId": {
"description": "Project id of the google project the secret manager belongs to. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "",
"type": "string"
},
"cnGoogleSecretManagerPassPhrase": {
"$ref": "#/definitions/password",
"description": "Passphrase for Janssen secret in Google Secret Manager. This is used for encrypting and decrypting data from the Google Secret Manager. Used only when global.configAdapterName and global.configSecretAdapter is set to google."
},
"cnGoogleSecretManagerServiceAccount": {
"description": "Service account with roles roles/secretmanager.admin base64 encoded string. This is used often inside the services to reach the configuration layer. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
},
"cnGoogleSpannerDatabaseId": {
"description": "Google Spanner Database ID. Used only when global.cnPersistenceType is spanner.",
"pattern": "^[a-z0-9\\-]*$",
"type": "string"
},
"cnGoogleSpannerInstanceId": {
"description": "Google Spanner ID. Used only when global.cnPersistenceType is spanner.",
"pattern": "^([a-z0-9\\-])*$",
"type": "string"
},
"cnLdapUrl": {
"description": "OpenDJ internal address. Leave as default. Used when `global.cnPersistenceType` is set to `ldap`.",
"pattern": "^[a-z0-9-:]+$",
"type": "string"
},
"cnMaxRamPercent": {
"description": "Value passed to Java option -XX:MaxRAMPercentage",
"pattern": "^(\\d{0,2}(\\.\\d{1,2})?|100(\\.0?)?)$",
"type": "string"
},
"cnPersistenceLdapMapping": {
"description": "Specify data that should be saved in LDAP (one of default, user, cache, site, token, or session; default to default). Note this environment only takes effect when `global.cnPersistenceType` is set to `hybrid`.",
"pattern": "^(default|user|site|cache|statistic)$",
"type": "string"
},
"cnRedisSentinelGroup": {
"description": "Redis Sentinel Group. Often set when `config.configmap.cnRedisType` is set to `SENTINEL`. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"type": "string"
},
"cnRedisSslTruststore": {
"description": "Redis SSL truststore. Optional. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"type": "string"
},
"cnRedisType": {
"description": "Redis service type. `STANDALONE` or `CLUSTER`. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"pattern": "^(SHARDED|STANDALONE|CLUSTER|SENTINEL)$",
"type": "string"
},
"cnRedisUrl": {
"$ref": "#/definitions/url-pattern",
"description": "Redis URL and port number <url>:<port>. Can be used when `config.configmap.cnCacheType` is set to `REDIS`."
},
"cnRedisUseSsl": {
"description": "Boolean to use SSL in Redis. Can be used when `config.configmap.cnCacheType` is set to `REDIS`.",
"type": "boolean"
},
"cnScimProtectionMode": {
"description": "SCIM protection mode OAUTH|TEST|UMA",
"pattern": "^(OAUTH|TEST|UMA)$",
"type": "string"
},
"cnSecretGoogleSecretNamePrefix": {
"description": "Prefix for Janssen secret in Google Secret Manager. Defaults to janssen. If left janssen-secret secret will be created. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnSecretGoogleSecretVersionId": {
"description": "Secret version to be used for secret configuration. Defaults to latest and should normally always stay that way. Used only when global.configAdapterName and global.configSecretAdapter is set to google.",
"pattern": "^([0-9]|latest)*$",
"type": "string"
},
"cnSecretKubernetesSecret": {
"description": "Kubernetes secret name holding configuration keys. Used when global.configSecretAdapter is set to kubernetes which is the default.",
"pattern": "^[a-z]+$",
"type": "string"
},
"cnSqlDbDialect": {
"description": "SQL dialect",
"pattern": "^(mysql)$",
"type": "string"
},
"cnSqlDbHost": {
"anyOf": [
{
"$ref": "#/definitions/url-pattern"
},
{
"$ref": "#/definitions/ip-pattern"
}
],
"description": "SQL server address or ip"
},
"cnSqlDbName": {
"description": "SQL server database name for Jans",
"pattern": "^[a-z-0-9]+$",
"type": "string"
},
"cnSqlDbPort": {
"description": "SQL server port",
"type": "integer"
},
"cnSqlDbTimezone": {
"description": "SQL database timezone",
"pattern": "^(GMT|UTC|ECT|EET|ART|EAT|MET|NET|PLT|IST|BST|VST|CTT|JST|ACT|AET|SST|NST|MIT|HST|AST|PST|PNT|MST|CST|EST|IET|PRT|CNT|AGT|BET|CAT)$",
"type": "string"
},
"cnSqlDbUser": {
"description": "SQL database Jans username",
"pattern": "^[a-z-0-9]+$",
"type": "string"
},
"cnSqldbUserPassword": {
"$ref": "#/definitions/password",
"description": "Password for user config.configmap.cnSqlDbUser."
},
"lbAddr": {
"$ref": "#/definitions/url-pattern",
"description": "Loadbalancer address for AWS if the FQDN is not registered."
}
},
"type": "object"
},
"countryCode": {
"description": "Country code. Used for certificate creation.",
"pattern": "^[A-Z]+$",
"type": "string"
},
"email": {
"$ref": "#/definitions/email-format",
"description": "Email address of the administrator usually. Used for certificate creation."
},
"image": {
"properties": {
"repository": {
"description": "Image to use for deploying",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
"pattern": "^[a-z0-9-_.]+$",
"type": "string"
}
},
"type": "object"
},
"ldapPassword": {
"$ref": "#/definitions/password",
"description": "LDAP admin password if OpennDJ is used for persistence."
},
"orgName": {
"description": "Organization name. Used for certificate creation.",
"pattern": "^[a-zA-Z]+$",
"type": "string"
},
"redisPassword": {
"$ref": "#/definitions/password",
"description": "Redis admin password if `config.configmap.cnCacheType` is set to `REDIS`"
},
"resources": {
"description": "Resource specs.",
"properties": {
"limits": {
"properties": {
"cpu": {
"description": "CPU limit.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory limit.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"description": "CPU request.",
"pattern": "^[0-9m]+$",
"type": "string"
},
"memory": {
"description": "Memory request.",
"pattern": "^[0-9Mi]+$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"state": {
"description": "State code. Used for certificate creation.",
"pattern": "^[a-zA-Z]+$",
"type": "string"
}
},
"type": "object"
},
"config-api": {
"description": "Config Api endpoints can be used to configure the auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS).",
"properties": {},
"type": "object"
},
"fido2": {
"description": "FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.",
"properties": {},
"type": "object"
},
"global": {
"description": "Parameters used globally across all services helm charts.",
"properties": {
"alb": {
"properties": {
"ingress": {
"description": "Activates ALB ingress",
"type": "boolean"
}
},
"type": "object"
},
"auth-server": {
"properties": {
"appLoggers": {
"properties": {
"auditStatsLogLevel": {
"description": "jans-auth_audit.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"auditStatsLogTarget": {
"description": "jans-auth_audit.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"authLogLevel": {
"description": "jans-auth.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"authLogTarget": {
"description": "jans-auth.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"httpLogLevel": {
"description": "http_request_response level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"httpLogTarget": {
"description": "http_request_response target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"ldapStatsLogLevel": {
"description": "jans-auth_persistence_ldap_statistics.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"ldapStatsLogTarget": {
"description": "jans-auth_persistence_ldap_statistics.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceDurationLogLevel": {
"description": "jans-auth_persistence_duration.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceDurationLogTarget": {
"description": "jans-auth_persistence_duration.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceLogLevel": {
"description": "jans-auth_persistence.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceLogTarget": {
"description": "jans-auth_persistence.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"scriptLogLevel": {
"description": "jans-auth_script.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"scriptLogTarget": {
"description": "jans-auth_script.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"authServerServiceName": {
"description": "Name of the auth-server service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
"enabled": {
"description": "Boolean flag to enable/disable auth-server chart. You should never set this to false.",
"type": "boolean"
}
},
"type": "object"
},
"auth-server-key-rotation": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the auth-server-key rotation cronjob chart.",
"type": "boolean"
}
},
"type": "object"
},
"awsStorageType": {
"description": "Volume stroage type if using AWS volumes.",
"pattern": "^(io1|io2|gp2|st1|sc1)$",
"type": "string"
},
"azureStorageAccountType": {
"description": "Volume storage type if using Azure disks.",
"pattern": "^(Standard_LRS|Premium_LRS|StandardSSD_LRS|UltraSSD_LRS)$",
"type": "string"
},
"azureStorageKind": {
"description": "Azure storage kind if using Azure disks",
"pattern": "^(Managed)$",
"type": "string"
},
"client-api": {
"properties": {
"appLoggers": {
"properties": {
"clientApiLogLevel": {
"description": "client-api.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"clientApiLogTarget": {
"description": "client-api.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"clientApiServerServiceName": {
"description": "Name of the client-api service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
"enabled": {
"description": "Boolean flag to enable/disable the client-api chart.",
"type": "boolean"
}
},
"type": "object"
},
"cloud": {
"properties": {
"testEnviroment": {
"description": "Boolean flag if enabled will strip resources requests and limits from all services.",
"type": "boolean"
}
},
"type": "object"
},
"cnDocumentStoreType": {
"description": "Document store type to use for shibboleth files LOCAL.",
"pattern": "^(LOCAL)$",
"type": "string"
},
"cnGoogleApplicationCredentials": {
"description": "Base64 encoded service account. The sa must have roles/secretmanager.admin to use Google secrets and roles/spanner.databaseUser to use Spanner.",
"pattern": ".*google-credentials.json\\b.*",
"type": "string"
},
"cnPersistenceType": {
"description": "Persistence backend to run Janssen with ldap|couchbase|hybrid|sql|spanner.",
"pattern": "^(ldap|couchbase|hybrid|sql|spanner)$",
"type": "string"
},
"config": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the configuration chart. This normally should always be true",
"type": "boolean"
}
},
"type": "object"
},
"config-api": {
"properties": {
"appLoggers": {
"properties": {
"configApiLogLevel": {
"description": "configapi.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"configApiLogTarget": {
"description": "configapi.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"configApiServerServiceName": {
"description": "Name of the config-api service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
"enabled": {
"description": "Boolean flag to enable/disable the config-api chart.",
"type": "boolean"
}
},
"type": "object"
},
"configAdapterName": {
"description": "The config backend adapter that will hold Janssen configuration layer. google|kubernetes",
"pattern": "^(kubernetes|google)$",
"type": "string"
},
"configSecretAdapter": {
"description": "The config backend adapter that will hold Janssen secret layer. google|kubernetes",
"pattern": "^(kubernetes|google)$",
"type": "string"
},
"fido2": {
"properties": {
"appLoggers": {
"properties": {
"fido2LogLevel": {
"description": "fido2.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"fido2LogTarget": {
"description": "fido2.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceLogLevel": {
"description": "fido2_persistence.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceLogTarget": {
"description": "fido2_persistence.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "Boolean flag to enable/disable the fido2 chart.",
"type": "boolean"
},
"fido2ServiceName": {
"description": "Name of the fido2 service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"fqdn": {
"$ref": "#/definitions/fqdn-pattern",
"description": "Fully qualified domain name to be used for Janssen installation. This address will be used to reach Janssen services."
},
"gcePdStorageType": {
"description": "GCE storage kind if using Google disks",
"pattern": "^(pd-standard|pd-balanced|pd-ssd)$",
"type": "string"
},
"isFqdnRegistered": {
"description": "Boolean flag to enable mapping global.lbIp to global.fqdn inside pods on clouds that provide static ip for loadbalancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically.",
"type": "boolean"
},
"istio": {
"properties": {
"enabled": {
"description": "Boolean flag that enables using istio side cars with Janssen services.",
"type": "boolean"
},
"namespace": {
"description": "The namespace istio is deployed in. The is normally istio-system.",
"pattern": "^[a-z0-9-_/]+$",
"type": "string"
}
},
"type": "object"
},
"lbIp": {
"$ref": "#/definitions/ip-pattern",
"description": "The Loadbalancer IP created by nginx or istio on clouds that provide static IPs. This is not needed if `global.fqdn` is globally resolvable."
},
"nginx-ingress": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the nginx-ingress definitions chart.",
"type": "boolean"
}
},
"type": "object"
},
"opendj": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the OpenDJ chart.",
"type": "boolean"
},
"ldapServiceName": {
"description": "Name of the OpenDJ service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"persistence": {
"properties": {
"enabled": {
"description": "Boolean flag to enable/disable the persistence chart.",
"type": "boolean"
}
},
"type": "object"
},
"scim": {
"properties": {
"appLoggers": {
"properties": {
"authLogLevel": {
"description": "jans-scim.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"authLogTarget": {
"description": "jans-scim.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"ldapStatsLogLevel": {
"description": "jans-scim_persistence_ldap_statistics.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"ldapStatsLogTarget": {
"description": "jans-scim_persistence_ldap_statistics.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceDurationLogLevel": {
"description": "jans-scim_persistence_duration.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceDurationLogTarget": {
"description": "jans-scim_persistence_duration.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"persistenceLogLevel": {
"description": "jans-scim_persistence.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"persistenceLogTarget": {
"description": "jans-scim_persistence.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
},
"scriptLogLevel": {
"description": "jans-scim_script.log level",
"pattern": "^(FATAL|ERROR|WARN|INFO|DEBUG|TRACE)$",
"type": "string"
},
"scriptLogTarget": {
"description": "jans-scim_script.log target",
"pattern": "^(STDOUT|FILE)$",
"type": "string"
}
},
"type": "object"
},
"enabled": {
"description": "Boolean flag to enable/disable the SCIM chart.",
"type": "boolean"
},
"scimServiceName": {
"description": "Name of the scim service. Please keep it as default.",
"pattern": "^[a-z0-9-]+$",
"type": "string"
}
},
"type": "object"
},
"storageClass": {
"description": "StorageClass section for OpenDJ charts. This is not currently used by the openbanking distribution. You may specify custom parameters as needed.",
"properties": {
"allowVolumeExpansion": {
"type": "boolean"
},
"allowedTopologies": {
"items": {
"type": "string"
},
"type": "array"
},
"mountOptions": {
"items": {
"type": "string"
},
"type": "array"
},
"parameters": {
"properties": {
"fsType": {
"type": "string"
},
"kind": {
"type": "string"
},
"pool": {
"type": "string"
},
"storageAccountType": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"provisioner": {
"type": "string"
},
"reclaimPolicy": {
"type": "string"
},
"volumeBindingMode": {
"type": "string"
}
},
"type": "object"
},
"upgrade": {
"properties": {
"enabled": {
"description": "Boolean flag used when running helm upgrade command. This allows upgrading the chart without immutable objects errors.",
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"nginx-ingress": {
"description": "Nginx ingress definitions chart",
"properties": {},
"type": "object"
},
"opendj": {
"description": "OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.",
"properties": {},
"type": "object"
},
"persistence": {
"description": "Job to generate data and intial config for Janssen Server persistence layer.",
"properties": {},
"type": "object"
},
"scim": {
"description": "System for Cross-domain Identity Management (SCIM) version 2.0",
"properties": {},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits