diff --git a/cluster/apps/default/cdn/configmap.yaml b/cluster/apps/default/cdn/configmap.yaml index 5ea401e..8a35a89 100644 --- a/cluster/apps/default/cdn/configmap.yaml +++ b/cluster/apps/default/cdn/configmap.yaml @@ -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; diff --git a/cluster/apps/default/cdn/helm-release.yaml b/cluster/apps/default/cdn/helm-release.yaml index 350914b..d782b6d 100644 --- a/cluster/apps/default/cdn/helm-release.yaml +++ b/cluster/apps/default/cdn/helm-release.yaml @@ -27,7 +27,7 @@ spec: main: ports: http: - port: 6543 + port: 6544 probes: liveness: