mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
17 lines
298 B
YAML
17 lines
298 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: redis-master
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: redis
|
|
role: mq
|
|
spec:
|
|
containers:
|
|
- name: functions-redis
|
|
image: redis
|
|
ports:
|
|
- containerPort: 6379 |