8000 update readme · badthinking/java-operator-sdk@6bb4f1a · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 6bb4f1a

Browse files
committed
update readme
1 parent 2d0ce0b commit 6bb4f1a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

samples/webserver/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Nginx WWW Operator
1+
# WebServer Operator
22

33
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
4+
an abstraction layer. This Operator will use an webserver resource, which mainly contains a
55
static webpage definition and creates a nginx Deployment backed by a ConfigMap which holds
66
the html.
77

@@ -15,12 +15,10 @@ spec:
1515
html: |
1616
<html>
1717
<head>
18-
<title>Nginx WWW Operator</title>
18+
<title>Webserver Operator</title>
1919
</head>
2020
<body>
2121
Hello World!!
2222
</body>
2323
</html>
2424
```
25-
26-
The Operator will create

0 commit comments

Comments
 (0)
0