argocd-configs/simplysyncedllc-com/prod/deployment.yaml

20 lines
426 B
YAML
Raw Normal View History

2024-05-11 22:52:17 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: simplysyncedllc-com-deployment
spec:
selector:
matchLabels:
2024-05-12 02:57:31 +00:00
app: simplysyncedllc_com
2024-05-11 22:52:17 +00:00
replicas: 2
template:
metadata:
labels:
2024-05-12 02:57:31 +00:00
app: simplysyncedllc_com
2024-05-11 22:52:17 +00:00
spec:
containers:
- name: simplysyncedllc-com-site
2024-05-12 02:57:31 +00:00
image: gitea.simplysyncedllc.com/dex/simplysyncedllc_website:1.0.0
2024-05-11 22:52:17 +00:00
ports:
- containerPort: 3000