added glance dashboard

This commit is contained in:
2026-05-24 17:04:49 -05:00
parent 3017c27910
commit 6584ed9dc4
9 changed files with 762 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: the-hub
namespace: the-hub
labels:
app.kubernetes.io/name: the-hub
app.kubernetes.io/part-of: mk-labs
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: the-hub
ports:
- name: http
port: 80
targetPort: http
protocol: TCP