trigger flux
This commit is contained in:
parent
e3f7c7ea1f
commit
6b8c9de207
|
@ -8,7 +8,7 @@ data:
|
|||
events {}
|
||||
http {
|
||||
server {
|
||||
listen 6543 backlog=16384;
|
||||
listen 6544 backlog=16384;
|
||||
root /var/www/html;
|
||||
# security headers
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
|||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 6543
|
||||
port: 6544
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
|
Loading…
Reference in New Issue