imfreedom/k8s-cluster

half the trac postgress resources

14 months ago, Gary Kramlich
ad04756f6ef2
half the trac postgress resources

Trac hasn't had any issues with stability since we redirected all of the issues,
so lowering this shouldn't be a big deal.
# This file contains the tls certificate issuer for the `monitoring` `namespace`.
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt
namespace: monitoring
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress: {}
---