homelab-gitops/apps/bytestash/service.yaml
gwg313 7a569878b8
add bytestash
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-19 21:34:14 -04:00

11 lines
164 B
YAML

apiVersion: v1
kind: Service
metadata:
name: bytestash
namespace: bytestash
spec:
selector:
app: bytestash
ports:
- port: 80
targetPort: 5000