Skip to content

Commit

Permalink
Updated hello-universe yaml in tutorial (#4819) (#4828)
Browse files Browse the repository at this point in the history
* Updated hello-universe yaml in tutorial

* Added namespace manifest

(cherry picked from commit 8400642)

Co-authored-by: Anirudh R <[email protected]>
  • Loading branch information
1 parent 7f4cddb commit 48f04df
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,15 @@ In the manifest editor, insert the following content.

```yaml
apiVersion: v1
kind: Namespace
metadata:
name: hello-universe
---
apiVersion: v1
kind: Service
metadata:
name: hello-universe-service
namespace: hello-universe
spec:
type: LoadBalancer
ports:
Expand All @@ -650,6 +656,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-universe-deployment
namespace: hello-universe
spec:
replicas: 2
selector:
Expand Down

0 comments on commit 48f04df

Please sign in to comment.