imfreedom/k8s-cluster

Bump the cpu resources for hgkeeper

2021-10-10, Gary Kramlich
3eac170f9088
Bump the cpu resources for hgkeeper
# This file contains the tls certificate issuer for the `monitoring` `namespace`.
---
apiVersion: cert-manager.io/v1alpha2
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: {}
---