1 parent 5821c17 commit 3bedbc2Copy full SHA for 3bedbc2
1 file changed
.github/workflows/main.yml
@@ -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