Files
apps/whiteboard/svc.yaml
Philip Haupt 3328dddff7 fix namespace
2025-11-05 21:00:55 +01:00

15 lines
227 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: whiteboard
namespace: whiteboard
spec:
type: ClusterIP
ports:
- port: 3002
targetPort: 3002
protocol: TCP
name: http
selector:
app: whiteboard