Files
homelab/apps/hydra/linkding/srv.yaml

18 lines
245 B
YAML
Raw Normal View History

2026-04-25 19:02:14 -04:00
apiVersion: v1
kind: Service
metadata:
labels:
2026-04-30 18:25:06 -04:00
app: linking
name: linking
2026-04-30 18:27:32 -04:00
namespace: linkding
2026-04-25 19:02:14 -04:00
spec:
ports:
- nodePort: 30010
port: 9090
targetPort: 0
selector:
2026-04-30 18:25:06 -04:00
app: linking
2026-04-25 19:02:14 -04:00
type: NodePort
status:
loadBalancer: {}