Files
homelab/cluster/applications/the-hub/service.yaml
2026-05-24 17:04:49 -05:00

18 lines
317 B
YAML

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