Files
apps/whiteboard/svc.yaml
2025-11-05 20:42:15 +01:00

15 lines
226 B
YAML

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