seafile-containerized/k8s/memcached-deployment.yaml
2024-09-10 03:24:12 +00:00

34 lines
710 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
io.kompose.service: memcached
name: memcached
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: memcached
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.network/compose-seafile-net: "true"
io.kompose.service: memcached
spec:
containers:
- command:
- memcached
- -m
- "1024"
image: memcached:1.6.31
name: memcached
ports:
- containerPort: 11211
protocol: TCP
resources: {}
restartPolicy: Always
status: {}