almartino opened a new pull request, #101: URL: https://github.com/apache/openserverless-task/pull/101
This task is implemented by using a kubernetes job manifest. ## Manifest params - COUCHDB_USER and COUCHDB_PASSWORD are injected by prior retrieving the couchdb-secret in the nuvolaris namespace - COUCHDB_HOST and COUCHDB_PORT are filled from withing the task vars - JOB_TTL can be supplied by the user with the flag `--ttl` (e.g. ops admin compact --ttl=100 ## Job image The job uses alpine:3.14 with the `curl` and `jq` utilities. #### Sidenotes: compaction in couchdb can be done automatically via [smoosh](https://docs.couchdb.org/en/stable/maintenance/compaction.html#automatic-compaction) closes apache/openserverless#134 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org