3 Commits

Author SHA1 Message Date
9a6cbfd872 Update grafana/promtail Docker tag to v3 2025-01-07 03:18:30 +00:00
3449bc4ced Added node-fetch to nodered
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-01-06 09:46:34 +00:00
ed914c6c67 Install atproto api in node red
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-01-06 09:18:43 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.11"
image: "grafana/promtail:3.3.2"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -215,7 +215,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.11"
image: "grafana/promtail:3.3.2"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -66,6 +66,8 @@ spec:
cd /data
npm rebuild
npm install tldts
npm install @atproto/api
npm install node-fetch
volumeMounts:
- name: data
mountPath: /data