Compare commits
3 Commits
9bedce65fb
...
9a6cbfd872
Author | SHA1 | Date | |
---|---|---|---|
9a6cbfd872 | |||
3449bc4ced
|
|||
ed914c6c67
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user