fix k8s staging
This commit is contained in:
@@ -6,4 +6,4 @@ COPY package.json package-lock.json /app/
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
CMD npm run watch
|
||||
EXPOSE 8080
|
||||
EXPOSE 7700
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
- name: bukopin-redemption-client-react
|
||||
image: registry-harbor.app.bangun-kreatif.com/bukopin/bukopin-redemption-client-react:<VERSION>
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 7700
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
service:
|
||||
name: bukopin-redemption-client-react
|
||||
port:
|
||||
number: 8080
|
||||
number: 7700
|
||||
tls:
|
||||
- hosts:
|
||||
- "bukopin-fe.k3s.bangun-kreatif.com"
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
run: bukopin-redemption-client-react
|
||||
spec:
|
||||
ports:
|
||||
- port: 8080
|
||||
- port: 7700
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: bukopin-redemption-client-react
|
||||
|
||||
Reference in New Issue
Block a user