Created
June 22, 2021 13:39
-
-
Save marcelo-ochoa/a28fb127eba0143e5f15199cf0e45125 to your computer and use it in GitHub Desktop.
Traefik+LetsEncrypt configuration for Oracle OCI Kubernetes deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
additionalArguments: | |
- [email protected] | |
- --certificatesresolvers.le.acme.storage=/data/acme.json | |
- --certificatesresolvers.le.acme.tlschallenge=true | |
- --certificatesresolvers.le.acme.dnschallenge.resolvers=1.1.1.1:53,8.8.8.8:53 | |
persistence: | |
enabled: true | |
path: /data | |
podSecurityContext: | |
fsGroup: 65532 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment