Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Crawfis <[email protected]>
  • Loading branch information
willtsai and AaronCrawfis authored Oct 4, 2023
1 parent 1fca848 commit 7d9ba66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/content/guides/author-apps/containers/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You can provide a Kubernetes YAML definition as a base or foundation upon which

Radius currently supports the following Kubernetes resource types for the `base` property:

| Kubernetes Resource Types | number of resources | limitation |
|----|----|----|
| Deployment | 1 | Deployment name must match the name of radius container in the app-scoped namespace |
| ServiceAccount | 1 | ServiceAccount name must match the name of radius container in the app-scoped namespace|
| Service | 1 | ServiceAccount name must match the name of radius container in the app-scoped namespace |
| Secrets | multiple | no limitation except in the app-scoped namespace |
| ConfigMap | multiple config maps | no limitation except in the app-scoped namespace |
| Kubernetes Resource Types | Number of resources | Limitation |
|---------------------------|---------------------|------------|
| Deployment | 1 | Deployment name must match the name of the Radius container |
| ServiceAccount | 1 | ServiceAccount name must match the name of the Radius container using the correct namespace |
| Service | 1 | ServiceAccount name must match the name of the Radius container using the correct namespace |
| Secrets | Multiple | No limitation except within the respective namespace |
| ConfigMap | Multiple config maps | No limitation except within the respective namespace |

##### Pod patching

Expand Down

0 comments on commit 7d9ba66

Please sign in to comment.