Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.27 KB

configuring-application.adoc

File metadata and controls

36 lines (28 loc) · 1.27 KB

Configuring Your Application

Duration: 20:00

The Helloworld Service is configured to return a message that uses the following template:

Hello {name} from {hostname} with {version}

There are several ways to update this configuration. We’ll go through a couple of them, including:

  • Environment variable

  • Command line argument

  • And, ConfigMap