first commit

This commit is contained in:
William Valentin
2025-08-15 23:45:13 -07:00
commit c167c8623c
29 changed files with 1971 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: audio-streamer-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: s3-audio-streamer.192.168.153.243.nip.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: s3-audio-streamer
port:
number: 3000
ingressClassName: nginx