Compare commits

..

17 Commits

Author SHA1 Message Date
443ace6c55 Merge pull request 'raka : fix our mission' (#7) from raka into main
Reviewed-on: #7
2024-01-31 15:32:09 +07:00
89f37f1dc9 raka : fix our mission 2024-01-31 15:31:58 +07:00
bf8966a7dd Merge pull request 'raka : fix index' (#6) from raka into main
Reviewed-on: #6
2024-01-31 15:31:37 +07:00
bc6bddcf29 raka : fix index 2024-01-31 15:31:24 +07:00
e3f4113fa5 Merge pull request 'raka : fix history' (#5) from raka into main
Reviewed-on: #5
2024-01-31 15:31:05 +07:00
9d77d12e18 raka : fix history 2024-01-31 15:30:54 +07:00
7d5180dc84 Merge pull request 'raka : fix get connect' (#4) from raka into main
Reviewed-on: #4
2024-01-31 15:30:21 +07:00
b8f296254f raka : fix get connect 2024-01-31 15:30:07 +07:00
bdfa750cc5 Merge pull request 'raka : fix blog' (#3) from raka into main
Reviewed-on: #3
2024-01-31 15:26:23 +07:00
e356c63223 raka : fix blog 2024-01-31 15:26:02 +07:00
7b803c0837 Merge pull request 'raka : fix service' (#2) from raka into main
Reviewed-on: #2
2024-01-31 15:25:37 +07:00
942dc1f24d raka : fix service 2024-01-31 15:21:50 +07:00
b5665c97bd Merge pull request 'raka' (#1) from raka into main
Reviewed-on: #1
2024-01-23 13:13:23 +07:00
18de083399 add logo asca 2024-01-23 12:04:14 +07:00
214d8fcf33 add logo history 2024-01-22 16:53:48 +07:00
0d08611f2c add logo ourmission 2024-01-22 16:45:17 +07:00
c8937dce76 prettier 2024-01-22 15:28:56 +07:00
23 changed files with 73789 additions and 15899 deletions

View File

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

3
.vs/ProjectSettings.json Normal file
View File

@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}

View File

@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}

View File

BIN
.vs/acsabadi/v17/.suo Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

View File

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

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Downloads </title>
</head>
<body>
<h1> Downloads </h1>
<ul>
<li><a id="https://www.acsabadi.com/" href="index.html"> ACSA </a></li>
</ul>
</body>
<head>
<meta charset="UTF-8" />
<title>Downloads</title>
</head>
<body>
<h1>Downloads</h1>
<ul>
<li><a id="https://www.acsabadi.com/" href="index.html"> ACSA </a></li>
</ul>
</body>
</html>

10595
blog.html

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10323
cart.html

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11675
history.html

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 13 KiB

10935
index.html

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1,25 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: acsa-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.acsabadi.com"
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: acsa-web
port:
number: 80
tls:
- hosts:
- "www.acsabadi.com"
secretName: www-acsabadi-com-tls

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long