Difference between revisions of "Kind: ConfigMap"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
... | ... | ||
[[immutable]]: true | [[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" | ||
== See also == | == See also == |
Revision as of 19:02, 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"
See also
kind:
[Pod | Ingress | ClusterConfiguration
|Config | ConfigMap | ServiceAccount | Deployment | List | Secret | Status ], spec: metadata: data:
Advertising: