Files
homelab-config/homelab-services/nimh-static/k3s/service.yaml
T

16 lines
202 B
YAML
Raw Normal View History

2026-05-26 23:45:58 -05:00
apiVersion: v1
kind: Service
metadata:
name: nimh-static
2026-05-31 22:35:25 -05:00
namespace: nimh
2026-05-26 23:45:58 -05:00
spec:
selector:
2026-05-27 00:38:43 -05:00
app: nimh-static
ports:
- port: 80
targetPort: 80
nodePort: 30080
type: NodePort