8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0ce0b commit 6bb4f1aCopy full SHA for 6bb4f1a
samples/webserver/README.md
@@ -1,7 +1,7 @@
1
-# Nginx WWW Operator
+# WebServer Operator
2
3
This is a more complex example of how a Custom Resource backed by an Operator can serve as
4
-an abstraction layer. This Operator will use an nginxwww resource, which mainly contains a
+an abstraction layer. This Operator will use an webserver resource, which mainly contains a
5
static webpage definition and creates a nginx Deployment backed by a ConfigMap which holds
6
the html.
7
@@ -15,12 +15,10 @@ spec:
15
html: |
16
<html>
17
<head>
18
- <title>Nginx WWW Operator</title>
+ <title>Webserver Operator</title>
19
</head>
20
<body>
21
Hello World!!
22
</body>
23
</html>
24
```
25
-
26
-The Operator will create
0 commit comments