Expose nodeport for linkding

This commit is contained in:
Daniel Cosme
2026-04-18 12:10:01 -04:00
parent 58db56ba09
commit 88eccb3fe9
4 changed files with 29 additions and 15 deletions
+3 -1
View File
@@ -7,9 +7,11 @@ metadata:
namespace: linkding
spec:
ports:
- port: 9090
- nodePort: 9090
port: 9090
targetPort: 0
selector:
app: linking
type: NodePort
status:
loadBalancer: {}