Skip to content

Commit eaedbb9

Browse files
committed
Add information regarding setting of port
1 parent a8e23b6 commit eaedbb9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/installing-workflow/configuring-registry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Every component that relies on registry uses two inputs for configuration:
1111
1. Registry Location environment variable named `DEIS_REGISTRY_LOCATION`
1212
2. Access credentials stored as a Kubernetes secret named `registry-secret`
1313

14-
The helm classic chart for Deis Workflow can be easily configured to connect Workflow components to off-cluster registry. Deis Workflow supports external registries which provide either short lived tokens which are valid only for a specified amount of time or long lived tokens(basic username/password) which are valid forever for authenticating to them. For those registries which provide short lived tokens for authentication Deis Workflow will generate and refresh them such that the deployed apps will only have access to the short lived tokens and not to the actual credentials for the registries.
14+
The helm classic chart for Deis Workflow can be easily configured to connect Workflow components to off-cluster registry. Deis Workflow supports external registries which provide either short lived tokens which are valid only for a specified amount of time or long lived tokens(basic username/password) which are valid forever for authenticating to them. For those registries which provide short lived tokens for authentication Deis Workflow will generate and refresh them such that the deployed apps will only have access to the short lived tokens and not to the actual credentials for the registries.
15+
16+
When using a private registry the docker images are no longer pulled by Deis Workflow Controller but rather is managed by Kubernetes. This will increase security and overall speed, however the `port` information can no longer be discovered. Instead the `port` information can be set via `deis config:set PORT=<port>` prior to deploying the application.
1517
Deis Workflow currently supports
1618
1. Google Container Registry([gcr][gcr]).
1719
2. EC2 Container Registry([ecr][ecr]).

0 commit comments

Comments
 (0)