Back to Talos

ExtensionServiceConfig

website/content/v1.13/reference/configuration/extensions/extensionserviceconfig.md

1.13.01.2 KB
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: ExtensionServiceConfig name: nut-client # Name of the extension service.

The config files for the extension service.

configFiles: - content: MONITOR ${upsmonHost} 1 remote username password # The content of the extension service config file. mountPath: /usr/local/etc/nut/upsmon.conf # The mount path of the extension service config file.

The environment for the extension service.

environment: - NUT_UPS=upsname {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringName of the extension service.
configFiles<a href="#ExtensionServiceConfig.configFiles.">[]ConfigFile</a>The config files for the extension service.
environment[]stringThe environment for the extension service.

configFiles[] {#ExtensionServiceConfig.configFiles.}

ConfigFile is a config file for extension services.

FieldTypeDescriptionValue(s)
contentstringThe content of the extension service config file.
mountPathstringThe mount path of the extension service config file.