Skip to content

Commit 3bedbc2

Browse files
authored
Create main.yml
1 parent 5821c17 commit 3bedbc2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: networking.k8s.io/v1
2+
kind: Ingress
3+
metadata:
4+
name: frontend-ingress
5+
namespace: who-goes-to-try
6+
annotations:
7+
kubernetes.io/ingress.class: nginx
8+
spec:
9+
rules:
10+
- [cite_start]host: "https://who-goes-to-try.hackathon.sev-2.com" # Ganti dengan domain dari panitia [cite: 112]
11+
http:
12+
paths:
13+
- path: /
14+
pathType: Prefix
15+
backend:
16+
service:
17+
name: frontend-service
18+
port:
19+
number: 80

0 commit comments

Comments
 (0)