K8s changes (#19)

* K8S changes

* k8s: test explicit dns lookup of service

* bugfix prev commit

* typo

* k8s: more dns

* k8s: more dns

* k8s: more dns fun

* k8s cleanup

* k8s: user service for rtpengine location

* k8s cleanup

* typo

* change env name for fs in k8s

* change k8s service name for feature server

* add support for outbound connection mode

* k8s change for outbound

* minor

* bugfix: drachtio connection was dropped after successful connect

* drop drachtio connection on call end

* Dockerfile

* k8s pre-stop hook

* actual hook committed

* make hjook executable

* dockerfile change

* time series fix

* bugfix: teams transfer using replaces
This commit is contained in:
Dave Horton
2022-01-06 12:37:49 -05:00
committed by GitHub
parent 56205dc852
commit a892a87eb5
8 changed files with 311 additions and 277 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16
FROM node:17-slim
WORKDIR /opt/app/
COPY package.json ./
RUN npm install