chore: Update manifests after automerge

This commit is contained in:
2026-04-08 19:05:08 +00:00
parent 7c6f0d397d
commit c6988f5354
22 changed files with 322 additions and 75 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: postiz-temporal-worker
labels:
app.kubernetes.io/component: worker
app.kubernetes.io/name: temporal
helm.sh/chart: temporal-1.0.0
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: postiz
app.kubernetes.io/version: "1.30.3"
app.kubernetes.io/part-of: temporal
spec:
endpoints:
- port: metrics
interval: 30s
jobLabel: postiz-temporal-worker
namespaceSelector:
matchNames:
- "postiz"
selector:
matchLabels:
app.kubernetes.io/name: temporal
app.kubernetes.io/instance: postiz
app.kubernetes.io/component: worker
app.kubernetes.io/headless: 'true'