Update cert-manager

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2021-10-16 08:10:00 +01:00
parent 86b9327767
commit 36d87d3c12
2 changed files with 497 additions and 7 deletions

View File

@@ -16,21 +16,19 @@ spec:
chart:
repository: https://charts.jetstack.io
name: cert-manager
version: v0.15.0
maxHistory: 5
version: v1.5.4
maxHistory: 3
values:
installCRDs: "true"
resources:
requests:
memory: 32Mi
limits:
memory: 64Mi
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
@@ -41,7 +39,6 @@ spec:
privateKeySecretRef:
name: letsencrypt
solvers:
- selector: {}
http01:
- http01:
ingress:
class: traefik