36 Commits

Author SHA1 Message Date
a03ed91900 fix: change image container 2024-05-21 12:58:37 +07:00
3bd1b0e2b3 fix: k8s name typo 2024-02-26 13:09:25 +07:00
ca7ed6702d add: k8s, docker 2024-02-26 12:57:57 +07:00
6b3b148ae0 Merge pull request 'raisya' (#15) from raisya into main
Reviewed-on: #15
2024-02-13 17:00:11 +07:00
b5bac8a1bb raisya fix : update transformations 2024-02-13 16:58:48 +07:00
097d1d2905 Merge branch 'main' of https://git.empatnusabangsa.com/rizqi.arta13/empatnusabangsa into raisya 2024-02-12 14:37:58 +07:00
3dba6b8466 Merge pull request 'raisya fix : update' (#14) from raisya into main
Reviewed-on: #14
2024-02-12 14:37:53 +07:00
5b69cd3cbf Merge branch 'main' of https://git.empatnusabangsa.com/rizqi.arta13/empatnusabangsa into raisya 2024-02-12 14:37:08 +07:00
3592eecb34 raisya fix : update 2024-02-12 14:36:34 +07:00
518bde23fd Merge pull request 'raisya' (#13) from raisya into main
Reviewed-on: #13
2024-02-01 13:36:35 +07:00
179cde84cb Merge branch 'main' of https://git.empatnusabangsa.com/rizqi.arta13/empatnusabangsa into raisya 2024-02-01 13:14:05 +07:00
9dbf792db4 test 2024-01-31 16:29:42 +07:00
cec79ad6a1 raisya : fix footer 2 2024-01-31 16:11:27 +07:00
33409b059c raisya : fix footer 2024-01-30 17:01:00 +07:00
fa22436826 Merge pull request 'yunita' (#8) from yunita into main
Reviewed-on: #8
2024-01-29 17:53:30 +07:00
db0b54b2c8 fix: button contact me 2024-01-29 17:52:45 +07:00
27be6283a3 Merge branch 'main' of https://git.empatnusabangsa.com/rizqi.arta13/empatnusabangsa into yunita 2024-01-29 15:13:10 +07:00
3626b52562 fix text2 2024-01-29 14:52:15 +07:00
aaed39027d fix text2 2024-01-29 14:48:53 +07:00
7921f9e711 Merge pull request 'fix : upgrade 3' (#6) from raisya into main
Reviewed-on: #6
2024-01-29 13:01:49 +07:00
f327e186c6 fix : upgrade 3 2024-01-29 13:00:38 +07:00
6cd355f902 Merge pull request 'fix : upgrade' (#5) from yunita into main
Reviewed-on: #5
2024-01-26 17:06:12 +07:00
f6a453a56d fix : upgrade 2024-01-26 17:04:47 +07:00
3659b2f749 Merge pull request 'fix : upgrade 2' (#4) from raisya into main
Reviewed-on: #4
2024-01-26 16:54:47 +07:00
67abca66b1 fix : upgrade 2 2024-01-26 16:53:34 +07:00
dbfc3a6dc0 Merge pull request 'raisya' (#3) from raisya into main
Reviewed-on: #3
2024-01-26 12:21:38 +07:00
d0998a77ff fix : upgrade 2024-01-26 10:51:05 +07:00
e1128761e2 fix : mengoreksi bagian we specialist, transformation, pt empat nusa, founded in, our gruop, we belive, our focus 2024-01-23 15:37:54 +07:00
15e60ef54f fix ; text 1 2024-01-23 12:12:02 +07:00
54cc32a482 fix ; test 2024-01-23 12:06:42 +07:00
1e247efa86 fix ; test 2024-01-22 17:04:58 +07:00
5917259ae0 Merge pull request 'fix : test1' (#2) from raisya into yunita
Reviewed-on: #2
2024-01-22 16:53:29 +07:00
4446b8e493 fix : test1 2024-01-22 16:52:00 +07:00
dc36282a38 fix : test 2024-01-22 16:43:47 +07:00
fe059f2f4c Merge pull request 'fix: format file' (#1) from yunda-dev into main
Reviewed-on: #1
2024-01-22 15:57:06 +07:00
f4147214d6 fix: format file 2024-01-22 15:55:34 +07:00
17 changed files with 46871 additions and 20951 deletions

2
.dockerignore Normal file
View File

@@ -0,0 +1,2 @@
.git/
k8s/

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html/
EXPOSE 80

22577
about.html

File diff suppressed because one or more lines are too long

10833
cart.html

File diff suppressed because one or more lines are too long

11986
contact.html

File diff suppressed because one or more lines are too long

BIN
gmail (1).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

22335
index.html

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: empatnusabangsa-web
namespace: empatnusabangsa-production
spec:
selector:
matchLabels:
app: empatnusabangsa-web
replicas: 1
template:
metadata:
labels:
app: empatnusabangsa-web
spec:
containers:
- name: empatnusabangsa-web
image: git.empatnusabangsa.com/empatnusabangsa/empatnusabangsa-web:<VERSION>
ports:
- containerPort: 80
imagePullSecrets:
- name: regcred

View File

@@ -0,0 +1,36 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: empatnusabangsa-web-ingress
namespace: empatnusabangsa-production
annotations:
kubernetes.io/ingress.class: "traefik"
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: empatnusabangsa-production-redirect-https@kubernetescrd
spec:
rules:
- host: "www.empatnusabangsa.com"
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: empatnusabangsa-web
port:
number: 80
- host: "empatnusabangsa.com"
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: empatnusabangsa-web
port:
number: 80
tls:
- hosts:
- "www.empatnusabangsa.com"
- "empatnusabangsa.com"
secretName: www-empatnusabangsa-com-tls

View File

@@ -0,0 +1,9 @@
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: redirect-https
namespace: empatnusabangsa-production
spec:
redirectScheme:
scheme: https
permanent: true

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: empatnusabangsa-production

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: empatnusabangsa-web
namespace: empatnusabangsa-production
labels:
run: empatnusabangsa-web
spec:
ports:
- port: 80
protocol: TCP
selector:
app: empatnusabangsa-web

BIN
location.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
public/mail-outline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
public/placeholder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
public/whatsapp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
whatsapp (1).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB