feat: add Linkding deployment
This commit is contained in:
24
apps/hydra/linkding/deployment.yaml
Normal file
24
apps/hydra/linkding/deployment.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: linking
|
||||
name: linking
|
||||
namespace: linkding
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: linking
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: linking
|
||||
spec:
|
||||
containers:
|
||||
- image: sissbruecket/linkding:1.31.0
|
||||
name: linkding
|
||||
ports:
|
||||
- containerPort: 9090
|
||||
resources: {}
|
||||
status: {}
|
||||
6
apps/hydra/linkding/namespace.yaml
Normal file
6
apps/hydra/linkding/namespace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: linkding
|
||||
spec: {}
|
||||
status: {}
|
||||
15
apps/hydra/linkding/srv.yaml
Normal file
15
apps/hydra/linkding/srv.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: linking
|
||||
name: linking
|
||||
namespace: linkding
|
||||
spec:
|
||||
ports:
|
||||
- port: 9090
|
||||
targetPort: 0
|
||||
selector:
|
||||
app: linking
|
||||
status:
|
||||
loadBalancer: {}
|
||||
Reference in New Issue
Block a user