Skip to content

Instantly share code, notes, and snippets.

@marcelo-ochoa
Created June 22, 2021 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelo-ochoa/a28fb127eba0143e5f15199cf0e45125 to your computer and use it in GitHub Desktop.
Save marcelo-ochoa/a28fb127eba0143e5f15199cf0e45125 to your computer and use it in GitHub Desktop.
Traefik+LetsEncrypt configuration for Oracle OCI Kubernetes deployment
additionalArguments:
- --certificatesresolvers.le.acme.email=marcelo.ochoa@gmail.com
- --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