trigger flux

This commit is contained in:
SeanOMik 2023-04-21 01:10:17 -04:00
parent e3f7c7ea1f
commit 6b8c9de207
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ data:
events {} events {}
http { http {
server { server {
listen 6543 backlog=16384; listen 6544 backlog=16384;
root /var/www/html; root /var/www/html;
# security headers # security headers
add_header X-XSS-Protection "1; mode=block" always; add_header X-XSS-Protection "1; mode=block" always;

View File

@ -27,7 +27,7 @@ spec:
main: main:
ports: ports:
http: http:
port: 6543 port: 6544
probes: probes:
liveness: liveness: