chore: Update manifests after change

This commit is contained in:
2026-04-04 01:34:16 +00:00
parent 1ea81b9a66
commit 1f0192607a
3 changed files with 8 additions and 24 deletions

View File

@@ -63,7 +63,10 @@ spec:
mountPath: /tmp mountPath: /tmp
- name: docker-entrypoint-d-override - name: docker-entrypoint-d-override
mountPath: /docker-entrypoint.d mountPath: /docker-entrypoint.d
resources: {} resources:
requests:
cpu: 10m
memory: 20Mi
affinity: affinity:
podAntiAffinity: podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:

View File

@@ -1,22 +0,0 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: loki-alloy
namespace: loki
labels:
helm.sh/chart: alloy-1.7.0
app.kubernetes.io/name: alloy
app.kubernetes.io/instance: loki
app.kubernetes.io/version: "v1.15.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: alloy
app.kubernetes.io/component: metrics
spec:
endpoints:
- port: http-metrics
scheme: http
honorLabels: true
selector:
matchLabels:
app.kubernetes.io/name: alloy
app.kubernetes.io/instance: loki

View File

@@ -91,7 +91,10 @@ spec:
mountPath: /var/loki mountPath: /var/loki
- name: sc-rules-volume - name: sc-rules-volume
mountPath: "/rules" mountPath: "/rules"
resources: {} resources:
requests:
cpu: 100m
memory: 800Mi
- name: loki-sc-rules - name: loki-sc-rules
image: docker.io/kiwigrid/k8s-sidecar:2.5.0 image: docker.io/kiwigrid/k8s-sidecar:2.5.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent