Skip to content

Commit

Permalink
Merge pull request #901 from RedHatInsights/uplimitsandrequests
Browse files Browse the repository at this point in the history
Up limits and requests
  • Loading branch information
psav authored Dec 14, 2023
2 parents 713cbb2 + e0c18f3 commit 2c81cdb
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions deploy-mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8280,10 +8280,10 @@ objects:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 1500Mi
requests:
cpu: 100m
memory: 500Mi
memory: 1Gi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
4 changes: 2 additions & 2 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8280,10 +8280,10 @@ objects:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 1500Mi
requests:
cpu: 100m
memory: 500Mi
memory: 1Gi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
@@ -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`
Original file line number Diff line number Diff line change
@@ -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[]`

0 comments on commit 2c81cdb

Please sign in to comment.