imfreedom/k8s-cluster

Add the manifest for youtrack

2019-11-17, Gary Kramlich
190e9257dad3
Add the manifest for youtrack
# This file contains the tls certificate issuer for the `adium` `namespace`.
---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: adium
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
http01: {}
---