Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
SudhakarAnemu committed Mar 14, 2024
1 parent 88642c2 commit 6b241d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions DevOps/Kbrnts/demo-nginx-pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Pod
metadata:
name: mynginx
namespace: jsmyns
labels:
app: nginx
spec:
containers:
- name: mynginx-container
image: nginx
resources:
requests:
memory: 3Gi
cpu: 500m
limits:
memory: 3Gi
cpu: 500m
ports:
- containerPort: 80
4 changes: 4 additions & 0 deletions DevOps/Kbrnts/kube.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: jssudhans1

0 comments on commit 6b241d9

Please sign in to comment.