Skip to content

Commit 8b634cf

Browse files
Update docs for operator (#360)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 18653ed commit 8b634cf

File tree

1 file changed

+20
-0
lines changed
  • pages/deployments/operator

1 file changed

+20
-0
lines changed

pages/deployments/operator/api.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ _Appears in:_
748748
| `prometheusConnection` _[HTTPConnection](#httpconnection)_ | PrometheusConnection connection details for a prometheus instance to use | | Optional: {} <br /> |
749749
| `lokiConnection` _[HTTPConnection](#httpconnection)_ | LokiConnection connection details for a loki instance to use | | Optional: {} <br /> |
750750
| `ai` _[AISettings](#aisettings)_ | AI settings specifies a configuration for LLM provider clients | | Optional: {} <br /> |
751+
| `logging` _[LoggingSettings](#loggingsettings)_ | Settings for connections to log aggregation datastores | | Optional: {} <br /> |
751752

752753

753754

@@ -948,6 +949,7 @@ _Appears in:_
948949

949950
_Appears in:_
950951
- [DeploymentSettingsSpec](#deploymentsettingsspec)
952+
- [LoggingSettings](#loggingsettings)
951953

952954
| Field | Description | Default | Validation |
953955
| --- | --- | --- | --- |
@@ -1182,6 +1184,24 @@ _Appears in:_
11821184
| `resources` _[ContainerResources](#containerresources)_ | Resource specification that overrides implicit container resources when containers are not directly configured. | | Optional: {} <br /> |
11831185

11841186

1187+
#### LoggingSettings
1188+
1189+
1190+
1191+
1192+
1193+
1194+
1195+
_Appears in:_
1196+
- [DeploymentSettingsSpec](#deploymentsettingsspec)
1197+
1198+
| Field | Description | Default | Validation |
1199+
| --- | --- | --- | --- |
1200+
| `enabled` _boolean_ | | | Optional: {} <br /> |
1201+
| `driver` _[LogDriver](#logdriver)_ | The type of log aggregation solution you wish to use | | Optional: {} <br /> |
1202+
| `victoria` _[HTTPConnection](#httpconnection)_ | Configures a connection to victoria metrics | | Optional: {} <br /> |
1203+
1204+
11851205
#### ManagedNamespace
11861206

11871207

0 commit comments

Comments
 (0)