Prometheus.spec.initContainers[].readinessProbe.tcpSocket.port.spec.web.httpConfig.headers
headers defines a list of headers that can be added to HTTP responses.
| Field / Type | Description |
|---|---|
contentSecurityPolicy | contentSecurityPolicy defines the Content-Security-Policy header to HTTP responses. Unset if blank. |
strictTransportSecurity | strictTransportSecurity defines the Strict-Transport-Security header to HTTP responses. Unset if blank. Please make sure that you use this with care as this header might force browsers to load Prometheus and the other applications hosted on the same domain and subdomains over HTTPS. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security |
xContentTypeOptions | xContentTypeOptions defines the X-Content-Type-Options header to HTTP responses. Unset if blank. Accepted value is nosniff. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
|
xFrameOptions | xFrameOptions defines the X-Frame-Options header to HTTP responses. Unset if blank. Accepted values are deny and sameorigin. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
|
xXSSProtection | xXSSProtection defines the X-XSS-Protection header to all responses. Unset if blank. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection |