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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: nginx name: qbittorrent
labels: labels:
app: nginx app: qbittorrent
spec: spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: nginx app: qbittorrent
template: template:
metadata: metadata:
labels: labels:
app: nginx app: qbittorrent
spec: spec:
containers: containers:
- image: qbittorrentofficial/qbittorrent-nox:latest - image: qbittorrentofficial/qbittorrent-nox:latest
name: nginx name: qbittorrent
volumeMounts: volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-t4rzn name: kube-api-access-t4rzn