imfreedom/k8s-cluster

Update to traefik 2.4.13

2021-08-07, Gary Kramlich
df5d3f5f6707
Update to traefik 2.4.13
# 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: {}
---