imfreedom/k8s-cluster

Update YouTrack to 2022.3.63553

17 months ago, Gary Kramlich
7c398e41b878
Update YouTrack to 2022.3.63553
# This file contains the tls certificate issuer for the `roost` `namespace`.
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt
namespace: roost
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress: {}
---