Skip to content

Commit

Permalink
Merge pull request #10246 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-10234-to-release-4.9

[release-4.9] Bug 2014303: Fix wrong in-cluster hostname on the Service details page
  • Loading branch information
openshift-merge-robot committed Oct 30, 2021
2 parents 2c11860 + 6e76448 commit de5d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/service.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const Details = ({ obj: s }) => {
<dt>{t('public~Hostname')}</dt>
<dd>
<div className="co-select-to-copy">
{s.metadata.name}.{s.metadata.namespace}.srv.cluster.local
{s.metadata.name}.{s.metadata.namespace}.svc.cluster.local
</div>
<div>{t('public~Accessible within the cluster only')}</div>
</dd>
Expand Down

0 comments on commit de5d9cb

Please sign in to comment.