save
This commit is contained in:
parent
a1e92bd5e7
commit
03cc0d0f64
1 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ spec:
|
|||
mountPath: /acme
|
||||
args:
|
||||
- "--api.dashboard=true"
|
||||
- "--api.insecure=false"
|
||||
- "--api.insecure=true"
|
||||
- "--entrypoints.web.address=:80"
|
||||
- "--entrypoints.websecure.address=:443"
|
||||
|
||||
|
|
@ -47,7 +47,6 @@ spec:
|
|||
# TLS + ACME
|
||||
- "--certificatesresolvers.myresolver.acme.email=junte.kim@mealcraft.com"
|
||||
- "--certificatesresolvers.myresolver.acme.storage=/acme/acme.json"
|
||||
- "--certificatesresolvers.myresolver.acme.dnschallenge=true"
|
||||
- "--certificatesresolvers.myresolver.acme.dnschallenge.provider=route53"
|
||||
|
||||
# STAGING (uncomment for first-time)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue