Compare commits
15 Commits
bukopin
...
dec43f819d
| Author | SHA1 | Date | |
|---|---|---|---|
| dec43f819d | |||
| e2cb987ded | |||
| e8553ea12f | |||
| 4a7dfe6d52 | |||
| 5840ec682f | |||
| 9e39000483 | |||
| 35ce9e2484 | |||
| 6e83553e86 | |||
| 7a4ea8c528 | |||
| c154ccc0f6 | |||
|
|
b2a0cc9cdc | ||
|
|
0a482dd766 | ||
|
|
8a8d7c0e74 | ||
|
|
8c02184bd9 | ||
|
|
07634ef503 |
@@ -1,7 +1,9 @@
|
|||||||
FROM node:8-alpine
|
FROM node:8-alpine
|
||||||
|
RUN apk add --no-cache libc6-compat
|
||||||
|
RUN apk add --no-cache git
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json /app
|
COPY package.json package-lock.json /app/
|
||||||
RUN yarn
|
RUN npm install
|
||||||
COPY . /app
|
COPY . /app
|
||||||
CMD npm run watch
|
CMD npm run watch
|
||||||
EXPOSE 8080
|
EXPOSE 7700
|
||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
- name: bukopin-redemption-client-react
|
- name: bukopin-redemption-client-react
|
||||||
image: registry-harbor.app.bangun-kreatif.com/bukopin/bukopin-redemption-client-react:<VERSION>
|
image: registry-harbor.app.bangun-kreatif.com/bukopin/bukopin-redemption-client-react:<VERSION>
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 7700
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: bukopin-redemption-client-react
|
name: bukopin-redemption-client-react
|
||||||
port:
|
port:
|
||||||
number: 8080
|
number: 7700
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "bukopin-fe.k3s.bangun-kreatif.com"
|
- "bukopin-fe.k3s.bangun-kreatif.com"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ metadata:
|
|||||||
run: bukopin-redemption-client-react
|
run: bukopin-redemption-client-react
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 7700
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
app: bukopin-redemption-client-react
|
app: bukopin-redemption-client-react
|
||||||
|
|||||||
18278
package-lock.json
generated
18278
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,6 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
border: #ccc 1px solid;
|
border: #ccc 1px solid;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user