Skip to content

Commit

Permalink
Add new folder in the git-generator example
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Jan 1, 2025
1 parent c927fee commit 5d9cd3e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/git-generator/resources/folder3/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: deploy-from-folder-three
spec:
replicas: 2
selector:
matchLabels:
app: myapp
template:
metadata:
labels:
app: myapp
spec:
containers:
- name: myapp
image: dag-andersen/myapp:latest
ports:
- containerPort: 80

0 comments on commit 5d9cd3e

Please sign in to comment.