diff --git a/product/site/Dockerfile b/product/site/Dockerfile index 17881fb..b961863 100644 --- a/product/site/Dockerfile +++ b/product/site/Dockerfile @@ -1,6 +1,7 @@ FROM nginx:1.27-alpine COPY product/site/nginx-site.conf /etc/nginx/conf.d/default.conf +COPY product/site/favicon.ico /usr/share/nginx/html/favicon.ico COPY product/site/index.html /usr/share/nginx/html/index.html COPY product/site/styles.css /usr/share/nginx/html/styles.css COPY product/site/script.js /usr/share/nginx/html/script.js diff --git a/product/site/favicon.ico b/product/site/favicon.ico new file mode 100644 index 0000000..171cb31 Binary files /dev/null and b/product/site/favicon.ico differ diff --git a/product/site/index.html b/product/site/index.html index 80b3caf..0da6304 100644 --- a/product/site/index.html +++ b/product/site/index.html @@ -8,6 +8,7 @@ name="description" content="SquareMCP is a managed MCP gateway for internal tools with authentication, permissions, audit logs, and observability." /> + diff --git a/product/site/squaremcp-k8s-ingress.yaml b/product/site/squaremcp-k8s-ingress.yaml index acad38f..92d520d 100644 --- a/product/site/squaremcp-k8s-ingress.yaml +++ b/product/site/squaremcp-k8s-ingress.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: squaremcp-site - image: localhost:32000/squaremcp-site@sha256:2e780ce7cb32757d09200f78968781606ad93b14dc0019fed00e743da348cd11 + image: localhost:32000/squaremcp-site@sha256:6a18ed308f0ad01959ddbfa1cdc0e4c5b9f1c18711ba2ed5313feeb8ef8b498f imagePullPolicy: Always ports: - containerPort: 8080