chore(helm): change frontend to port to 8080
This commit is contained in:
parent
bea850b9de
commit
8683da2fa1
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ RUN apk upgrade busybox --no-cache --repository=http://dl-cdn.alpinelinux.org/al
|
|||
COPY --from=builder /work/public /var/www/openreplay
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 8080
|
||||
RUN chown -R nginx:nginx /var/cache/nginx && \
|
||||
chown -R nginx:nginx /var/log/nginx && \
|
||||
chown -R nginx:nginx /etc/nginx/conf.d && \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ securityContext: {}
|
|||
service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
frontend: 80
|
||||
frontend: 8080
|
||||
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue