master
René Jochum 5 years ago
parent d75e65ad50
commit 5031efd2d7
No known key found for this signature in database
GPG Key ID: 9E8B1C32F5F318A9

@ -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 :).
<!--more-->
#### 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**.

Loading…
Cancel
Save