chore(helm): change frontend to port to 8080

This commit is contained in:
rjshrjndrn 2022-07-21 17:25:50 +02:00
parent bea850b9de
commit 8683da2fa1
2 changed files with 2 additions and 1 deletions

View file

@ -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 && \

View file

@ -39,7 +39,7 @@ securityContext: {}
service:
type: ClusterIP
ports:
frontend: 80
frontend: 8080
serviceMonitor:
enabled: true