This commit is contained in:
2025-08-24 19:04:30 -04:00
commit 0a7e02a2a6
3 changed files with 57 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: myapp
spec:
selector:
matchLabels:
app: myapp
replicas: 2
template:
metadata:
labels:
app: myapp
spec:
containers:
- name: myapp
image: nanajanashia/argocd-app:1.2
ports:
- containerPort: 8080