imfreedom/k8s-cluster

Update youtrack to the latest version

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