Skip to content

Commit 196fe44

Browse files
committed
Add new folder in the git-generator example
1 parent e474194 commit 196fe44

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: deploy-from-folder-three
5+
spec:
6+
replicas: 2
7+
selector:
8+
matchLabels:
9+
app: myapp
10+
template:
11+
metadata:
12+
labels:
13+
app: myapp
14+
spec:
15+
containers:
16+
- name: myapp
17+
image: dag-andersen/myapp:latest
18+
ports:
19+
- containerPort: 80

0 commit comments

Comments
 (0)