This commit is contained in:
parent
c9d4baaa83
commit
3ae532ca0c
@ -1,8 +1,8 @@
|
|||||||
baseURL: "https://minimal-setups.de"
|
baseURL: "https://minimal-setups.de"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Minimal Setups"
|
title: "Minimal Setups"
|
||||||
# theme: "ananke"
|
theme: "ananke"
|
||||||
theme: "hextra"
|
# theme: "hextra"
|
||||||
googleAnalystics: ""
|
googleAnalystics: ""
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
@ -34,23 +34,12 @@ spec:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 80
|
port: 80
|
||||||
---
|
---
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
|
||||||
kind: Middleware
|
|
||||||
metadata:
|
|
||||||
name: add-custom-headers
|
|
||||||
spec:
|
|
||||||
headers:
|
|
||||||
customResponseHeaders:
|
|
||||||
X-Forwarded-Proto: "https"
|
|
||||||
X-Forwarded-Port: "443"
|
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: minimal-setups
|
name: minimal-setups
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production-http
|
cert-manager.io/cluster-issuer: letsencrypt-production-http
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: homepages-add-custom-headers@kubernetescrd
|
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user