restructure: organize by namespace with apps in subfolders

This commit is contained in:
2026-05-17 22:29:23 +00:00
parent 36579c8fbd
commit a83e903f66
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: excalidraw
namespace: apps
spec:
selector:
app: excalidraw
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP