--- title: configmap-html description: published: true date: 2023-11-07T18:13:48.426Z tags: editor: markdown dateCreated: 2023-11-07T18:05:47.418Z --- ```yaml --- kind: ConfigMap apiVersion: v1 metadata: name: openresty-html data: index.html: | Тестовая страница

Тестовая страница

50x.html: | Error

An error occurred.

Sorry, the page you are looking for is currently unavailable.
Please try again later.

```