Merge pull request #337 from 3dwardch3ng/infra/prometheus
Infra/prometheus
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
app.kubernetes.io/instance: kavita
|
||||
spec:
|
||||
containers:
|
||||
- image: jvmilazz0/kavita:latest
|
||||
- image: jvmilazz0/kavita:0.8.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: kavita
|
||||
ports:
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: prometheus
|
||||
image: prom/prometheus
|
||||
image: prom/prometheus:v2.53.0
|
||||
args:
|
||||
- "--storage.tsdb.retention.time=12h"
|
||||
- "--config.file=/etc/prometheus/prometheus.yaml"
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
cpu: 500m
|
||||
memory: 500M
|
||||
limits:
|
||||
cpu: 1
|
||||
cpu: 1Gi
|
||||
memory: 1Gi
|
||||
volumeMounts:
|
||||
- name: prometheus-config-volume
|
||||
|
||||
Reference in New Issue
Block a user