1
0
Fork 0
home-stack-kustomize/kustomize/bases/kokoro-tts-cpu/kokoro-tts-ingress.yaml

17 lines
286 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: server
spec:
rules:
- host: ${TTS_EXTERNAL_HOST}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: server
port:
name: http