Automated upload for observability.t09.de

This commit is contained in:
Automated pipeline 2025-08-15 09:14:11 +00:00 committed by Actions pipeline
parent 1141f12f95
commit 90db53ee4d
3 changed files with 25 additions and 25 deletions

View file

@ -72,7 +72,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
storage: 100Gi
---
apiVersion: v1
kind: Secret

View file

@ -17,28 +17,6 @@ spec:
resources:
requests:
storage: 10Gi
ingress:
metadata:
annotations:
cert-manager.io/cluster-issuer: main
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
rules:
- host: grafana.observability.t09.de
http:
paths:
- backend:
service:
name: grafana-service
port:
number: 3000
path: /
pathType: Prefix
tls:
- hosts:
- grafana.observability.t09.de
secretName: grafana-net-tls
deployment:
spec:
template:
@ -73,3 +51,25 @@ spec:
redirect_uri: https://grafana.observability.t09.de/login/generic_oauth
role_attribute_path: "contains(groups[*], 'DevFW') && 'GrafanaAdmin' || 'None'"
allow_assign_grafana_admin: "true"
ingress:
metadata:
annotations:
cert-manager.io/cluster-issuer: main
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
rules:
- host: grafana.observability.t09.de
http:
paths:
- backend:
service:
name: grafana-service
port:
number: 3000
path: /
pathType: Prefix
tls:
- hosts:
- grafana.observability.t09.de
secretName: grafana-net-tls

View file

@ -27,9 +27,9 @@ spec:
annotations:
value: "{{ $value }}"
description: 'forgejo s3 backup job failed in cluster environment {{ $labels.cluster_environment }}'
- name: forgejo-disk-consumption
- name: disk-consumption-high
rules:
- alert: forgejo disk consumption high
- alert: disk consumption high
expr: 1-(kubelet_volume_stats_available_bytes / kubelet_volume_stats_capacity_bytes) > 0.6
for: 30s
labels: