Difference between revisions of "Kind: ConfigMap"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | |||
− | |||
[[ConfigMap]] | [[ConfigMap]] | ||
− | |||
apiVersion: v1 | apiVersion: v1 | ||
Line 23: | Line 20: | ||
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 == | ||
+ | * <code>[[kind: Ingress]]</code> | ||
== See also == | == See also == |
Revision as of 19:05, 29 June 2022
ConfigMap
apiVersion: v1 kind: ConfigMap metadata: ... data: ... immutable: true
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"
Related
See also
kind:
[Pod | Ingress | ClusterConfiguration
|Config | ConfigMap | ServiceAccount | Deployment | List | Secret | Status ], spec: metadata: data:
Advertising: