Skip to content

Commit

Permalink
Rename es-proxy -> ui-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Oct 7, 2024
1 parent 48ae7ef commit 6d8a348
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions calico-cloud/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"image": "tigera/fluentd-windows",
"version": "v3.19.0-1.0"
},
"es-proxy": {
"image": "tigera/es-proxy",
"ui-apis": {
"image": "tigera/ui-apis",
"version": "v3.19.0-1.0"
},
"eck-kibana": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ The [Manager](../../reference/installation/api.mdx#operator.tigera.io/v1.Manager
To configure resource specification for the [ManagerDeployment](../../reference/installation/api.mdx#operator.tigera.io/v1.ManagerDeployment), patch the Manager CR using the below command:

```bash
kubectl patch manager tigera-secure --type=merge --patch='{"spec": {"managerDeployment":{"spec": {"template": {"spec": {"containers":[{"name":"tigera-voltron","resources":{"limits":{"cpu":"1", "memory":"1000Mi"},"requests":{"cpu":"100m", "memory":"100Mi"}}},{"name":"tigera-es-proxy","resources":{"limits":{"cpu":"1", "memory":"1000Mi"},"requests":{"cpu":"100m", "memory":"100Mi"}}},{"name":"tigera-manager","resources":{"limits":{"cpu":"1", "memory":"1000Mi"},"requests":{"cpu":"100m", "memory":"100Mi"}}}]}}}}}}'
kubectl patch manager tigera-secure --type=merge --patch='{"spec": {"managerDeployment":{"spec": {"template": {"spec": {"containers":[{"name":"tigera-voltron","resources":{"limits":{"cpu":"1", "memory":"1000Mi"},"requests":{"cpu":"100m", "memory":"100Mi"}}},{"name":"tigera-ui-apis","resources":{"limits":{"cpu":"1", "memory":"1000Mi"},"requests":{"cpu":"100m", "memory":"100Mi"}}},{"name":"tigera-manager","resources":{"limits":{"cpu":"1", "memory":"1000Mi"},"requests":{"cpu":"100m", "memory":"100Mi"}}}]}}}}}}'
```
This command sets the CPU request to 100 milliCPU (mCPU) and the memory request is set to 100 Mebibytes (MiB) while the CPU limit is set to 1 CPU and the memory limit is set to 1000 Mebibytes (MiB).

Expand All @@ -863,7 +863,7 @@ This command will output the configured resource requests and limits for the Man

```bash
{
"name": "tigera-es-proxy",
"name": "tigera-ui-apis",
"resources": {
"limits": {
"cpu": "1",
Expand Down
2 changes: 1 addition & 1 deletion calico-enterprise/reference/installation/_api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17677,7 +17677,7 @@ string

<p>
Name is an enum which identifies the Manager Deployment container by name.
Supported values are: tigera-voltron, tigera-manager, tigera-es-proxy
Supported values are: tigera-voltron, tigera-manager, tigera-ui-apis, and tigera-es-proxy (deprecated).

Check failure on line 17680 in calico-enterprise/reference/installation/_api.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Tigera' instead of 'tigera'. Raw Output: {"message": "[Vale.Terms] Use 'Tigera' instead of 'tigera'.", "location": {"path": "calico-enterprise/reference/installation/_api.mdx", "range": {"start": {"line": 17680, "column": 23}}}, "severity": "ERROR"}
</p>

</td>
Expand Down
4 changes: 2 additions & 2 deletions calico-enterprise/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"image": "tigera/fluentd-windows",
"version": "master"
},
"es-proxy": {
"image": "tigera/es-proxy",
"ui-apis": {
"image": "tigera/ui-apis",
"version": "master"
},
"eck-kibana": {
Expand Down

0 comments on commit 6d8a348

Please sign in to comment.