chore(http): Changing http port to 8080

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-21 12:11:16 +02:00
parent f2ccdc8692
commit bea850b9de
2 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,7 @@ ENV TZ=UTC \
FS_DIR=/mnt/efs \
MAXMINDDB_FILE=/home/openreplay/geoip.mmdb \
UAPARSER_FILE=/home/openreplay/regexes.yaml \
HTTP_PORT=80 \
HTTP_PORT=8080 \
KAFKA_USE_SSL=true \
KAFKA_MAX_POLL_INTERVAL_MS=400000 \
REDIS_STREAMS_MAX_LEN=10000 \

View file

@ -39,7 +39,7 @@ securityContext: {}
service:
type: ClusterIP
ports:
http: 80
http: 8080
metrics: 8888
serviceMonitor:
@ -90,7 +90,6 @@ env:
TOKEN_SECRET: secret_token_string # TODO: generate on buld
S3_BUCKET_IOS_IMAGES: sessions-mobile-assets
CACHE_ASSETS: true
HTTP_PORT: 80
nodeSelector: {}