Skip to content

Commit

Permalink
Create pod.yaml
Browse files Browse the repository at this point in the history
add pod
  • Loading branch information
abbos1711 authored Feb 11, 2024
1 parent 3b9dfbe commit 0b4ed13
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: webapp
spec:
containers:
- image: 10449/angular:latest
name: webapp
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 5200

0 comments on commit 0b4ed13

Please sign in to comment.