Skip to content

Commit e0c18f3

Browse files
committed
Do it right
1 parent d9803a5 commit e0c18f3

5 files changed

+38
-10
lines changed

config/manager/manager.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ spec:
8181
resources:
8282
limits:
8383
cpu: 500m
84-
memory: 1Gi
84+
memory: 1500Mi
8585
requests:
8686
cpu: 100m
87-
memory: 500Mi
87+
memory: 1Gi
8888
volumeMounts:
8989
- mountPath: "/config/"
9090
name: "config"

deploy-mutate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8280,10 +8280,10 @@ objects:
82808280
resources:
82818281
limits:
82828282
cpu: 500m
8283-
memory: 1Gi
8283+
memory: 1500Mi
82848284
requests:
82858285
cpu: 100m
8286-
memory: 500Mi
8286+
memory: 1Gi
82878287
securityContext:
82888288
allowPrivilegeEscalation: false
82898289
capabilities:

deploy.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8280,10 +8280,10 @@ objects:
82808280
resources:
82818281
limits:
82828282
cpu: 500m
8283-
memory: ${MEMORY_LIMIT}
8283+
memory: 1500Mi
82848284
requests:
82858285
cpu: 100m
8286-
memory: ${MEMORY_REQUEST}
8286+
memory: 1Gi
82878287
securityContext:
82888288
allowPrivilegeEscalation: false
82898289
capabilities:
@@ -8395,8 +8395,4 @@ parameters:
83958395
value: .*ephemeral.*
83968396
- name: ENABLE_KEDA_RESOURCES
83978397
value: 'false'
8398-
- name: MEMORY_LIMIT
8399-
value: 1500Mi
8400-
- name: MEMORY_REQUEST
8401-
value: 1000Mi
84028398

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Untitled string in AppConfig Schema
2+
3+
```txt
4+
https://cloud.redhat.com/schemas/clowder-appconfig#/definitions/DependencyEndpoint/properties/apiPaths/items
5+
```
6+
7+
8+
9+
10+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11+
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------- |
12+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [schema.json\*](../../out/schema.json "open original schema") |
13+
14+
## items Type
15+
16+
`string`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Untitled array in AppConfig Schema
2+
3+
```txt
4+
https://cloud.redhat.com/schemas/clowder-appconfig#/definitions/DependencyEndpoint/properties/apiPaths
5+
```
6+
7+
The list of API paths (each matching format: '/api/some-path/') that this app will serve requests from
8+
9+
10+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11+
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------- |
12+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [schema.json\*](../../out/schema.json "open original schema") |
13+
14+
## apiPaths Type
15+
16+
`string[]`

0 commit comments

Comments
 (0)