a better name, I think
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
92f17e35c9
commit
0deab1ad4b
|
@ -1,22 +1,22 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nginx
|
||||
name: qbittorrent
|
||||
labels:
|
||||
app: nginx
|
||||
app: qbittorrent
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nginx
|
||||
app: qbittorrent
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: nginx
|
||||
app: qbittorrent
|
||||
spec:
|
||||
containers:
|
||||
- image: qbittorrentofficial/qbittorrent-nox:latest
|
||||
name: nginx
|
||||
name: qbittorrent
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||
name: kube-api-access-t4rzn
|
||||
|
|
Loading…
Reference in New Issue