From b97c716db4a4b1026cfb22521c1a42fb84f20fd5 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 21 Jun 2024 18:42:51 -0400 Subject: [PATCH] Fix indentation on fast-whisper.yaml --- api/fast-whisper/fast-whisper.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/api/fast-whisper/fast-whisper.yaml b/api/fast-whisper/fast-whisper.yaml index 53ea3ba..cd4bd2f 100644 --- a/api/fast-whisper/fast-whisper.yaml +++ b/api/fast-whisper/fast-whisper.yaml @@ -10,14 +10,14 @@ spec: selector: matchLabels: app: fast-whisper - template: - metadata: - labels: - app: fast-whisper - spec: - containers: - - name: fast-whisper - image: fedirz/faster-whisper-server:latest-cuda - imagePullPolicy: Always - ports: - - containerPort: 8000 + template: + metadata: + labels: + app: fast-whisper + spec: + containers: + - name: fast-whisper + image: fedirz/faster-whisper-server:latest-cuda + imagePullPolicy: Always + ports: + - containerPort: 8000