We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c7b17 commit 20489c9Copy full SHA for 20489c9
.lagoon.yml
@@ -56,5 +56,5 @@ environments:
56
service: auto-idler
57
- name: curator
58
schedule: '01 0 * * * '
59
- command: /usr/bin/curator --config curator.yml actions.yml
+ command: /usr/bin/curator --config /curator/curator.yml /curator/actions.yml
60
service: logs-db-curator
services/logs-db-curator/Dockerfile
@@ -4,5 +4,6 @@ FROM ${IMAGE_REPO:-lagoon}/curator
4
COPY actions.yml curator.yml /curator/
5
COPY 90-generate-http-auth.sh /lagoon/entrypoints/
6
7
+RUN echo "source /lagoon/entrypoints/90-generate-http-auth.sh" >> /home/.bashrc
8
+
9
ENV LAGOON_INDEXES="^(container-logs-|router-logs-|service-logs-|application-logs-|lagoon-logs-).*$"
-ENV CRONJOBS="01 0 * * * /usr/bin/curator --config /curator/curator.yml /curator/actions.yml"
0 commit comments