Skip to content

Commit fbcfd29

Browse files
author
aishwarydhare
committed
jenkinsfile n18
1 parent b436c72 commit fbcfd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var handleRequest = function(request, response) {
2626
if(!isRedisConnected){
2727
str = "REDIS NOT CONNECTED.";
2828
}
29-
response.end('Hello World! This is Node running on Kubernetes.\n\n' + str);
29+
response.end('Hello k8s World! This is Node running on GKE.\n\n' + str);
3030
};
3131
var www = http.createServer(handleRequest);
3232
www.listen(8086);

0 commit comments

Comments
 (0)