Add info to deploy README

This commit is contained in:
2024-10-23 12:33:51 +02:00
parent de8cc2b516
commit 654fa6e4b1
4 changed files with 63 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-app-deployment
labels:
app: my-app
spec:
replicas: 3
selector:
matchLabels:
app: my-app
template:
metadata:
labels:
app: my-app
spec:
containers:
- name: my-app-container
image: rmontanana/my-app:1.0
ports:
- containerPort: 8080