restructure: organize by namespace with apps in subfolders #64

Closed
gitea-admin wants to merge 8 commits from orion/auto/restructure-organize-by-namespace-with-a-1779056962271 into main
Showing only changes of commit a83e903f66 - Show all commits
+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