Skip to content

Commit

Permalink
added label
Browse files Browse the repository at this point in the history
  • Loading branch information
zashraf1985 committed Nov 1, 2024
1 parent 9776aaa commit e0439d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/03-deploy-a-pod/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ apiVersion: v1
kind: Pod
metadata:
name: my-first-pod
labels:
app: nginx
spec:
containers:
- name: my-container
image: nginx
ports:
- containerPort: 80

0 comments on commit e0439d8

Please sign in to comment.