feat(sb-server-monitor): move deployment to core repo
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-12-05 22:10:13 +01:00
parent c2240f1fac
commit fb55a81677
Signed by: tom
GPG key ID: F17EFE4272D89FF6
7 changed files with 130 additions and 0 deletions

View file

@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Service
metadata:
labels:
app: sb-server-monitor-exporter
app.kubernetes.io/instance: sb-server-monitor
app.kubernetes.io/name: sb-server-monitor-exporter
name: sb-server-monitor-exporter
namespace: sb-server-monitor
spec:
ports:
- name: http-metrics
port: 9192
protocol: TCP
targetPort: http-metrics
selector:
app: sb-server-monitor-exporter
type: ClusterIP