imfreedom/k8s-cluster

increase the post body size to 16m

2019-11-08, Gary Kramlich
b380be712b3d
increase the post body size to 16m
# This file contains the tls certificate issuer for the `pidgin` `namespace`.
---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: pidgin
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
http01: {}
---