20 lines
410 B
YAML
20 lines
410 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: simplysyncedllc-com-deployment
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: SIMPLYSYNCEDLLC_com
|
|
replicas: 2
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: SIMPLYSYNCEDLLC_com
|
|
spec:
|
|
containers:
|
|
- name: simplysyncedllc-com-site
|
|
image: gitea.simplysyncedllc.com/dex/ss_site:1.0.0
|
|
ports:
|
|
- containerPort: 3000
|