Skip to content

Commit 60dfae2

Browse files
authored
Merge pull request #75 from islinwb/une
Fix typo in staging/javaee/README.md
2 parents 0e128dc + ddbda51 commit 60dfae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/javaee/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Our service name is ``mysql-service'' and so ``MYSQL_SERVICE_SERVICE_HOST'' and
7878

7979
WildFly is a lightweight Java EE 7 compliant application server. It is wrapped in a Replication Controller and used as the Java EE runtime.
8080

81-
In Kubernetes a [_Replication Controller_](../../docs/user-guide/replication-controller.md) is responsible for replicating sets of identical pods. Like a _Service_ it has a selector query which identifies the members of it's set. Unlike a service it also has a desired number of replicas, and it will create or delete pods to ensure that the number of pods matches up with it's desired state.
81+
In Kubernetes a [_Replication Controller_](../../docs/user-guide/replication-controller.md) is responsible for replicating sets of identical pods. Like a _Service_ it has a selector query which identifies the members of its set. Unlike a service it also has a desired number of replicas, and it will create or delete pods to ensure that the number of pods matches up with its desired state.
8282

8383
Here is definition of the MySQL service: [wildfly-rc.yaml](wildfly-rc.yaml).
8484

0 commit comments

Comments
 (0)