Add memcached
This commit is contained in:
21
kustomize/memcached/deployment.yaml
Normal file
21
kustomize/memcached/deployment.yaml
Normal 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
|
Reference in New Issue
Block a user