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> <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;
} }

View File

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