Skip to content

Commit

Permalink
Fix for cloud run on GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed May 12, 2021
1 parent fb13bb2 commit 5584ed7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,15 @@
</div>

<div class="message">
<h1>It's running! Hi HP</h1>
<h1>It's running!</h1>
<div class="congrats">Congratulations, you successfully deployed a container image to Cloud Run</div>
</div>
</div>

<div class="details">
<p>
{{ if and .Project (and .Region .Service) }}
{{ if and .Project .Service }}
This created the revision <code>{{.Revision}}</code> of the Cloud Run service <code>{{.Service}}</code>
{{if .Region}} in <code>{{.Region}}</code>{{end}}
{{if .Project}} in the GCP project <code>{{.Project}}</code>{{end}}.
{{ else }}
This container <strong>does not</strong> seem to be running
Expand Down

0 comments on commit 5584ed7

Please sign in to comment.