a better name, I think

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 15:05:15 +00:00
parent 92f17e35c9
commit 0deab1ad4b
1 changed files with 5 additions and 5 deletions

View File

@ -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