Page MenuHomePhabricator
Paste P5424

k8 mathoid
ActivePublic

Authored by mobrovac on May 11 2017, 4:58 PM.
Tags
None
Referenced Files
F8039454: k8 mathoid
May 11 2017, 4:58 PM
Subscribers
None
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: mathoid
labels:
service_type: nodejs
service_name: mathoid
spec:
replicas: 2
template:
metadata:
labels:
service_name: mathoid
spec:
containers:
- name: mathoid
image: mathoid:k1
ports:
- containerPort: 10044
protocol: TCP