Difference between revisions of "Nginx-ingress"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
  
 
  [[helm install nginx]]
 
  [[helm install nginx]]
 +
[[kubectl get svc]]
  
  

Revision as of 21:50, 9 November 2023

apiVersion: v1
kind: ConfigMap
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"


helm install nginx
kubectl get svc


See also

Advertising: