Skip to content

Commit

Permalink
fix: batch kubernetesExecutorEphemeral properties update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Sep 23, 2024
1 parent fa5b292 commit b059461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arc-batch/src/main/resources/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<property name="kubernetesExecutorPort" value="#{systemEnvironment['KUBERNETES_EXECUTOR_PORT'] ?: '${fr.insee.arc.kubernetes.executor.port}' }"></property>
<property name="kubernetesExecutorCpu" value="#{systemEnvironment['KUBERNETES_EXECUTOR_CPU'] ?: '${fr.insee.arc.kubernetes.executor.cpu}' }"></property>
<property name="kubernetesExecutorRam" value="#{systemEnvironment['KUBERNETES_EXECUTOR_RAM'] ?: '${fr.insee.arc.kubernetes.executor.ram}' }"></property>
<property name="kubernetesExecutorEphemeral" value="#{systemEnvironment['KUBERNETES_EXECUTOR_EPHEMERAL'] ?: '${fr.insee.arc.kubernetes.executor.ephemeral}' }"></property>
<property name="kubernetesExecutorVolatile" value="#{systemEnvironment['KUBERNETES_EXECUTOR_VOLATILE'] ?: '${fr.insee.arc.kubernetes.executor.volatile}' }"></property>

<property name="processExport" value="#{systemEnvironment['PROCESS_EXPORT'] ?: '${fr.insee.arc.process.export}' }"></property>
Expand Down

0 comments on commit b059461

Please sign in to comment.