fix: http port
This commit is contained in:
parent
f23a6b672b
commit
a30b360fd8
2 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -61,4 +61,4 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
containerPort: 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue