Merge pull request 'fix: media-data PVC access mode and apps namespace' (#79) from orion/auto/fix-media-data-pvc-access-mode-and-apps--1779145418664 into main

Reviewed-on: #79
This commit was merged in pull request #79.
This commit is contained in:
2026-05-18 23:04:55 +00:00
5 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ spec:
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
memory: 512Mi
+1 -1
View File
@@ -21,4 +21,4 @@ spec:
service:
name: excalidraw
port:
number: 80
number: 80
+1 -1
View File
@@ -10,4 +10,4 @@ spec:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP
type: ClusterIP
+6
View File
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps
labels:
kubernetes.io/metadata.name: apps