fix: http port
All checks were successful
/ deploy (push) Successful in 11s

This commit is contained in:
ange 2024-08-17 23:36:05 +07:00
parent f23a6b672b
commit a30b360fd8
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 7 additions and 6 deletions

View File

@ -3,12 +3,13 @@
<html>
<head>
<style>
body {
background-color: #000;
color: #fff;
}
#body {
# background-color: #000;
# color: #fff;
#}
table, th, td {
border: 2px solid #fff;
#border: 2px solid #fff;
border: 2px solid;
border-collapse: collapse;
padding: 1ex;
}

View File

@ -61,4 +61,4 @@ spec:
imagePullPolicy: Always
ports:
- name: http
containerPort: 8000
containerPort: 80