imfreedom/k8s-cluster

b9b5512daeab
lower the bamboo resources a bit to see how it goes
# This file contains the tls certificate issuer for the `imfreedom`
# `namespace`.
---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: imfreedom
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
http01: {}
---