Files

51 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2026-04-25 19:02:14 -04:00
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
2026-04-30 18:25:06 -04:00
app: linking
name: linking
2026-04-30 18:27:32 -04:00
namespace: linkding
2026-04-25 19:02:14 -04:00
spec:
selector:
matchLabels:
2026-04-30 18:25:06 -04:00
app: linking
2026-04-25 19:02:14 -04:00
strategy: {}
template:
metadata:
labels:
2026-04-30 18:25:06 -04:00
app: linking
2026-04-25 19:02:14 -04:00
spec:
containers:
- env:
- name: LD_CSRF_TRUSTED_ORIGINS
value: https://link.danicos.me
- name: LD_SUPERUSER_NAME
valueFrom:
secretKeyRef:
key: supe_user_name
2026-04-30 18:25:06 -04:00
name: linking
2026-04-25 19:02:14 -04:00
- name: LD_SUPERUSER_PASSWORD
valueFrom:
secretKeyRef:
key: supe_user_password
2026-04-30 18:25:06 -04:00
name: linking
2026-04-25 19:02:14 -04:00
image: sissbruecker/linkding:1.45.0
2026-04-30 18:25:06 -04:00
name: linking
2026-04-25 19:02:14 -04:00
ports:
- containerPort: 9090
resources: {}
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
- mountPath: /etc/linkding/data
name: data
securityContext:
fsGroup: 33
runAsGroup: 33
runAsUser: 33
volumes:
- name: data
persistentVolumeClaim:
2026-04-30 18:25:06 -04:00
claimName: linking-pvc
2026-04-25 19:02:14 -04:00
status: {}