Skip to content

Commit

Permalink
Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtienanh committed Aug 28, 2021
1 parent 68572c5 commit cf7bcf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions k8s/example/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```powershell
kubectl apply -f https://raw.githubusercontent.com/nvtienanh/hyperv-k8s/main/k8s/example/apple.yaml
kubectl apply -f https://raw.githubusercontent.com/nvtienanh/hyperv-k8s/main/k8s/example/banana.yaml
kubectl apply -f https://raw.githubusercontent.com/nvtienanh/hyperv-k8s/main/k8s/example/ingress.yaml
kubectl create namespace example
kubectl -n example apply -f https://raw.githubusercontent.com/nvtienanh/hyperv-k8s/main/k8s/example/apple.yaml
kubectl -n example apply -f https://raw.githubusercontent.com/nvtienanh/hyperv-k8s/main/k8s/example/banana.yaml
kubectl -n example apply -f https://raw.githubusercontent.com/nvtienanh/hyperv-k8s/main/k8s/example/ingress.yaml
```
2 changes: 1 addition & 1 deletion k8s/example/apple.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Deployment
apiVersion: v1
apiVersion: apps/v1
metadata:
name: apple-app
labels:
Expand Down
2 changes: 1 addition & 1 deletion k8s/example/banana.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Development
apiVersion: v1
apiVersion: apps/v1
metadata:
name: banana-app
labels:
Expand Down

0 comments on commit cf7bcf5

Please sign in to comment.