Revert linkding again

This commit is contained in:
Daniel Cosme
2026-04-30 18:27:32 -04:00
parent 769cf92ead
commit c03e93b361
11 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ metadata:
labels:
app: linking
name: linking
namespace: linking
namespace: linkding
spec:
selector:
matchLabels:
+2 -2
View File
@@ -2,9 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: linking
namespace: linking
namespace: linkding
resources:
- pvc.yaml
- deployment.yaml
- namespace.yaml
- srv.yaml
- pvc.yaml
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: linking
name: linkding
spec: {}
status: {}
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: linking-pvc
namespace: linking
namespace: linkding
spec:
accessModes:
- ReadWriteOnce
+1 -1
View File
@@ -4,7 +4,7 @@ metadata:
labels:
app: linking
name: linking
namespace: linking
namespace: linkding
spec:
ports:
- nodePort: 30010