Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9758aa5d authored by Rémi's avatar Rémi
Browse files

feat: DNS

parent c48a7ae1
No related branches found
No related tags found
No related merge requests found
Pipeline #9216 passed
...@@ -121,7 +121,7 @@ So now we can see, using our preferred tool, the deployments and all the cert-ma ...@@ -121,7 +121,7 @@ So now we can see, using our preferred tool, the deployments and all the cert-ma
Next, we have to create a certificate issuer, which will be responsible to request the TLS certificates. This is a Custom Resource, with the property “dns01”. We create a ClusterIssuer instead of Issuer to be able to manage certificates cluster-wide: Next, we have to create a certificate issuer, which will be responsible to request the TLS certificates. This is a Custom Resource, with the property “dns01”. We create a ClusterIssuer instead of Issuer to be able to manage certificates cluster-wide:
```yaml ```yaml {linenos=table}
--- ---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: ClusterIssuer kind: ClusterIssuer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment