2023-02-11 13:21:56 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
app: ssh
|
|
|
|
name: ssh
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: ssh
|
|
|
|
strategy: {}
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
app: ssh
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- image: imartyn/ssh
|
|
|
|
name: alpine
|
|
|
|
command:
|
|
|
|
- sh
|
|
|
|
- -c
|
2023-02-11 13:34:29 +00:00
|
|
|
- /usr/sbin/sshd -D -p 22
|
2023-02-11 13:21:56 +00:00
|
|
|
ports:
|
|
|
|
- containerPort: 22
|
|
|
|
name: ssh
|
|
|
|
protocol: TCP
|
|
|
|
hostPort: 22
|
|
|
|
- containerPort: 8096
|
|
|
|
name: jelly
|
|
|
|
protocol: TCP
|
2023-04-21 12:14:29 +00:00
|
|
|
- containerPort: 8989
|
|
|
|
name: sonarr
|
|
|
|
protocol: TCP
|
2023-04-23 12:14:01 +00:00
|
|
|
- containerPort: 7878
|
2023-04-23 12:15:57 +00:00
|
|
|
name: radarr
|
2023-04-23 12:14:01 +00:00
|
|
|
protocol: TCP
|
2024-10-22 16:58:32 +00:00
|
|
|
- containerPort: 8080
|
|
|
|
name: prowlarr
|
|
|
|
protocol: TCP
|
2023-02-11 13:21:56 +00:00
|
|
|
resources: {}
|
|
|
|
status: {}
|