Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dumlutimuralp committed Dec 19, 2019
1 parent f8c0ff8 commit c2b12d1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Yaml/demo.yaml
@@ -0,0 +1,25 @@
apiVersion: v1
kind: Namespace
metadata:
name: demons
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nsxdemo
namespace: demons
spec:
selector:
matchLabels:
app: nsxdemoapp
replicas: 3
template:
metadata:
labels:
app: nsxdemoapp
spec:
containers:
- name: nsx-demo
image: dumlutimuralp/nsx-demo
ports:
- containerPort: 80

0 comments on commit c2b12d1

Please sign in to comment.