Difference between revisions of "/path/to/your/aws-ingress-nginx-config.yaml"

From wikieduonline
Jump to navigation Jump to search
(Created page with " kubectl apply -f /path/to/your/aws-ingress-nginx-config.yaml configmap/nginx-config created")
 
Line 1: Line 1:
 +
 +
kind: ConfigMap
 +
apiVersion: v1
 +
metadata:
 +
  name: nginx-config
 +
  namespace: nginx-ingress
 +
data:
 +
  proxy-protocol: "True"
 +
  real-ip-header: "proxy_protocol"
 +
  set-real-ip-from: "0.0.0.0/0"
  
  
 
  kubectl apply -f /path/to/your/aws-ingress-nginx-config.yaml
 
  kubectl apply -f /path/to/your/aws-ingress-nginx-config.yaml
 
  [[configmap]]/[[nginx-config]] created
 
  [[configmap]]/[[nginx-config]] created
 +
 +
 +
 +
== See also ==
 +
* {{Ingress}}
 +
 +
[[Category;Ks]]

Revision as of 19:01, 29 June 2022

kind: ConfigMap
apiVersion: v1
metadata:
  name: nginx-config
  namespace: nginx-ingress
data:
  proxy-protocol: "True"
  real-ip-header: "proxy_protocol"
  set-real-ip-from: "0.0.0.0/0"


kubectl apply -f /path/to/your/aws-ingress-nginx-config.yaml
configmap/nginx-config created


See also

Category;Ks

Advertising: