Add mist ingress

This commit is contained in:
Ruben Hensen
2025-03-31 01:30:48 +02:00
parent f7f99c3df5
commit 258e5d3827
3 changed files with 64 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: rowing-webcam-service
namespace: default
spec:
ports:
- port: 80
targetPort: 80
protocol: TCP
# This is an ExternalName service that points to your Raspberry Pi
type: ExternalName
externalName: 192.168.1.201