AnsibleLightspeed [lightspeed.ansible.com/v1alpha1]
The AnsibleLightspeed custom resource deploys and configures the Ansible Lightspeed AI assistant service.
Description Copy linkLink copied!
Copy linkLink copied!
| API Group | lightspeed.ansible.com |
| API Version | v1alpha1 |
| Kind | AnsibleLightspeed |
| Scope | Namespaced |
Specification Copy linkLink copied!
Copy linkLink copied!
| Field | Type | Description | Default |
|---|---|---|---|
disabled |
Boolean | Set to true to disable the Ansible Lightspeed component. |
true |
database |
Object | Database configuration. Containsdatabase_secret (String) specifying the name of a Kubernetes secret with external database connection details. |
- |
auth_config_secret_name |
String | Name of a Kubernetes secret containing authentication configuration for Ansible Lightspeed. | - |
model_config_secret_name |
String | Name of a Kubernetes secret containing model configuration for Ansible Lightspeed. | - |
Example custom resource Copy linkLink copied!
Copy linkLink copied!
apiVersion: lightspeed.ansible.com/v1alpha1
kind: AnsibleLightspeed
metadata:
name: my-lightspeed
spec:
disabled: false
auth_config_secret_name: lightspeed-auth-config
model_config_secret_name: lightspeed-model-config
database:
database_secret: lightspeed-db-secret