Skip to content

Commit

Permalink
fixup! add explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 26, 2023
1 parent 9070bfd commit 3317e88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ spec:
env:
- name: CRYOSTAT_AGENT_APP_NAME
value: "myapp"
# Replace this with the Kubernetes DNS record for the Cryostat Service
# Replace this with the Kubernetes DNS record
# for the Cryostat Service
- name: CRYOSTAT_AGENT_BASEURI
value: "http://cryostat.mynamespace.mycluster.svc:8181"
- name: POD_IP
Expand Down Expand Up @@ -323,7 +324,8 @@ spec:
env:
- name: CRYOSTAT_AGENT_APP_NAME
value: "myapp"
# Replace this with the Kubernetes DNS record for the Cryostat Service
# Replace this with the Kubernetes DNS record
# for the Cryostat Service
- name: CRYOSTAT_AGENT_BASEURI
value: "http://cryostat.mynamespace.mycluster.svc:8181"
- name: POD_IP
Expand Down

0 comments on commit 3317e88

Please sign in to comment.