mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
106 lines
2.4 KiB
JSON
106 lines
2.4 KiB
JSON
{
|
|
"options": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"affinity": {
|
|
"type": "object",
|
|
"$ref": "k8s-api.json#/core.v1.Affinity"
|
|
},
|
|
"annotations": {
|
|
"$ref": "definitions.json#/annotations"
|
|
},
|
|
"automountServiceAccountToken": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"dnsConfig": {
|
|
"type": "object",
|
|
"$ref": "k8s-api.json#/core.v1.PodDNSConfig"
|
|
},
|
|
"dnsPolicy": {
|
|
"type": "string"
|
|
},
|
|
"enableServiceLinks": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"hostAliases": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "k8s-api.json#/core.v1.HostAlias"
|
|
}
|
|
},
|
|
"hostIPC": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"hostNetwork": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"hostPID": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"hostUsers": {
|
|
"type": ["boolean", "null"]
|
|
},
|
|
"hostname": {
|
|
"type": "string"
|
|
},
|
|
"imagePullSecrets": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "k8s-api.json#/core.v1.LocalObjectReference"
|
|
}
|
|
},
|
|
"labels": {
|
|
"$ref": "definitions.json#/annotations"
|
|
},
|
|
"nodeSelector": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": ["string"]
|
|
}
|
|
},
|
|
"priorityClassName": {
|
|
"type": "string"
|
|
},
|
|
"resources": {
|
|
"$ref": "k8s-api.json#/core.v1.ResourceRequirements"
|
|
},
|
|
"restartPolicy": {
|
|
"type": "string"
|
|
},
|
|
"runtimeClassName": {
|
|
"type": "string"
|
|
},
|
|
"schedulerName": {
|
|
"type": "string"
|
|
},
|
|
"securityContext": {
|
|
"$ref": "k8s-api.json#/core.v1.PodSecurityContext"
|
|
},
|
|
"shareProcessNamespace": {
|
|
"type": ["boolean", "null"],
|
|
"default": false
|
|
},
|
|
"terminationGracePeriodSeconds": {
|
|
"type": ["integer", "null"]
|
|
},
|
|
"tolerations": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "k8s-api.json#/core.v1.Toleration"
|
|
}
|
|
},
|
|
"topologySpreadConstraints": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "k8s-api.json#/core.v1.TopologySpreadConstraint"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|