Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 666626a

Browse files
committed
k8s: listener, scheduler: make sure to use service account
With recent Docker hub limits, unauthenticated users can only pull 100 images per 6 hours. Sometimes due to up scale of workers this limit might be reached. The limit doubles if pulls come from authenticated users, which is done in k8s through serviceaccount having the imagePullCreds secret setup. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 28ead87 commit 666626a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

k8s/qareports-listener.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
app: qareports-listener
2121

2222
spec:
23+
serviceAccount: qareports-serviceaccount
2324
volumes:
2425
- name: qareports-local-settings
2526
configMap:

k8s/qareports-scheduler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
app: qareports-scheduler
2121

2222
spec:
23+
serviceAccount: qareports-serviceaccount
2324
volumes:
2425
- name: qareports-secret-key
2526
configMap:

0 commit comments

Comments
 (0)