Skip to content

Instantly share code, notes, and snippets.

View chukaofili's full-sized avatar

Chuka Ofili chukaofili

View GitHub Profile
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
email: __EMAIL__
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-prod
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: wildcard-certificate
namespace: cert-manager
labels:
use-clouddns-solver: "true"
spec:
secretName: wildcard-certificate-tls
dnsNames:
apiVersion: v1
kind: ConfigMap
metadata:
name: ngrok-configmap
namespace: default
data:
ngrok.yml: |
authtoken: [AUTH_TOKEN HERE]
console_ui: true
web_addr: "0.0.0.0:4040"