Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/keep-instance-running-and-persist'
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxone committed Oct 31, 2024
2 parents 67e7a10 + 0a8addb commit b4b8339
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
packagingDefinition:
type: ManagedDockerBuild
supportedEnvironmentVariables: []
supportedEnvironmentVariables:
- name: FEATURE_PERSISTENT_DATA
description: Persist data in DDN connector deployments
defaultValue: true
- name: FEATURE_MIN_INSTANCES
description: Minimum number of instances to keep running (set to 1 to keep one instance running at all times)
defaultValue: 1
commands: {}
dockerComposeWatch:
# Rebuild the container if a new package restore is required because package[-lock].json changed
Expand Down

0 comments on commit b4b8339

Please sign in to comment.