seafile-containerized/k8s/memcached-deployment.yaml

34 lines
710 B
YAML
Raw Normal View History

2023-12-05 13:20:40 +00:00
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"
2024-07-02 01:47:10 +00:00
image: memcached:1.6.29
2023-12-05 13:20:40 +00:00
name: memcached
ports:
- containerPort: 11211
protocol: TCP
resources: {}
restartPolicy: Always
status: {}