chore(http): Changing http port to 8080
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f2ccdc8692
commit
bea850b9de
2 changed files with 2 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue