Automated Manifest Update (#2805)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2805
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2805.
This commit is contained in:
2025-12-24 04:52:41 +00:00
committed by Alex Lebens
parent e79cfb4b4a
commit 7787ab6f59
48 changed files with 553 additions and 422 deletions

View File

@@ -1,12 +1,13 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route-ntfy
namespace: ntfy
name: ntfy
labels:
app.kubernetes.io/name: http-route-ntfy
app.kubernetes.io/instance: ntfy
app.kubernetes.io/part-of: ntfy
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ntfy
helm.sh/chart: ntfy-4.5.0
namespace: ntfy
spec:
parentRefs:
- group: gateway.networking.k8s.io
@@ -14,15 +15,16 @@ spec:
name: traefik-gateway
namespace: traefik
hostnames:
- ntfy.alexlebens.net
- "ntfy.alexlebens.net"
rules:
- matches:
- backendRefs:
- group: ""
kind: Service
name: ntfy
namespace: ntfy
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: ntfy
port: 80
weight: 100

View File

@@ -2,18 +2,23 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: ntfy
namespace: ntfy
labels:
app.kubernetes.io/name: ntfy
app.kubernetes.io/instance: ntfy
app.kubernetes.io/part-of: ntfy
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ntfy
helm.sh/chart: ntfy-4.5.0
namespace: ntfy
spec:
jobLabel: "ntfy"
namespaceSelector:
matchNames:
- ntfy
selector:
matchLabels:
app.kubernetes.io/name: ntfy
app.kubernetes.io/instance: ntfy
app.kubernetes.io/name: ntfy
endpoints:
- port: metrics
interval: 3m
scrapeTimeout: 1m
- interval: 3m
path: /metrics
port: metrics
scrapeTimeout: 1m