This commit is contained in:
parent
f23a6b672b
commit
a30b360fd8
@ -3,12 +3,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
body {
|
#body {
|
||||||
background-color: #000;
|
# background-color: #000;
|
||||||
color: #fff;
|
# color: #fff;
|
||||||
}
|
#}
|
||||||
table, th, td {
|
table, th, td {
|
||||||
border: 2px solid #fff;
|
#border: 2px solid #fff;
|
||||||
|
border: 2px solid;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: 1ex;
|
padding: 1ex;
|
||||||
}
|
}
|
||||||
|
@ -61,4 +61,4 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 80
|
||||||
|
Loading…
Reference in New Issue
Block a user