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: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ All images with a SHA tag are development builds and versions with a version tag
71
71
## Deployment
72
72
The project is deployed to a kubernetes cluster. in de ./kube_develop folder are all the different kubernetes configuration files for the development builds. In the ./kube folder are the configuration files for the production builds.
73
73
74
+
To make a deployment on a kubernets cluster it needs to have an running [cert-manager](https://cert-manager.io/docs/). Once it is installed the deployment will automatically also create a cluster issuer for it.
75
+
74
76
- autoscaler.yaml -> this is the autoscaler for the deployment
75
77
- cluster-issuer.yaml-> to ensure there is a cluster issuer for the TLS certificates
76
78
- deployment.yaml -> the deployment of the service itself
0 commit comments