Skip to content

Commit

Permalink
Add prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano Goncalves committed Jul 17, 2023
1 parent cc87337 commit e8ad5dd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions production/hello.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
namespace: lasample
labels:
app: hello
spec:
selector:
matchLabels:
app: hello
template:
metadata:
labels:
app: hello
spec:
containers:
- name: hello
image: linuxacademycontent/gitops:hellov1.2

0 comments on commit e8ad5dd

Please sign in to comment.