Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO: Docs repo sync - Scalar Kubernetes #690

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions docs/scalar-kubernetes/AwsMarketplaceGuide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ Scalar products (ScalarDB, ScalarDL, and their tools) are available in the AWS M
|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
| [ScalarDL Auditor](https://aws.amazon.com/marketplace/pp/prodview-ke3yiw4mhriuu) | [ScalarDL Auditor](https://aws.amazon.com/marketplace/pp/prodview-tj7svy75gu7m6) |
</TabItem>
<TabItem value="scalar-manager" label="Scalar Manager">
| PAYG | BYOL |
|:-------------------------------------------------------------------------------|:-------------------------------------------|
| [Scalar Manager](https://aws.amazon.com/marketplace/pp/prodview-gfyn6ipmxf2hq) | Scalar Manager doesn't have a BYOL option. |
</TabItem>
</Tabs>

1. Select **Continue to Subscribe**.
Expand Down Expand Up @@ -207,28 +202,6 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

:::

</TabItem>
<TabItem value="scalar-manager" label="Scalar Manager">
In the `scalar-manager-custom-values.yaml` file:

```yaml
api:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-manager-api-aws-payg"
web:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-manager-web-aws-payg"
serviceAccount:
serviceAccountName: "<SERVICE_ACCOUNT_NAME>"
automountServiceAccountToken: true
```

:::note

For more details on the configurations, see [Configure a custom values file for Scalar Manager](../helm-charts/configure-custom-values-scalar-manager.mdx).

:::

</TabItem>
</Tabs>

Expand Down Expand Up @@ -276,11 +249,6 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml
```
</TabItem>
<TabItem value="scalar-manager" label="Scalar Manager">
```console
helm install scalar-manager scalar-labs/scalar-manager -f ./scalar-manager-custom-values.yaml
```
</TabItem>
</Tabs>

## **[Deprecated] [BYOL]** Deploy containers on EKS (Amazon Elastic Kubernetes Service) from AWS Marketplace using Scalar Helm Charts
Expand Down