Skip to content

Commit

Permalink
first app
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Nov 15, 2016
0 parents commit 7fed7e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Kubernetes course
This repository contains the course files for my Kubernetes course on Udemy
12 changes: 12 additions & 0 deletions first-app/helloworld.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: nodehelloworld.example.com
labels:
app: helloworld
spec:
containers:
- name: k8s-demo
image: wardviaene/k8s-demo
ports:
- containerPort: 3000

0 comments on commit 7fed7e9

Please sign in to comment.