Created
September 3, 2020 10:15
-
-
Save storyn26383/7e9eaa25c090bc5472b8cd4ef448f074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: ingress-nginx-config | |
namespace: ingress-nginx | |
labels: | |
app.kubernetes.io/name: ingress-nginx | |
app.kubernetes.io/part-of: ingress-nginx | |
data: | |
enable-real-ip: "true" | |
use-forwarded-headers: "true" | |
compute-full-forwarded-for: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment