From 28cbf4701e024632373177fed13e0255ce80d559 Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Tue, 28 Nov 2023 11:59:57 -0500 Subject: [PATCH 1/3] Up limits and requests --- deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.yml b/deploy.yml index d0565e5c5..a804d723a 100644 --- a/deploy.yml +++ b/deploy.yml @@ -8280,10 +8280,10 @@ objects: resources: limits: cpu: 500m - memory: 1Gi + memory: 1500Mi requests: cpu: 100m - memory: 500Mi + memory: 1000Mi securityContext: allowPrivilegeEscalation: false capabilities: From d9803a5954dc6bc4f37491d8fcdb3fbf70538c1f Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Tue, 28 Nov 2023 12:04:30 -0500 Subject: [PATCH 2/3] Make em vars1 --- deploy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deploy.yml b/deploy.yml index a804d723a..9133898f1 100644 --- a/deploy.yml +++ b/deploy.yml @@ -8280,10 +8280,10 @@ objects: resources: limits: cpu: 500m - memory: 1500Mi + memory: ${MEMORY_LIMIT} requests: cpu: 100m - memory: 1000Mi + memory: ${MEMORY_REQUEST} securityContext: allowPrivilegeEscalation: false capabilities: @@ -8395,4 +8395,8 @@ parameters: value: .*ephemeral.* - name: ENABLE_KEDA_RESOURCES value: 'false' +- name: MEMORY_LIMIT + value: 1500Mi +- name: MEMORY_REQUEST + value: 1000Mi From e0c18f3c88de2f74e13a352e8e3ecdf9f05b0d8b Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Tue, 28 Nov 2023 12:20:11 -0500 Subject: [PATCH 3/3] Do it right --- config/manager/manager.yaml | 4 ++-- deploy-mutate.yml | 4 ++-- deploy.yml | 8 ++------ ...pendencyendpoint-properties-apipaths-items.md | 16 ++++++++++++++++ ...ons-dependencyendpoint-properties-apipaths.md | 16 ++++++++++++++++ 5 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths-items.md create mode 100644 docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths.md diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 567b860d7..36d06df13 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -81,10 +81,10 @@ spec: resources: limits: cpu: 500m - memory: 1Gi + memory: 1500Mi requests: cpu: 100m - memory: 500Mi + memory: 1Gi volumeMounts: - mountPath: "/config/" name: "config" diff --git a/deploy-mutate.yml b/deploy-mutate.yml index e9568320f..3f7d4d8d6 100644 --- a/deploy-mutate.yml +++ b/deploy-mutate.yml @@ -8280,10 +8280,10 @@ objects: resources: limits: cpu: 500m - memory: 1Gi + memory: 1500Mi requests: cpu: 100m - memory: 500Mi + memory: 1Gi securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/deploy.yml b/deploy.yml index 9133898f1..c7f2f78db 100644 --- a/deploy.yml +++ b/deploy.yml @@ -8280,10 +8280,10 @@ objects: resources: limits: cpu: 500m - memory: ${MEMORY_LIMIT} + memory: 1500Mi requests: cpu: 100m - memory: ${MEMORY_REQUEST} + memory: 1Gi securityContext: allowPrivilegeEscalation: false capabilities: @@ -8395,8 +8395,4 @@ parameters: value: .*ephemeral.* - name: ENABLE_KEDA_RESOURCES value: 'false' -- name: MEMORY_LIMIT - value: 1500Mi -- name: MEMORY_REQUEST - value: 1000Mi diff --git a/docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths-items.md b/docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths-items.md new file mode 100644 index 000000000..0e733ee4b --- /dev/null +++ b/docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths-items.md @@ -0,0 +1,16 @@ +# Untitled string in AppConfig Schema + +```txt +https://cloud.redhat.com/schemas/clowder-appconfig#/definitions/DependencyEndpoint/properties/apiPaths/items +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [schema.json\*](../../out/schema.json "open original schema") | + +## items Type + +`string` diff --git a/docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths.md b/docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths.md new file mode 100644 index 000000000..c1a21be02 --- /dev/null +++ b/docs/appconfig/schema-definitions-dependencyendpoint-properties-apipaths.md @@ -0,0 +1,16 @@ +# Untitled array in AppConfig Schema + +```txt +https://cloud.redhat.com/schemas/clowder-appconfig#/definitions/DependencyEndpoint/properties/apiPaths +``` + +The list of API paths (each matching format: '/api/some-path/') that this app will serve requests from + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [schema.json\*](../../out/schema.json "open original schema") | + +## apiPaths Type + +`string[]`