Remove (temporarily) linkding deployment

This commit is contained in:
Daniel Cosme
2026-04-25 11:48:54 -04:00
parent 66494a9712
commit 3062b79fcb
7 changed files with 17 additions and 88 deletions
-17
View File
@@ -1,17 +0,0 @@
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: {}