Add memcached

This commit is contained in:
2024-07-29 10:13:57 -05:00
parent c57d3303ed
commit 9ce79f2f67
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
---
kind: Deployment
apiVersion: apps/v1
metadata:
name: toy-memcached
spec:
selector:
matchLabels:
app: toy-memcached
template:
metadata:
labels:
app: toy-memcached
spec:
containers:
- name: toy-memcached
image: memcached:latest
ports:
- name: memcached
containerPort: 11211