Add Smokeping to monitoring

This commit is contained in:
Greg Hellings
2025-11-26 20:44:43 -06:00
parent 19066c3d06
commit 5dc90c13d5
8 changed files with 140 additions and 16 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: smokeping
labels:
app: smokeping
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app: smokeping