Skip to content

Commit 3ee889d

Browse files
committed
export NEXT_PUBLIC_DD_SERVICE_FRONTEND from k8s docs
1 parent 1acd49e commit 3ee889d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

k8s-manifests/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ The deployment process uses several environment variables to template image loca
110110
| `DD_VERSION_BACKEND` | Version tag for backend & worker services | `1.0.0` |
111111
| `DD_VERSION_DISCOUNTS` | Version tag for discounts service | `1.0.0` |
112112
| `DD_VERSION_NGINX` | Version tag for nginx | `1.0.0` |
113-
| `NEXT_PUBLIC_DD_SERVICE_FRONTEND` | RUM service name for frontend | `store-frontend` |
114113
| `NEXT_PUBLIC_DD_VERSION_FRONTEND` | Version tag for frontend service | `1.0.0` |
115114
| `DD_API_KEY` | Datadog API key (for secret creation) | `<your-datadog-api-key>` |
116115
| `DD_APP_KEY` | Datadog App key (for secret creation) | `<your-datadog-app-key>` |
@@ -145,7 +144,6 @@ export DD_VERSION_ADS_PYTHON=1.0.0
145144
export DD_VERSION_BACKEND=1.0.0
146145
export DD_VERSION_DISCOUNTS=1.0.0
147146
export DD_VERSION_NGINX=1.28.0
148-
export NEXT_PUBLIC_DD_SERVICE_FRONTEND=store-frontend
149147
export NEXT_PUBLIC_DD_VERSION_FRONTEND=1.0.0
150148
```
151149

0 commit comments

Comments
 (0)