modified namespace and names

This commit is contained in:
2025-11-07 11:54:27 +00:00
parent d80481519b
commit d03d7045d5
3 changed files with 23 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
# namespace.yaml
kind: Namespace
apiVersion: v1
metadata:
name: havoice
+9 -8
View File
@@ -5,13 +5,14 @@ metadata:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: wyoming-piper
name: wyoming-piper
io.kompose.service: havoice-piper
name: havoice-piper
namespace: havoice
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: wyoming-piper
io.kompose.service: havoice-piper
strategy:
type: Recreate
template:
@@ -20,7 +21,7 @@ spec:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: wyoming-piper
io.kompose.service: havoice-piper
spec:
containers:
- args:
@@ -30,15 +31,15 @@ spec:
- name: TZ
value: Europe/Berlin
image: rhasspy/wyoming-piper:1.3.2
name: ha-piper
name: havoice-piper
ports:
- containerPort: 10200
protocol: TCP
volumeMounts:
- mountPath: /data
name: wyoming-piper-claim0
name: havoice-piper-claim
restartPolicy: Always
volumes:
- name: wyoming-piper-claim0
- name: havoice-piper-claim
persistentVolumeClaim:
claimName: wyoming-piper-claim0
claimName: havoice-piper-claim
+9 -8
View File
@@ -5,13 +5,14 @@ metadata:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: wyoming-whisper
name: wyoming-whisper
io.kompose.service: havoice-whisper
name: havoice-whisper
namespace: havoice
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: wyoming-whisper
io.kompose.service: havoice-whisper
strategy:
type: Recreate
template:
@@ -20,7 +21,7 @@ spec:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: wyoming-whisper
io.kompose.service: havoice-whisper
spec:
containers:
- args:
@@ -32,15 +33,15 @@ spec:
- name: TZ
value: Europe/Berlin
image: rhasspy/wyoming-whisper:2.5.0
name: ha-whisper
name: havoice-whisper
ports:
- containerPort: 10300
protocol: TCP
volumeMounts:
- mountPath: /data
name: wyoming-whisper-claim0
name: havoice-whisper-claim
restartPolicy: Always
volumes:
- name: wyoming-whisper-claim0
- name: havoice-whisper-claim
persistentVolumeClaim:
claimName: wyoming-whisper-claim0
claimName: havoice-whisper-claim