imfreedom/k8s-cluster

Update reviewboard to 4.0.4, move to the official image and add an nginx container to the pod to serve static files
# This file contains common traefik middleware for the imfreedom namespace.
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: common-headers
namespace: imfreedom
spec:
headers:
customResponseHeaders:
X-Frame-Options: SAMEORIGIN
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: https-redirect
namespace: imfreedom
spec:
redirectScheme:
scheme: https
permanent: true
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: hsts-headers
namespace: imfreedom
spec:
headers:
stsSeconds: 31536000
---