diff --git a/Dockerfile b/Dockerfile index 1fa0a5b..857ef03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY package.json package-lock.json /app/ RUN npm install COPY . /app CMD npm run watch -EXPOSE 8080 \ No newline at end of file +EXPOSE 7700 \ No newline at end of file diff --git a/k8s/staging/deployment.yaml b/k8s/staging/deployment.yaml index 9c3fdbd..03f8720 100755 --- a/k8s/staging/deployment.yaml +++ b/k8s/staging/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: bukopin-redemption-client-react image: registry-harbor.app.bangun-kreatif.com/bukopin/bukopin-redemption-client-react: ports: - - containerPort: 8080 + - containerPort: 7700 imagePullSecrets: - name: regcred diff --git a/k8s/staging/ingress.yaml b/k8s/staging/ingress.yaml index e170e08..a7f53f3 100755 --- a/k8s/staging/ingress.yaml +++ b/k8s/staging/ingress.yaml @@ -18,7 +18,7 @@ spec: service: name: bukopin-redemption-client-react port: - number: 8080 + number: 7700 tls: - hosts: - "bukopin-fe.k3s.bangun-kreatif.com" diff --git a/k8s/staging/service.yaml b/k8s/staging/service.yaml index 166b7a4..19681da 100755 --- a/k8s/staging/service.yaml +++ b/k8s/staging/service.yaml @@ -7,7 +7,7 @@ metadata: run: bukopin-redemption-client-react spec: ports: - - port: 8080 + - port: 7700 protocol: TCP selector: app: bukopin-redemption-client-react