imfreedom/k8s-cluster

Add a guifications namespace

14 months ago, Gary Kramlich
99eb1a5b226a
Add a guifications namespace
# 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: {}
---