imfreedom/k8s-cluster

Ingress updates:

2019-06-05, Gary Kramlich
712edf608e3b
Ingress updates:

* Update to the most recent ingress controller image
* Try to set a global X-Frame-Options, but it didn't work
# This file contains the tls certificate issuer for the `reaperworld`
# `namespace`.
---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: reaperworld
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
http01: {}
---