---
kind: ConfigMap
apiVersion: v1
metadata:
name: nginx-webpage
data:
index.html: |
<body>
<h1>Hello World !</h1>
</body>
# vim: set ts=2 sw=2 et: