diff --git a/config/samples/mcpserver-production-security.yaml b/config/samples/mcpserver-production-security.yaml index eaa6b54..d6163f5 100644 --- a/config/samples/mcpserver-production-security.yaml +++ b/config/samples/mcpserver-production-security.yaml @@ -118,20 +118,8 @@ spec: # Environment variables env: - - name: LOG_LEVEL - value: "info" - - name: MCP_SERVER_PORT - value: "8080" + LOG_LEVEL: "info" + MCP_SERVER_PORT: "8080" - # Reference to secrets for environment variables secretRefs: - name: mcp-server-secrets - key: API_KEY - envName: MCP_API_KEY - - # MCP server configuration - mcpServer: - name: "secure-mcp-server" - args: - - "--port" - - "8080"