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