remove: Docs (impress) and People (desk) from La Suite
Collabora stays (Drive needs it for WOPI document editing). Removed: Helm charts, values, nginx configs, patches, OIDC clients, Vault secrets, S3 buckets, Pingora routes, Kratos return URLs, overlay image overrides and resource patches, local-up.sh restarts.
This commit is contained in:
@@ -31,20 +31,6 @@ images:
|
||||
# amd64-only La Suite images — mirrored to our Gitea registry with a patched
|
||||
# OCI index that adds an arm64 alias so Rosetta can run them on the Lima VM.
|
||||
# DOMAIN_SUFFIX is substituted by local-up.py at deploy time (sed replacement).
|
||||
- name: lasuite/people-backend
|
||||
newName: src.DOMAIN_SUFFIX/studio/people-backend
|
||||
- name: lasuite/people-frontend
|
||||
newName: src.DOMAIN_SUFFIX/studio/people-frontend
|
||||
newTag: latest
|
||||
|
||||
# amd64-only impress (Docs) images — same mirror pattern.
|
||||
- name: lasuite/impress-backend
|
||||
newName: src.DOMAIN_SUFFIX/studio/impress-backend
|
||||
- name: lasuite/impress-frontend
|
||||
newName: src.DOMAIN_SUFFIX/studio/impress-frontend
|
||||
- name: lasuite/impress-y-provider
|
||||
newName: src.DOMAIN_SUFFIX/studio/impress-y-provider
|
||||
|
||||
# Meet — built from source and pushed to Gitea registry.
|
||||
- name: meet-backend
|
||||
newName: src.DOMAIN_SUFFIX/studio/meet-backend
|
||||
|
||||
@@ -149,33 +149,6 @@ spec:
|
||||
limits:
|
||||
memory: 64Mi
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: people-backend
|
||||
namespace: lasuite
|
||||
spec:
|
||||
replicas: 1
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: people-celery-worker
|
||||
namespace: lasuite
|
||||
spec:
|
||||
replicas: 1
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: people-frontend
|
||||
namespace: lasuite
|
||||
spec:
|
||||
replicas: 1
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
@@ -39,11 +39,6 @@ images:
|
||||
newName: src.DOMAIN_SUFFIX/studio/meet-frontend
|
||||
newTag: latest
|
||||
|
||||
# people-frontend — built from source with estudio theme baked in.
|
||||
- name: lasuite/people-frontend
|
||||
newName: src.DOMAIN_SUFFIX/studio/people-frontend
|
||||
newTag: latest
|
||||
|
||||
# Messages — built from source and pushed to Gitea registry.
|
||||
- name: messages-backend
|
||||
newName: src.DOMAIN_SUFFIX/studio/messages-backend
|
||||
|
||||
@@ -166,33 +166,6 @@ spec:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: people-backend
|
||||
namespace: lasuite
|
||||
spec:
|
||||
replicas: 2
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: people-celery-worker
|
||||
namespace: lasuite
|
||||
spec:
|
||||
replicas: 2
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: people-frontend
|
||||
namespace: lasuite
|
||||
spec:
|
||||
replicas: 2
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
Reference in New Issue
Block a user