imfreedom/k8s-cluster

Disable the fsGroup security context because it causes our container to time out for 20 minutes as k8s chown's all of the files in the volume. This isn't necessary except first start.
# This file contains the tls certificate issuer for the `roost` `namespace`.
---
apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
name: letsencrypt
namespace: roost
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress: {}
---