From f57d29d1d35124d12eebdef6b492cf1d91fe4d9b Mon Sep 17 00:00:00 2001 From: Felix Wolf Date: Sun, 12 Apr 2026 18:26:47 +0200 Subject: [PATCH] chore: update service resource requests and identifiers Increases memory requests for the IDM and NATS services to enhance stability and performance. Updates application, service account, and storage UUIDs in configuration maps, reflecting a re-initialization or re-rendering of OIDC settings. --- prototypes/ocis/helm/ocis.yaml | 6 +++++- rendered/envs/production/ocis/configmap-auth-service.yaml | 2 +- rendered/envs/production/ocis/configmap-graph.yaml | 2 +- rendered/envs/production/ocis/configmap-storage-users.yaml | 2 +- rendered/envs/production/ocis/deployment-idm.yaml | 4 ++-- rendered/envs/production/ocis/deployment-nats.yaml | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/prototypes/ocis/helm/ocis.yaml b/prototypes/ocis/helm/ocis.yaml index d2b4fe2..08268a2 100644 --- a/prototypes/ocis/helm/ocis.yaml +++ b/prototypes/ocis/helm/ocis.yaml @@ -67,6 +67,10 @@ services: - ReadWriteOnce idm: + resources: + requests: + memory: 256Mi + cpu: 10m persistence: enabled: true storageClassName: hcloud-volumes @@ -77,7 +81,7 @@ services: nats: resources: requests: - memory: 96Mi + memory: 192Mi cpu: 10m persistence: enabled: true diff --git a/rendered/envs/production/ocis/configmap-auth-service.yaml b/rendered/envs/production/ocis/configmap-auth-service.yaml index b4ab15c..27cb5be 100644 --- a/rendered/envs/production/ocis/configmap-auth-service.yaml +++ b/rendered/envs/production/ocis/configmap-auth-service.yaml @@ -1,6 +1,6 @@ apiVersion: v1 data: - service-account-id: c5e80613-df24-48ee-9ddf-08f0c1023e7e + service-account-id: fb99941b-834f-4274-b9f3-d8cc98056a9a kind: ConfigMap metadata: annotations: diff --git a/rendered/envs/production/ocis/configmap-graph.yaml b/rendered/envs/production/ocis/configmap-graph.yaml index 129bd0d..3b5829a 100644 --- a/rendered/envs/production/ocis/configmap-graph.yaml +++ b/rendered/envs/production/ocis/configmap-graph.yaml @@ -1,6 +1,6 @@ apiVersion: v1 data: - application-id: b8106974-0cc9-429b-b779-c63ba898a76d + application-id: fcb580ce-fc13-462b-b46f-e22fa7444b35 kind: ConfigMap metadata: annotations: diff --git a/rendered/envs/production/ocis/configmap-storage-users.yaml b/rendered/envs/production/ocis/configmap-storage-users.yaml index 2e452b0..33a5882 100644 --- a/rendered/envs/production/ocis/configmap-storage-users.yaml +++ b/rendered/envs/production/ocis/configmap-storage-users.yaml @@ -1,6 +1,6 @@ apiVersion: v1 data: - storage-uuid: 245f3f9c-dea3-4996-afb3-3fb3e73dbd8e + storage-uuid: fb802673-0d78-4b7d-afa5-4b4538693c85 kind: ConfigMap metadata: annotations: diff --git a/rendered/envs/production/ocis/deployment-idm.yaml b/rendered/envs/production/ocis/deployment-idm.yaml index b2a7e2f..8047e48 100644 --- a/rendered/envs/production/ocis/deployment-idm.yaml +++ b/rendered/envs/production/ocis/deployment-idm.yaml @@ -111,7 +111,7 @@ spec: resources: requests: cpu: 10m - memory: 64Mi + memory: 256Mi securityContext: readOnlyRootFilesystem: true runAsGroup: 1000 @@ -134,7 +134,7 @@ spec: resources: requests: cpu: 10m - memory: 64Mi + memory: 256Mi securityContext: readOnlyRootFilesystem: true runAsGroup: 1000 diff --git a/rendered/envs/production/ocis/deployment-nats.yaml b/rendered/envs/production/ocis/deployment-nats.yaml index 113eae8..43d28b0 100644 --- a/rendered/envs/production/ocis/deployment-nats.yaml +++ b/rendered/envs/production/ocis/deployment-nats.yaml @@ -68,7 +68,7 @@ spec: resources: requests: cpu: 10m - memory: 96Mi + memory: 192Mi securityContext: readOnlyRootFilesystem: true runAsGroup: 1000