added deployment
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f compose.yaml
|
||||
kompose.version: 1.34.0 (cbf2835db)
|
||||
labels:
|
||||
io.kompose.service: havoice-whisper
|
||||
name: havoice-whisper
|
||||
namespace: havoice
|
||||
spec:
|
||||
ports:
|
||||
- port: 10300
|
||||
protocol: TCP
|
||||
targetPort: 10300
|
||||
selector:
|
||||
io.kompose.service: havoice-whisper
|
||||
sessionAffinity: None
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user