imfreedom/k8s-cluster

Remove cerestial.space

6 months ago, Gary Kramlich
580f7282582e
Remove cerestial.space

I never did anything else with this and let the domain expire.
# This file contains common traefik middleware for the guifications namespace.
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: common-headers
namespace: guifications
spec:
headers:
customResponseHeaders:
X-Frame-Options: SAMEORIGIN
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: https-redirect
namespace: guifications
spec:
redirectScheme:
scheme: https
permanent: true
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: hsts-headers
namespace: guifications
spec:
headers:
stsSeconds: 31536000
---