update ports
This commit is contained in:
parent
c590466247
commit
e78e675952
|
|
@ -25,7 +25,7 @@ WORKDIR /app
|
||||||
COPY --from=builder /app ./
|
COPY --from=builder /app ./
|
||||||
|
|
||||||
# Expose the application port (sesuaikan dengan port yang digunakan di package.json)
|
# Expose the application port (sesuaikan dengan port yang digunakan di package.json)
|
||||||
EXPOSE 4173
|
EXPOSE 8000
|
||||||
|
|
||||||
# Jalankan aplikasi dengan npm run preview
|
# Jalankan aplikasi dengan npm run preview
|
||||||
CMD ["npm", "run", "preview"]
|
CMD ["npm", "run", "preview"]
|
||||||
|
|
|
||||||
|
|
@ -256,7 +256,7 @@ spec:
|
||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5678
|
targetPort: 8000
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/instance: nam-frontend-dev
|
app.kubernetes.io/instance: nam-frontend-dev
|
||||||
app.kubernetes.io/name: nam-frontend-dev
|
app.kubernetes.io/name: nam-frontend-dev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue