services/srcs/ftp/deployment.yaml

21 lines
299 B
YAML
Raw Normal View History

2023-03-01 04:35:44 +01:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: ftp
labels:
app: ftp
spec:
replicas: 1
selector:
matchLabels:
app: ftp
template:
metadata:
labels:
app: ftp
spec:
containers:
- name: ftp
image: ftp
imagePullPolicy: Never