imfreedom/k8s-cluster

add the wasdead bot

2019-06-06, Gary Kramlich
8cefa8e2b5f9
add the wasdead bot
# This file contains the tls certificate issuer for the `adium` `namespace`.
---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: adium
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
http01: {}
---