new configuration version

This commit is contained in:
haburger 2024-12-18 18:39:47 +00:00
parent 405d009d0a
commit af16dc2867
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-dbf48dcf25b8493a86353bec25f882a800ce190e"
tag: "r-d78f01fd730effefbe799d39eb80b99883011177"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/idm"
credentials: "git-credentials"
keystores:

View File

@ -58,5 +58,6 @@
<bean class="org.springframework.scheduling.quartz.CronTriggerFactoryBean" id="pruneAgovAccountsJobTrigger">
<property name="description" value="Archive and delete obsolete AGOV accounts (100d no activity)"/>
<property name="jobDetail" ref="pruneAgovAccountsJob"/>
<property name="cronExpression" value="59 23 17 12 * ?"/>
</bean>
</beans>