add source code and readme
This commit is contained in:
13
manifests/applications/pixelfed/nginx-headers-configmap.yaml
Normal file
13
manifests/applications/pixelfed/nginx-headers-configmap.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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"
|
||||
Reference in New Issue
Block a user