You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/deploy-to-kubernetes/deployment-options-to-kubernetes.md
+11-29Lines changed: 11 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,35 +55,17 @@ Using this YAML example, we'll add an additional step to deploy the image in Doc
55
55
The following instructions describe how to create a new service in your Kubernetes cluster in order to deploy to it.
56
56
>Note: If you're deploying to an existing service in your Kubernetes cluster please skip to the[next step]({{ site.baseurl }}/docs/deploy-to-kubernetes/deployment-to-kubernetes-quick-start-guide/#add-a-deployment-step)
57
57
58
-
{:start="1"}
58
+
59
59
1. Go to the**`Kubernetes`→`Services page`**.
60
-
61
-
{:start="2"}
62
-
2. Click the button**“Add Service”**.
63
-
64
-
{:start="3"}
65
-
3. Select the**cluster**.
66
-
67
-
{:start="4"}
68
-
4. Select the**namespace**.
69
-
70
-
{:start="5"}
71
-
5. Type an arbitrary**service name**.
72
-
73
-
{:start="6"}
74
-
6. Specify the**number of replicas**.
75
-
76
-
{:start="7"}
77
-
7. Type the name of your**pushed image**.
78
-
79
-
{:start="8"}
80
-
8. In the**“Internal Ports”** field specify the port which your application listens to.
81
-
82
-
{:start="9"}
83
-
9. In the**“Expose port”** field specify the port to be exposed to the Internet and check the checkbox.
84
-
85
-
{:start="10"}
86
-
10. Click the button**“Deploy”** to deploy the application.
60
+
1. Click the button**“Add Service”**.
61
+
1. Select the**cluster**.
62
+
1. Select the**namespace**.
63
+
1. Type an arbitrary**service name**.
64
+
1. Specify the**number of replicas**.
65
+
1. Type the name of your**pushed image**.
66
+
1. In the**“Internal Ports”** field specify the port which your application listens to.
67
+
1. In the**“Expose port”** field specify the port to be exposed to the Internet and check the checkbox.
68
+
1. Click the button**“Deploy”** to deploy the application.
87
69
88
70
Wait until the deployment is finished and you will be able to open the deployed application in your browser by clicking on the "endpoint" link.
Copy file name to clipboardExpand all lines: _docs/docker-registries/codefresh-registry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ toc: true
10
10
When creating[a Codefresh account]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/) you will automatically get access to your Codefresh Registry which stores and lets you distribute docker images.
11
11
12
12
>**Note**: The Codefresh Registry will be*read-only* from April 15 - April 30, 2020 and then*fully removed* from the service May 1, 2020.
13
-
>See[this blog post]({{site.baseurl}}/codefresh-news/deprecation-of-the-codefresh-private-registry/) for more information.
13
+
>See[this blog post](https://codefresh.io/codefresh-news/deprecation-of-the-codefresh-private-registry/) for more information.
14
14
15
15
All images built in Codefresh are automatically pushed to your Codefresh registry.