imfreedom/k8s-cluster

285b647aea94
Add additional NetworkPolicies to all other services
# 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: {}
---