Compare commits
No commits in common. "main-new" and "dev" have entirely different histories.
|
@ -1,2 +0,0 @@
|
|||
.git/
|
||||
k8s/
|
|
@ -1,5 +0,0 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY . /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 80
|
|
@ -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
|
|
@ -1825,7 +1825,7 @@
|
|||
|
||||
<h2
|
||||
class="list-item-content__title"
|
||||
style="text-align:left; max-width: 100%"
|
||||
style="max-width: 100%;"
|
||||
>Body Hire</h2>
|
||||
|
||||
|
||||
|
@ -1836,7 +1836,6 @@
|
|||
style="
|
||||
margin-top: 4%;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
"
|
||||
>
|
||||
<p class="" style="white-space:pre-wrap;">Hire our IT talents without the hassle of <br>administration and managing human resources. The talents are provided as a monthly service to make it easier for your organization</p>
|
||||
|
@ -1886,7 +1885,7 @@
|
|||
|
||||
<h2
|
||||
class="list-item-content__title"
|
||||
style="max-width: 100%; text-align: left;"
|
||||
style="max-width: 100%;"
|
||||
>Direct Hire</h2>
|
||||
|
||||
|
||||
|
@ -1897,7 +1896,6 @@
|
|||
style="
|
||||
margin-top: 4%;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
"
|
||||
>
|
||||
<p class="" style="white-space:pre-wrap;">IT talents provided with direct requirement <br>scheme under your organization. You don't have to worry about wrong recruitment because we provide fully competence talents</p>
|
||||
|
@ -1945,7 +1943,7 @@
|
|||
|
||||
<h2
|
||||
class="list-item-content__title"
|
||||
style="max-width: 100%;text-align: left;"
|
||||
style="max-width: 100%;"
|
||||
>Assessment Service</h2>
|
||||
|
||||
|
||||
|
@ -1956,7 +1954,6 @@
|
|||
style="
|
||||
margin-top: 4%;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
"
|
||||
>
|
||||
<p class="" style="white-space:pre-wrap;">The assessment is carried out <br>thoroughly by our experts who are highly experienced in their fields in order to get proven competence talents match to your organization need</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user