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

18 lines
248 B
YAML
Raw Normal View History

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