Skip to content

Commit

Permalink
Create pod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 authored Mar 10, 2024
1 parent af4600e commit 6e4013e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/pod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: node-pod
namespace: node-app

spec:
containers:
- name: node-container
image: trainwithshubham/node-app-batch-6
ports:
- containerPort: 8000

0 comments on commit 6e4013e

Please sign in to comment.