Bring back linkding for sure now

This commit is contained in:
Daniel Cosme
2026-04-25 19:02:14 -04:00
parent 367efc949b
commit 752edc4a03
4 changed files with 82 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: linking
name: linking
namespace: linkding
spec:
ports:
- nodePort: 30010
port: 9090
targetPort: 0
selector:
app: linking
type: NodePort
status:
loadBalancer: {}