update ports

This commit is contained in:
rheiga19 2025-03-26 23:51:19 +07:00
parent c590466247
commit e78e675952
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ WORKDIR /app
COPY --from=builder /app ./
# Expose the application port (sesuaikan dengan port yang digunakan di package.json)
EXPOSE 4173
EXPOSE 8000
# Jalankan aplikasi dengan npm run preview
CMD ["npm", "run", "preview"]

View File

@ -256,7 +256,7 @@ spec:
- name: http
port: 80
protocol: TCP
targetPort: 5678
targetPort: 8000
selector:
app.kubernetes.io/instance: nam-frontend-dev
app.kubernetes.io/name: nam-frontend-dev