Add the redacted source file for demo purposes Reviewed-on: https://source.michaeldileo.org/michael_dileo/Keybard-Vagabond-Demo/pulls/1 Co-authored-by: Michael DiLeo <michael_dileo@proton.me> Co-committed-by: Michael DiLeo <michael_dileo@proton.me>
14 lines
287 B
YAML
14 lines
287 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: pixelfed-nginx-headers
|
|
namespace: pixelfed-application
|
|
labels:
|
|
app.kubernetes.io/name: pixelfed
|
|
app.kubernetes.io/component: ingress
|
|
data:
|
|
X-Forwarded-Proto: "https"
|
|
X-Forwarded-Port: "443"
|
|
X-Forwarded-Host: "$host"
|