Skip to content

Commit c68554b

Browse files
authored
Merge pull request #97297 from jakaruna-MSFT/patch-50
(Azurecxp) fixes MicrosoftDocs/azure-docs#43606
2 parents ad2143d + 71ded95 commit c68554b

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)