From 0deab1ad4be3c56c1b48992808939574d4c14862 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 15:05:15 +0000 Subject: [PATCH] a better name, I think Signed-off-by: Martyn Ranyard --- apps-kustomized/torrents/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps-kustomized/torrents/deploy.yaml b/apps-kustomized/torrents/deploy.yaml index 7e61df6..3d98e68 100644 --- a/apps-kustomized/torrents/deploy.yaml +++ b/apps-kustomized/torrents/deploy.yaml @@ -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