Gluttony-Cluster/api/fast-whisper/fast-whisper-service.yaml

15 lines
220 B
YAML
Raw Normal View History

2024-05-28 00:14:45 +00:00
apiVersion: v1
kind: Service
metadata:
2024-06-21 22:40:09 +00:00
name: fast-whisper-service
2024-05-28 00:14:45 +00:00
namespace: api-ns
spec:
type: LoadBalancer
ports:
2024-06-21 22:18:13 +00:00
- name: faster-whisper
2024-06-21 22:30:05 +00:00
port: 8000
targetPort: 8000
2024-05-28 00:14:45 +00:00
selector:
2024-06-21 22:40:09 +00:00
app: fast-whisper