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

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
  kind: ConfigMap
+
[[Installing Kubernetes NGINX Ingress controller using manifests]]
 +
  [[kind: ConfigMap]]
 
  apiVersion: v1
 
  apiVersion: v1
 
  metadata:
 
  metadata:
Line 19: Line 20:
 
* {{Ingress}}
 
* {{Ingress}}
  
[[Category;Ks]]
+
[[Category:K8s]]

Latest revision as of 19:08, 29 June 2022

Installing Kubernetes NGINX Ingress controller using manifests

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[edit]

Advertising: