Compare commits
17 Commits
main-new
...
main-backu
Author | SHA1 | Date | |
---|---|---|---|
443ace6c55 | |||
89f37f1dc9 | |||
bf8966a7dd | |||
bc6bddcf29 | |||
e3f4113fa5 | |||
9d77d12e18 | |||
7d5180dc84 | |||
b8f296254f | |||
bdfa750cc5 | |||
e356c63223 | |||
7b803c0837 | |||
942dc1f24d | |||
b5665c97bd | |||
18de083399 | |||
214d8fcf33 | |||
0d08611f2c | |||
c8937dce76 |
|
@ -1,2 +0,0 @@
|
|||
.git/
|
||||
k8s/
|
3
.vs/ProjectSettings.json
Normal file
3
.vs/ProjectSettings.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"CurrentProjectSetting": null
|
||||
}
|
6
.vs/VSWorkspaceState.json
Normal file
6
.vs/VSWorkspaceState.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
Binary file not shown.
0
.vs/acsabadi/FileContentIndex/read.lock
Normal file
0
.vs/acsabadi/FileContentIndex/read.lock
Normal file
BIN
.vs/acsabadi/v17/.suo
Normal file
BIN
.vs/acsabadi/v17/.suo
Normal file
Binary file not shown.
BIN
.vs/slnx.sqlite
Normal file
BIN
.vs/slnx.sqlite
Normal file
Binary file not shown.
|
@ -1,5 +0,0 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY . /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 80
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title> Downloads </title>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Downloads</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> Downloads </h1>
|
||||
<h1>Downloads</h1>
|
||||
<ul>
|
||||
<li><a id="https://www.acsabadi.com/" href="index.html"> ACSA </a></li>
|
||||
</ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
11590
getconnected.html
11590
getconnected.html
File diff suppressed because one or more lines are too long
10629
history.html
10629
history.html
File diff suppressed because one or more lines are too long
BIN
img/logoacsa.png
BIN
img/logoacsa.png
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 13 KiB |
10023
index.html
10023
index.html
File diff suppressed because one or more lines are too long
|
@ -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
|
|
@ -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
|
|
@ -1,9 +0,0 @@
|
|||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: redirect-https
|
||||
namespace: empatnusabangsa-production
|
||||
spec:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: true
|
|
@ -1,4 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: empatnusabangsa-production
|
|
@ -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
|
9672
ourmission.html
9672
ourmission.html
File diff suppressed because one or more lines are too long
10636
services.html
10636
services.html
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user