resource requests for all, but hassio ist der hass
This commit is contained in:
@@ -42,12 +42,26 @@ spec:
|
||||
volumeMounts:
|
||||
- name: mariadb-persistent-storage
|
||||
mountPath: /var/lib/mysql
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "1500Mi"
|
||||
cpu: "2000m"
|
||||
- image: docker-registry.lan/mariadb-prometheus-exporter:arm64
|
||||
name: mariadb-prometheus-exporter
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 9104
|
||||
name: metrics
|
||||
resources:
|
||||
requests:
|
||||
memory: "24Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
volumes:
|
||||
- name: mariadb-persistent-storage
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user