Difference between revisions of "Nginx-ingress"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
real-ip-header: "proxy_protocol" | real-ip-header: "proxy_protocol" | ||
set-real-ip-from: "0.0.0.0/0" | set-real-ip-from: "0.0.0.0/0" | ||
+ | |||
+ | == Related == | ||
+ | * [[annotations:]] | ||
== See also == | == See also == |
Revision as of 14:28, 12 February 2024
Contents
Commands
helm install nginx kubectl get svc kubectl describe configmap my-ingress-nginx-controller
kubectl get ingressclass NAME CONTROLLER PARAMETERS AGE nginx nginx.org/ingress-controller <none> 36s
helm install ingress-nginx (kubernetes.github.io) helm install nginx-ingress, helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.2
resource "helm_release" "nginx-ingress" { name = "nginx-ingress" namespace = "nginx-ingress" chart = "oci://ghcr.io/nginxinc/charts/nginx-ingress" }
ConfigMap
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"
Related
See also
Advertising: