Skip to content

Commit 71ded95

Browse files
(Azurecxp) fixes MicrosoftDocs/azure-docs#43606
Added solver
1 parent ad2143d commit 71ded95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/ingress-static-ip.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ spec:
159159
160160
privateKeySecretRef:
161161
name: letsencrypt-staging
162-
http01: {}
162+
solvers:
163+
- http01:
164+
ingress:
165+
class: nginx
163166
```
164167
165168
To create the issuer, use the `kubectl apply -f cluster-issuer.yaml` command.

0 commit comments

Comments
 (0)