Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71133be104 | |||
| 05107b57de | |||
| 630ce61be3 | |||
| a268cd392c | |||
| 056ebce791 | |||
| a7cab0acd7 | |||
| 87048cdbc4 |
@@ -10,10 +10,10 @@ resources:
|
|||||||
- ingress.yaml # wejście po https + przekierowanie z http
|
- ingress.yaml # wejście po https + przekierowanie z http
|
||||||
images:
|
images:
|
||||||
- name: gitea.czernobog.pl/gitea/astrololo-data
|
- name: gitea.czernobog.pl/gitea/astrololo-data
|
||||||
newTag: 8ebce816
|
newTag: b36b3bee
|
||||||
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
||||||
newTag: 8ebce816
|
newTag: b36b3bee
|
||||||
- name: gitea.czernobog.pl/gitea/astrololo-render
|
- name: gitea.czernobog.pl/gitea/astrololo-render
|
||||||
newTag: latest
|
newTag: latest
|
||||||
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
||||||
newTag: 8ebce816
|
newTag: a9f2a038
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ resources:
|
|||||||
- bot.yaml
|
- bot.yaml
|
||||||
images:
|
images:
|
||||||
- name: gitea.czernobog.pl/gitea/conjurer-librarian
|
- name: gitea.czernobog.pl/gitea/conjurer-librarian
|
||||||
newTag: 40605b95
|
newTag: ac16b77f
|
||||||
- name: gitea.czernobog.pl/gitea/conjurer-bot
|
- name: gitea.czernobog.pl/gitea/conjurer-bot
|
||||||
newTag: 8e18071b
|
newTag: ac16b77f
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ spec:
|
|||||||
metadata: { labels: { app: librarian } }
|
metadata: { labels: { app: librarian } }
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets: [{ name: gitea-registry }]
|
imagePullSecrets: [{ name: gitea-registry }]
|
||||||
|
# On SIGTERM the librarian checkpoints the running search and exits within
|
||||||
|
# CONJURER_LIBRARIAN_GRACEFUL_TIMEOUT (default 45s). Give k8s enough grace
|
||||||
|
# to let that finish before it SIGKILLs - otherwise a long scan's checkpoint
|
||||||
|
# is cut short and the search restarts from scratch instead of resuming.
|
||||||
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- name: librarian
|
- name: librarian
|
||||||
image: gitea.czernobog.pl/gitea/conjurer-librarian:e243777e
|
image: gitea.czernobog.pl/gitea/conjurer-librarian:e243777e
|
||||||
|
|||||||
Reference in New Issue
Block a user