Skip to content

Instantly share code, notes, and snippets.

@HammoTime
Created July 18, 2020 09:15
Show Gist options
  • Save HammoTime/053ad0306f25d5460f436206eaa33762 to your computer and use it in GitHub Desktop.
Save HammoTime/053ad0306f25d5460f436206eaa33762 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
# snip #
annotations:
# Add our annotation
cert-manager.io/cluster-issuer: letsencrypt-production
# end snip #
spec:
# snip #
# Add our host and Secret configuration
tls:
- hosts:
- www.example.com
- example.com
secretName: wp-example-com-tls-production
# end snip #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment