mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-21 23:05:42 +00:00
Small edits
This commit is contained in:
parent
1a979a521e
commit
cabb62f86d
@ -332,8 +332,8 @@ must be substituted with valid domain names or values from responses.
|
|||||||
|
|
||||||
```
|
```
|
||||||
APISERVER_URL="https://api.<BASE_DOMAIN>"
|
APISERVER_URL="https://api.<BASE_DOMAIN>"
|
||||||
APISERVER_KEY="GGS9F4M6XB2DXJ5AFT9F"
|
APISERVER_KEY="<APISERVER_KEY>"
|
||||||
APISERVER_SECRET="2oGujVFhPfaozhpuz2GzQfA5OyxmMsR3WVJpsCR5hrgHFs20PO"
|
APISERVER_SECRET="<APISERVER_SECRET>"
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Create a *Tenant* (company):
|
2. Create a *Tenant* (company):
|
||||||
@ -525,7 +525,7 @@ Install the [Task Traffic Router](appgw.md) in your Kubernetes cluster, allowing
|
|||||||
apiServerUrlReference: "<http://clearml-enterprise-apiserver.clearml:8008>"
|
apiServerUrlReference: "<http://clearml-enterprise-apiserver.clearml:8008>"
|
||||||
apiserverKey: "<TENANT_KEY>"
|
apiserverKey: "<TENANT_KEY>"
|
||||||
apiserverSecret: "<TENANT_SECRET>"
|
apiserverSecret: "<TENANT_SECRET>"
|
||||||
jwksKey: "ymLh1ok5k5xNUQfS944Xdx9xjf0wueokqKM2dMZfHuH9ayItG2"
|
jwksKey: "<JWKS_KEY>"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostName: "<unique url in same domain as apiserver/webserver>"
|
hostName: "<unique url in same domain as apiserver/webserver>"
|
||||||
|
Loading…
Reference in New Issue
Block a user