mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
27 lines
555 B
YAML
27 lines
555 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: sbc-call-router
|
|
labels:
|
|
app: sbc-call-router
|
|
namespace: jambonz
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: sbc-call-router
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: sbc-call-router
|
|
spec:
|
|
containers:
|
|
- name: sbc-call-router
|
|
image: jambonz/sbc-call-router:latest
|
|
imagePullPolicy: Always
|
|
envFrom:
|
|
- configMapRef:
|
|
name: jambonz-env
|
|
env:
|
|
- name: HTTP_PORT
|
|
value: "3000"
|