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

18 lines
245 B
YAML
Raw Normal View History

2026-04-17 20:49:37 -04:00
apiVersion: v1
kind: Service
metadata:
labels:
app: linking
name: linking
namespace: linkding
spec:
ports:
2026-04-18 12:11:50 -04:00
- nodePort: 30010
2026-04-18 12:10:01 -04:00
port: 9090
2026-04-17 20:49:37 -04:00
targetPort: 0
selector:
app: linking
2026-04-18 12:10:01 -04:00
type: NodePort
2026-04-17 20:49:37 -04:00
status:
loadBalancer: {}