From 5031efd2d79aa05aeb6c560c899af75faae91171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 17 Jul 2019 14:07:56 +0200 Subject: [PATCH] Large I --- content/post/kubernetes-rancher-cd-pipeline.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/post/kubernetes-rancher-cd-pipeline.md b/content/post/kubernetes-rancher-cd-pipeline.md index bb84749..14b7d6a 100644 --- a/content/post/kubernetes-rancher-cd-pipeline.md +++ b/content/post/kubernetes-rancher-cd-pipeline.md @@ -10,9 +10,9 @@ tags: - My Blog --- -Today i moved my [gohugo.io](https://gohugo.io/) blog from a lxd hosting to our Kubernetes -dev Cluster at the [Webmeisterei](https://webmeisterei.com). +Today I moved my [gohugo.io](https://gohugo.io/) blog from a lxd hosting to our Kubernetes -dev Cluster at the [Webmeisterei](https://webmeisterei.com). -We have our own [Gitlab](https://git.webmeisterei.com) so and we run our own registry on the -dev Cluster, i thought it will be easy to do so but it wasn't that easy and i lost about 8 Hours until i found out that had to open the required Ports on the Firewall :). +We have our own [Gitlab](https://git.webmeisterei.com) so and we run our own registry on the -dev Cluster, I thought it will be easy to do so but it wasn't that easy and I lost about 8 Hours until I found out that had to open the required Ports on the Firewall :). #### Tools in use @@ -51,7 +51,7 @@ COPY --from=0 /build/public /var/www/rene.jochums.at #### The Deployment -With lots of try-and-error testing i got this [deployment.yaml](https://git.webmeisterei.com/jochum/rene.jochums.at/blob/master/deployment.yaml) together. +With lots of try-and-error testing I got this [deployment.yaml](https://git.webmeisterei.com/jochum/rene.jochums.at/blob/master/deployment.yaml) together. Its important that you have to add the registry to your Project first, in this case **registry.dev.wmk8s.com**.