mobile v0.1 with deployment for ios #191

Merged
talksik merged 19 commits from mobile-v1 into master 2026-04-30 00:39:11 +00:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 743310e18b - Show all commits
+4 -4
View File
@@ -21,11 +21,11 @@ spec:
image: "particleprocessorworker" image: "particleprocessorworker"
resources: resources:
requests: requests:
memory: "52Mi" memory: "512Mi"
cpu: 50m cpu: 500m
limits: limits:
memory: "52Mi" memory: "512Mi"
cpu: 50m cpu: 500m
env: env:
- name: "GCP_PROJECT" - name: "GCP_PROJECT"
value: "flowy-dev-440017" value: "flowy-dev-440017"
+4 -4
View File
@@ -18,11 +18,11 @@ spec:
image: "particleprocessorworker" image: "particleprocessorworker"
resources: resources:
requests: requests:
memory: "52Mi" memory: "512Mi"
cpu: 50m cpu: 500m
limits: limits:
memory: "52Mi" memory: "512Mi"
cpu: 50m cpu: 500m
env: env:
- name: "GCP_PROJECT" - name: "GCP_PROJECT"
value: "flowy-prod-440017" value: "flowy-prod-440017"